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=10754>. 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=10754 signjar sigfile attribute should not be a File Summary: signjar sigfile attribute should not be a File Product: Ant Version: 1.5 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Between ant 1.4.1 and 1.5, the type of the sigfile attribute was changed from a String to a File. This breaks calls to the signjar utility because it expects the value to be the name of the file it puts in the META-INF directory. Now that it is a file property, the value gets passed to the signjar utility as: C:\Java\PlantApp\DaFIS which the utility rejects. This property should be returned to a String as it does not represent a file on the user's file system. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
