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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29097

<signjar> should be inside <jar> task in order for dependency checking to work.





------- Additional Comments From [EMAIL PROTECTED]  2004-05-19 17:49 -------
The doc of the signjar saids that it only signs it
if the jar file is unsigned,
so it would be a bug if it did update the file.

As a work-around, one could use the signedjar attribute.
    <signjar jar="archive.unsigned.jar" alias="mdl" keystore="store.k" 
       storepass="password" signedjar="archive.signed.jar"/>

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

Reply via email to