Hello-
I am using Ant1.4 and trying to jar up an application.
I noticed the metainf element and tried to use it to
include my manifest file. IE:
<target name="bundle" depends="compile">
<jar jarfile="${dist}/lib/SpecialOrder.jar">
<metainf dir="${src}">
<include name="${src}/META-INF/Manifest.mf"/>
</metainf>
<fileset dir="${build}" />
</jar>
</target>
It wasn't giving me an error or anything even with
verbose turned on?
Thanks,
Bryan
__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>