> > Fran�ois Lictevout wrote: > > > I'm using Ant inside a java program, (for a task FTP), but there's a > > > System.exit(0) in the main class. > > > So my programs stops after the ant command. > > > > So don't use the main class. Create a Project and run it directly. It is > not > > hard. > > > > He can for example have a look at the testcases - they do something like > this.
... or Look into one of the Ant Integration Tool sources (VAJava, JBuilder and Antidote). You'll find everything ypu need there! Greetinx, Chris
