RE: Ant build vs. CruiseControl

2007-10-25 Thread david
Hello Ruel, thanks for the reply. I have commented out the taskdef completely and of course the CC builds with Ant correctly. Please find the classpath as issued by a target using: [echoproperties] java.class.path=C\:\\Documents and Settings\\davidb\\My Documents\\dev\\apache-ant-1.7.0\\lib\\

Re: Ant build vs. CruiseControl

2007-10-25 Thread Vijay Aravamudhan
Also, make sure CC is using the ant install that you have dropped the jera jar in. Typically, CC comes with its own version of ant - and to use a different install directory of ant, you have to pass in some parameters or set a system environment variable. (Cant remember what they are offhand).

RE: Ant build vs. CruiseControl

2007-10-25 Thread Loehr, Ruel
Before declaring your taskdef echo the classpath you are using and post it. Google "ant print classpath" for instructions. -Original Message- From: david [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 10:43 AM To: user@ant.apache.org Subject: Ant build vs. CruiseControl Hell