On 04/15/2013 06:49 AM, Jason Hoogland wrote:
Sorry, and any ideas on dealing with manifest.mf overwrite?

Here is a fragment from our buildr script:

   p.with :manifest=>{'Main-Class'=>'org.martus.client.swingui.Martus'}
     p.include(File.join(_('source', 'test', 'java'), '**/*.mlp'))
p.merge(project('martus-jar-verifier').package(:jar)).exclude('META-INF/MANIFEST.MF')

It merges in a jar build by a different sub-script, omitting that other manifest.

Kevin

Reply via email to