RE: [Personnal task] Executing javac from a task container

2009-03-09 Thread Gervais
) know this task. Thank your really much. Now I know the "subant" task and the tip to launch "ant -v". -Message d'origine- De : Antoine Levy Lambert [mailto:anto...@gmx.de] Envoyé : vendredi 6 mars 2009 23:27 À : Ant Users List Objet : Re: [Personnal task] Executi

Re: [Personnal task] Executing javac from a task container

2009-03-06 Thread Antoine Levy Lambert
Hello Gervais, out of my head I do not see anything specific about the javac task which would restrict its usage. Maybe you are just not passing to it the location of a directory containing source files due to a scripting error, or a mis-assumption about where the source directories are. Wh

[Personnal task] Executing javac from a task container

2009-03-06 Thread Gervais
Hi everybody, I need to compile and package many jars (one jar per source folder). Because I haven't found any task to do that, I have writing my own who extends org.apache.tools.ant.Task and implements org.apache.tools.ant.TaskContainer. She work great with tasks like "echo", "mkdir", "copy" b