I am creating a jar file for my application through ant. At the moment i just have something like the code shown below; where i can have only have one jar file in the class path.
How do i make the Class-Path attribute in the manifest to point to more than one jar file.
If you would like to automatically generate the classpath enties based on ANT rules, check the way the 'package' target generates the 'Class-Path' in the sample file here.
It makes life a bit easier.
Dave [ May 29, 2006: Message edited by: David O'Meara ]