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

java.util. ZipException while using jar task in ant 1.4.1 build

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-11-25 12:24 -------
So, the current plroblem is the appearance of this

The ' characters around the executable and arguments are
not part of the command.

Are you running in verbose mode? This output message is now printed in verbose
mode when Ant executes an external command. For example, if I run ant with -v, 
I get

     [java] Executing '/usr/java/j2sdk1.4.1_01/jre/bin/java' with arguments:
     [java] '-classpath'
     [java] '/home/conor/development/apache/ant-bugs/23273/classes'
     [java] 'MyClass'
     [java] 'Some text\\'
     [java] 'Second argument'
     [java]
     [java] The ' characters around the executable and arguments are
     [java] not part of the command.

This message is not an error and you can ignore it - it refers to the preceding
command line dump.

I'm going to close this as solved now. If you still have issues, it would be
best to open a new bug report with an appropriate subject 

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to