You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Johannes Kaiser <Jo...@abas.de> on 2002/11/08 17:40:38 UTC

Fix for Bug #13590

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());


Greetings from a cold fall day in  Germany

Johannes Kaiser


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