Re: Problem with startAnt()

2007-01-09 Thread trad-ex
Hi, Sungho org.apache.tools.ant.Main#startAnt calls System.exit(0) internally. So, the Java process was terminated, IMHO. You should use org.apache.tools.ant.Project#executeTarget( String ), or org.apache.tools.ant.Project#executeTargets( Vector ) Best Regards, trad-ex >Dear Ant User Group. > >

Re: AW: Problem with startAnt()

2007-01-04 Thread Sungho Maeung
to:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. Januar 2007 21:03 An: user@ant.apache.org Betreff: Problem with startAnt() Dear Ant User Group. I am having a problem to execute Ant via Java. After startAnt() executed, the Hello.xml was done successfully, but it does not go though the next step whic

Re: Problem with startAnt()

2007-01-04 Thread Steve Loughran
Sungho Maeung wrote: Dear Ant User Group. I am having a problem to execute Ant via Java. After startAnt() executed, the Hello.xml was done successfully, but it does not go though the next step which supports to be printing out the output "Hello, it is done". another strange thing is when

AW: Problem with startAnt()

2007-01-04 Thread Jan.Materne
gt;Von: Sungho Maeung [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 3. Januar 2007 21:03 >An: user@ant.apache.org >Betreff: Problem with startAnt() > >Dear Ant User Group. > >I am having a problem to execute Ant via Java. After >startAnt() executed, the Hello.xml was done su

Problem with startAnt()

2007-01-03 Thread Sungho Maeung
Dear Ant User Group. I am having a problem to execute Ant via Java. After startAnt() executed, the Hello.xml was done successfully, but it does not go though the next step which supports to be printing out the output "Hello, it is done". another strange thing is when i run it on Dos comman