continuum

How can I setup Continuum to build on svn commits?

I had never tried Continuum as a build server until recently when a project required it. I appreciate the integration with Maven builds however I have been unable to find a way to have Continuum build my projects on every Subversion commit (like CruiseControl). There are several issue/bugs reported related to this topic of triggering b...

XML-RPC and Continuum from Python / Perl

Hi, Has anyone had any success with getting data via Xml-rpc using Python or Perl...? I'm using the continuum.py library: #!/usr/bin/env python from continuum import * c = Continuum( "http://localhost:8080/continuum/xmlrpc" ) or: #!/usr/bin/perl use Frontier::Client; my $url = "http://dev.server.com:8080/continuum/xmlrpc"; my ...

Deploying to OC4j: Unable to find/read file META-INF/application.xml

Continuum build server deploys to my oc4j instance I get the following error it seems every other build. 09/03/10 13:47:49 Notification ==>Operation failed with error: Unable to find/read file META-INF/application.xml in C:\oc4j\j2ee\home\applications\rrs (META-INF/application.xml) Continuum is running in a windows environment Any inp...

Continuum Help

Hi all, I am the Configuration manager for an IT firm, Currently we a using anthill build management server for all our build related purposes. We are looking to implement Continuous Integration in our development life cycle. Currently the building process is done manually. Suppose there are 5 projects A,B,C,D,E and E is the parent pro...

Configure continuum 1.2.3 with maven2 project; "Username isn't defined."

I use continuum 1.2.3 to build maven projects. On a fresh continuum installation, I added a pom by upload. I try to build, and get the following error: Exception: Exception while executing SCM command. My SCM URL looks like this: (replaced domain name) scm:cvs:pserver:cvs.example.com:/Projects:car/wheel/ Any idea what went wrong?...

How to use Continuum to build from multiple branches

I've got a project which is built using Maven and Continuum. We've got several release branches, most of which are in retirement but any could conceivably be resurrected if an issue comes up. My problem is that adding branches to Continuum is very heavyweight; the best method I've found so far is to add each branch as a separate projec...

Maven Cargo configuring a Glassfish 2.1 instance to run integration-tests?

I was wondering whether it is possible to use Maven2 to automatically configure a Glassfish 2.1 with JNDI Resources, Datasources and Mail-Sessions for my integration tests. Also I wonder whether it is possible to create some sort of benchmarks that might then be tracked using continuum or Hudson. ...