Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
444 views

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 ...
3
votes
1answer
137 views

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 ...
2
votes
1answer
393 views

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 ...
2
votes
2answers
660 views

XML-RPC and Continuum from Python / Perl

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( ...
1
vote
1answer
36 views

Most suitable contious integration system for doing automatic build and deployments to jboss EAP 5.0

We use Apache Continuum for our continous builds now and it FTP's the build and uses maven deploy/undeploy to do our builds. This has been flaky and stopped working once we upgraded to Jboss EAP 5.0 ...
1
vote
1answer
635 views

Hudson vs Cruise Control vs Luntbuild vs Continuum

I am searching a suitable ci tool for my company. Which continous integration tool would you recommend? Thanks in advance..
1
vote
2answers
262 views

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 ...
1
vote
4answers
124 views

Continuum Help

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 ...
1
vote
2answers
1k views

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 ...
0
votes
1answer
84 views

Provider message: No such provider: ''

I was trying to configure my project in a local continuum server connected to a local svn repository hosted via visual svn server. I am getting this message "Provider message: No such provider: ''.". ...
0
votes
0answers
49 views

I'd like to know how to configure email notification in Apache Continuum

Hi I have a problem configuring email notification in Apache Continuum. I was able to configure all function except for notification function. I built source code by using shell scripts. Does anybody ...
0
votes
2answers
81 views

Download Snapshot File with Maven from a remote repository

I created a J2EE application. I used continuum to deploy it on a remote repository. Now i want to automatically download the latest SNAPSHOT war file from this remote repository to my local ...
0
votes
1answer
54 views

Cron not working properly in Continuum Environment

I configured a Cron Expression in Continuum Environment.It works fine but suddenly now it stopped working runs at 9 am EDT every day 0 0 9 ? * *
-1
votes
2answers
57 views

How can i use SVN as Maven Repository

I am working on project which has multiple dependencies. Most of the dependencies are available at our centralized maven repository. My project includes some JARs which only specific to my application ...