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?
-
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.
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 --
*
> -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