By using Ant, how to write classpath info into the jar. Anyone can show how to do it?
Asked
Active
Viewed 241 times
1 Answers
2
If you want to write the classpath to the manifest within the jar use the manifestclasspath task.
Take a look at the following question: Generate manifest class-path from <classpath> in ant for more details.