Re: run a jar from ant

2010-02-20 Thread Antoine Levy-Lambert
Hi, in the snippet that you emailed, the jarfile attribute "build/acme.jar" is the jar for which you want to calculate the classpath to write in the manifest. refers to a path defined else where in the build file which can contain several jars or directories. For instance

Re: Providing multiple jars for a given manifestclasspath

2010-02-20 Thread Antoine Levy-Lambert
krats wrote: > My question is, if I want to use the same manifestclasspath for multiple > jars, how do I specify multiple jars in the jarfile attribute of > manifestclasspath . > You cannot specify multiple jars in the jarfile attribute of the manifestclasspath task. What really matters is the

Re: Include Macros Defined in a Single Directory

2010-02-20 Thread Matt Benson
Ant 1.8.0 shipped with the ability to nest any resourcecollection into your import task: Should work for you. -Matt On Feb 19, 2010, at 5:52 PM, James Kennard wrote: Hi, I have been defining macros in individual files and as a result every time I add a new macro I am adding an impo