Re: AW: How to call imported ant target/task in Java

2005-08-04 Thread M. Z.
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 > &

AW: How to call imported ant target/task in Java

2005-08-04 Thread Jan.Materne
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

How to call imported ant target/task in Java

2005-08-04 Thread M. Z.
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