You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/11/08 21:13:49 UTC

DO NOT REPLY [Bug 13590] - "sigfile" attribute of the "SignJar" task does not work right

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

"sigfile" attribute of the "SignJar" task does not work right





------- Additional Comments From stevel@apache.org  2002-11-08 20:13 -------
proposed patch by Johannes Kaiser
---------
Hi folks,

I just fixed the above mentioned bug in ant 1.5.1.
I do not have CVS access, so please implement this:

File jakarta-ant-1.5.1/src/main/org/apache/tools/ant/taskdefs/SignJar.java

Change line 294: cmd.createArg().setValue(sigfile.toString());
to:              cmd.createArg().setValue(sigfile.getName());

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>