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-09-02 11:38 -------
I think the real issue is that when a jar is signed the next jar task to create
the jar will see the manifest is different, and so the jar task will
recreate the jar file even though the contents is otherwise unchanged,
necessitaing re-signing. Nesting a signjar element would not change this.

The jar task needs to be able to figure out when the manifest has changed only
because signing has occurred, then the "lazy" attribute of signjar would prevent
unessary signing, but only because the jar task avoided unnecessary work.

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

Reply via email to