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
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
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