in what that error means you'll have to
examine
that program. Ant is just relaying it back to you. You could also
provide
the calling task and more of the output if you want to dig
further.
-Andrew
On 8/22/05, Dewey, John <[EMAIL PROTECTED]> wrote:
>
> Does anyone know what
Does anyone know what "[exec] Result: 1" means on windows? I haven't
been able to find a listing of error codes for ant.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Is there a way to make ant report compilation errors? I've noticed that
the BUILD SUCCESSFUL will still display even when some on my java
classes don't compile. Ant will display the javac error messages but my
ant script has grown long and I don't always notice the error messages
in the middle of t
:
I have done this before and I would recommend you to
use task (written by memories and not tested) :
HTH Ivan
[1]http://ant.apache.org/manual/CoreTasks/exec.html
--- "Dewey, John" <[EMAIL PROTECTED]> wrote:
> Hi I'm trying to get ant help to printout a
Hi I'm trying to get ant help to printout a small message and then the
ant -projecthelp listing, but I keep getting the following error:
C:\Documents and Settings\jdewey\Desktop\zz\build.xml:11: Execute
failed: java.io.IOException: CreateProcess: ant -projecthelp error=2
Any ideas?
The build fil