Dear all,
With the latest code, while running, you need to include the following jar files - I am listing the build.xml changes I made to get it working:
<jar jarfile="${dist}/cruisecontrol-launcher.jar">
<manifest>
<attribute name="Main-Class" value="net.sourceforge.cruisecontrol.launch.Launcher" />
</manifest>
<fileset dir="${classes}" includes="**/launch/**" />
<!-- changes added by atul -->
<zipfileset src="${basedir}/../binaryrelease/lib/jetty-6.1.11.jar" includes="**/*.class"/>
<zipfileset src="${basedir}/../binaryrelease/lib/jetty-util-6.1.11.jar" includes="**/*.class"/>
<zipfileset src="${basedir}/../binaryrelease/lib/servlet-api-2.5-6.1.11.jar" includes="**/*.class"/>
<!-- changes added by atul -->
</jar>
I got the run working - however, am getting a different problem - will try to resolve it and update further...
-- thx atul
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Cruisecontrol-devel mailing list
Cruisecontrol-devel@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel