Junit tests and VM errors

2004-11-16 Thread Alison Monteith
Hi, I am getting a VM error when trying to run ant junit tests. The tests work on another server but I am getting this error on two separate machines. I am stumped as to what is happening here and where to go next to fix the problem. I've already compared the version of ant and java on both su

RE: getting tag from CVS for use in Ant

2004-11-03 Thread Alison Monteith
{modules}/@{name}/CVS/Tag> "> ____ From: Alison Monteith [mailto:[EMAIL PROTECTED] Sent: Tue 11/2/2004 5:39 PM To: Ant Users List Subject: getting tag from CVS for use in Ant Hi, I don't know much about ant and am trying to fix a pr

RE: getting tag from CVS for use in Ant

2004-11-03 Thread Alison Monteith
@{name}/CVS/Tag> "> ________ From: Alison Monteith [mailto:[EMAIL PROTECTED] Sent: Tue 11/2/2004 5:39 PM To: Ant Users List Subject: getting tag from CVS for use in Ant Hi, I don't know much about ant and am trying t

getting tag from CVS for use in Ant

2004-11-02 Thread Alison Monteith
Hi, I don't know much about ant and am trying to fix a problem in our existing build.xml file. We have many branches in CVS and our normal procedue is to checkout out a module which contains a build.xml file then run an ant package in this directory which creates our software packages etc. As

Build not failing when Junit tests fail

2004-10-07 Thread Alison Monteith
Hi, I'm pretty new to ant am trying to get our ant build to fail when any junit test fails. I've looked at our current build.xml and have found the following (which appears to be correct): target to run the tests contains: later target contains: When I use the Ant -debug option the