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=11175>. 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=11175 signjar task uses jarsigner command in path, not from ${JAVA_HOME} Summary: signjar task uses jarsigner command in path, not from ${JAVA_HOME} Product: Ant Version: 1.5 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] When using the signjar task, the task uses the first jarsigner command that it finds in the user's path rather than the one specified in ${JAVA_HOME}/bin. This is a problem because older versions of the jarsigner command (1.2.2 is the one that I had a problem with) do not support the same algorithms as the later versions (1.3.1 is the one I used). Other than changing the PATH before execution, there is no way to use one version instead of the other. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
