> Yes, there is an easier way. Implement a custom task to which you'll > pass a path to plugin.xml and a name for a path. The task (Java code) > will create a named (id) <path> object which can be subsequently used in > ant with <classpath refid="xxx" />. > > This requires a custom ant task, but as you mentioned foreach is also a > separate library, so I don't see a huge disadvantage. > > Carrot2 codebase contains similar fuctionality in carrot2-ant-extensions > module, although it should be trivial to implement it from scratch.
Thanks Dawid for all these informations. I really prefer your proposed way. Jérôme -- http://motrech.free.fr/ http://www.frutch.org/
