On Tue, 12 Mar 2002, Andrew Everitt <[EMAIL PROTECTED]> wrote: > Is there a way in Ant to create manifest files for JAR files? Is > anyone out there doing this already somehow?
Ant's CVS has a <manifest> task. In Ant 1.4.1 you could nest <manifest> elements into <jar> (read the CVS version of the Jar documentation, this already works in 1.4), but not create a manifest file. See Ant's own build file from CVS to see how Ant includes the Specification-Title etc. elements in its own manifest file. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
