Needless to say it just skips the manifest file that I
have defined and just uses the one created by ant
instead.

Bryan-

--- bryan hansen <[EMAIL PROTECTED]> wrote:
> 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]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to