You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Marc Jambert <mj...@oreka.com> on 2000/09/27 16:34:45 UTC

jar manifest

I have a problem including manifest file when using jar.

jar -cf stockd.jar I:\temp\dataaccessor\stock*.class i:\temp\meta-inf  =>  works right


but using ANT,
<jar basedir="i:/temp/dataAccessor"

jarfile="stockd.jar"

includes="stock*.class"

manifest="i:/temp/meta-inf"

/>

=> throws   BUILD FATAL ERROR: Problem creating jar I:\temp\meta-inf (Access denied)

why am i always getting this error message ??


Re: jar manifest

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "MJ" == Marc Jambert <mj...@oreka.com> writes:

 MJ> manifest="i:/temp/meta-inf"