Re: How to run java source code in ant target

2009-09-04 Thread Gao Lin
sendet: Freitag, 4. September 2009 10:27 >>An: Ant Users List >>Betreff: Re: How to run java source code in ant target >> >>Looking for this? - >>http://ant.apache.org/manual/OptionalTasks/script.html >> >>Cheers >>Avlesh >> >>On Fri, Sep 4,

AW: How to run java source code in ant target

2009-09-04 Thread Jan.Materne
Use +. Jan >-Ursprüngliche Nachricht- >Von: Avlesh Singh [mailto:avl...@gmail.com] >Gesendet: Freitag, 4. September 2009 10:27 >An: Ant Users List >Betreff: Re: How to run java source code in ant target > >Looking for this? - >http://ant.apache.org/manual/O

Re: How to run java source code in ant target

2009-09-04 Thread Avlesh Singh
Looking for this? - http://ant.apache.org/manual/OptionalTasks/script.html Cheers Avlesh On Fri, Sep 4, 2009 at 1:51 PM, Gao Lin wrote: > HI: > > Is there an existed ant target to execute plain java source code? > > I need to run one java statement before junit target, I don`t want > to creat

How to run java source code in ant target

2009-09-04 Thread Gao Lin
HI: Is there an existed ant target to execute plain java source code? I need to run one java statement before junit target, I don`t want to create a separated main class for this, it is possible to run the code directly? like: System.out.println("execute plain Java source