Custom task with classpath and exclusion

2010-04-22 Thread Blaise Gervais
ong folder. It will not look into "C:\...\app-builder\" but into "C:\...\app-impl\app-manager\" (the "Parent") Can you help me please ? Thanks -- Gervais Blaise

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

[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