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. -Jesse -- Jesse Glick <mailto:[EMAIL PROTECTED]> NetBeans, Open APIs <http://www.netbeans.org/> tel (+4202) 3300-9161 Sun Micro x49161 Praha CR
