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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to