Marco,
The way I force a fail is to instantiate a fail task object, call its
setMessage method, and then its execute method.
You can do the same type of thing with an echo task object.
Alternatively, you can call the project.log() method to output
stuff too.
Jason
----- Original Message -----
From: "Marco Struck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 7:45 AM
Subject: force fail in script ?
> hi,
>
> how can I force a fail (fail message) in <script> directly ? ... is that
> possible ?
>
> B.t.w.: How can I print out messages from <script> ?
>
> System.out.println("Hello World !!!");
> - seems not to work !?
>
>
> --
> Marco Struck
>
> mailto:[EMAIL PROTECTED]
>