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 directory containing the jarfile. The
manifestclasspath reads the path of the jarfile and records the parent
directory of this jarfile.

The same manifestclasspath will be valid for several jars, if the
relative paths of the  classpath elements used remains the same.

Invoking the manifestclasspath only once will give you a property that
you can use for the Class-Path attribute of all  the jars  you are
building.
>
> Thx
> KarthikR
>   
Regards,

Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to