> Is there a way in Ant to create manifest files for JAR files? > Is anyone out there doing this already somehow? > > If not I have a class (not an ant target yet!) that runs on > the command line > to build a manifest file including the following: > Specification-Title > Specification-Vendor > Specification-Version > Implementation-Title > Implementation-Vendor > Implementation-Version > Class-Path > > I guess I should add 'Main-Class', anyway if no one has done > this already and I just missed it then I'll create a task.
The ability to do this is certainly in the nightly 1.5 builds - see the documentation on the website for a sample. Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
