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=31893>.
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=31893

Signjar always signs the jar, even if it already signed

           Summary: Signjar always signs the jar, even if it already signed
           Product: Ant
           Version: 1.6.1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I put the lazy argument to "true" and still the signjar task does not seem to 
check whether the jars are in fact signed.

I use the following piece of script:

    <signjar alias="myAlias"
             keystore="myKeyStore"
             storepass="myPassword"
             storetype="pkcs12"
             verbose="true"
             lazy="yes"
             sigfile="mySigFile">
      <fileset dir="${local.dir}">
        <include name="*.jar"/>
      </fileset>
    </signjar>

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

Reply via email to