Hi, I've a target which calls a java program (without the fork argument). This target is called several time. But it stops after the first java call. The only way to deal with, is to put the 'fork=true' argument, and to add the needed jar files in the $ANT_HOME/lib directory. Forking is expensive : it loads a new VM while ant has its own. Is it possible to call several java task, without forking ? Thanks -- -------------------------------------------- Olivier Prouvost Anyware Technologies Tel : 05 61 00 52 90 Fax : 05 61 00 51 46 Web : http://www.anyware-tech.com --------------------------------------------
