You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Mark Lybarger <Ma...@CBC-Companies.com> on 2004/08/20 16:23:08 UTC

generate manifest.mf file

is there a way to get ant to generate a manifest.mf file that'll include a proper classpath entry?  we currently have an ejb-jar which is packaged as part of an ear, and the ejb-jar uses libraries that are packaged in the ear.  the ejb-jar's manifest includes a classpath entry that points to those 3rd party jars. the problem is that when ever a jar file is modified (renamed or added) the manifest doesn't stay in sync.  it would be nice if ant (or something) could generate the manifest based on fileset list that it finds.