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

2005-08-04 Thread M. Z.
Yes, they look almost the same in this case. But this is only to see if "import" works. Acctually I have complex requirement on . Please note in my case running "ant -f c.xml" was ok; and calling a.xml in .java ok too. Thanks, Amy --- [EMAIL PROTECTED] wrote: > An ed file is (nearly) the same

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 target/task in Java > >