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