Ah, no, I was still following the instructions in the first email. Thanks for the help on irc. :)
For the benefit of the archives, - the xml below is missing the root element, which is <continuum-buildagent-configuration>, and - if you're running the jetty bundle as the master, the <continuumServerUrl> will be http://localhost:8080/continuum/master-xmlrpc . Now it works. :) -- Wendy On Wed, Jan 7, 2009 at 4:53 PM, Marica Tan <[email protected]> wrote: > Did you first do this > > * set SLAVE_HOME > * create a continuum-buildagent.xml in SLAVE_HOME/conf/ > * edit continuum-buildagent.xml > > *Sample: > > * <buildOutputDirectory>*/home/slave/buildOutputDirectory* > </buildOutputDirectory> > <workingDirectory>*/home/slave/workingDirectory*</workingDirectory> > <continuumServerUrl>*http://localhost:8080/master-xmlrpc* > </continuumServerUrl> > <installations> > <installation> > <name>*Maven 2 Home*</name> > <type>*maven2*</type> > <varValue>*/opt/apache-maven-2.0.9*</varValue> > </installation> > </installations> > > It wiill get the continuum server url from this xml file, so if you haven't > set this up it will cause an exception. > > -- > Marica >
