RE: Generate manifest classpath with relative paths

2005-07-12 Thread Dominique Devienne
> -Original Message- > From: Martin Olsson [mailto:[EMAIL PROTECTED] > I already have an ANT target that creates myprogram.jar but I also need it > to create a manifest with a proper Class-Path pointing to > ./lib/commons/commons-net.jar etc etc > > I managed to implement this using _absol

Re: Generate manifest classpath with relative paths

2005-07-11 Thread Conor MacNeill
Martin Olsson wrote: > Hi, > > At runtime my program is stored like this: > > ./myprogram.jar > ./lib/commons/commons-net.jar > ./lib/commons/commons-configuration.jar > ./lib/spring/spring_jar1.jar > ./lib/spring/spring_jar2.jar > ./lib/some/other/jarfile.jar > > There is a ton of other .jar

Generate manifest classpath with relative paths

2005-07-11 Thread Martin Olsson
Hi, At runtime my program is stored like this: ./myprogram.jar ./lib/commons/commons-net.jar ./lib/commons/commons-configuration.jar ./lib/spring/spring_jar1.jar ./lib/spring/spring_jar2.jar ./lib/some/other/jarfile.jar There is a ton of other .jar files too organized in the directory tree below