le is (nearly) the same as coded
> directly inside (at the end of) your main buildfile.
>
> Jan
>
> >-Ursprüngliche Nachricht-
> >Von: M. Z. [mailto:[EMAIL PROTECTED]
>
> >Gesendet: Freitag, 5. August 2005 05:28
> >An: user@ant.apache.org
> &
An ed file is (nearly) the same as coded directly inside (at the end
of) your main buildfile.
Jan
>-Ursprüngliche Nachricht-
>Von: M. Z. [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 5. August 2005 05:28
>An: user@ant.apache.org
>Betreff: How to call imported ant targ
Hi there,
Can anybody advice me how to call an ant target/task, which is ""ed
from another build file, from within Java code?
Here's my Java code (I got the sample from this mailing list, thanks):
-
import org.apache.tools.ant.*;
import java.io.*;
im