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...
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 ...
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...
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...
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?...
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...
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.
...