Generating Class-Path in Jar Manifest with Ant
August 19th, 2007
I’ve recently started to touch Ant. Well, I’ve used it before, but only on the ant clean all
level. Now I wanted to write a small build script for a tiny project. Which went off easily enough with the help of Apache Ant User Manual. Well, until I wanted to deploy to a executable Jar file.
This didn’t look like it was easily done. Googling around I found that this had been answered before, by Dominique Devienne. I’ll summarize below:
Read the rest of this entry »






