DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11973>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11973

Problems with jar task





------- Additional Comments From [EMAIL PROTECTED]  2003-01-27 21:24 -------
I have tried this with the ant CVS head under Windows 2000
<project name="11973" 
default="jarman">
<property name="instbasedir" value="instbasedir"/>
<property 
name="instbld" value="instbld"/>

<target name="jarman">
 <mkdir 
dir="${instbasedir}/bin"/>
 <mkdir dir="${instbld}/config/templates/bin"/>
 <touch 
file="${instbld}/config/templates/bin/admbean.mf" />
 <jar 
destfile="${instbasedir}/bin/admbean.jar"
manifest="${instbld}/config/templates/bin/admbean.mf" 
/>
</target>
</project>
this is the making of a jar file with just a manifest in it.
It 
works for me, maybe the bug should be marked as resolved ???

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

Reply via email to