Run ant, get java

2006-09-23 Thread Aaron Green
I'm trying to install Ant and was getting a NoClassDefFoundError when I tried to run ant -version, but changed my classpath, and now when I type ant -version, I get the java help screen telling me what commands java offers. What am I doing wrong? -

Re: How to Stop Build When EJBDeploy Finds Errors

2006-09-23 Thread Steve Loughran
wayneaz wrote: I have a build script that executes ejbdeploy.bat. When errors are found the build still reports a successful build. I need to find a way to stop the build and report a build failure when the ejbdeploy.bat program finds errors. I have tried using failonerror="true" to no effect.

Re: Building multiple projects from one ant build.xml

2006-09-23 Thread Martin Gainty
I somehow missed the reply to the original question you can accomplish the objective with http://ant.apache.org/manual/CoreTasks/ant.html if however you wanted to pull from multiple repositories use maven Viel Gluck Martin -- *

RE: Building multiple projects from one ant build.xml

2006-09-23 Thread Stephen McConnell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, 22 September 2006 11:42 PM > To: user@ant.apache.org > Subject: Building multiple projects from one ant build.xml > > Hello, is there any possibility to several projects from one > build.xml. Yes