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

Unzip: java.io.IOException: Negative seek offset





------- Additional Comments From [EMAIL PROTECTED]  2003-12-05 08:56 -------
First for the <for> task, you need ant 1.6 beta3, just released.
Then you need a cvs version of ant-contrib, or take the lastest
gump compiled jar at http://gump.covalent.net/jars/latest/ant-contrib.
Place the ant-contrib.jar into the $ANT_HOME/lib directory.
You can then use the antlib namespace shortcut:
<project xmlns:ac="antlib:net.sf.antcontrib">
  <ac:for ...>
</project>
or use a <taskdef resource="net/sf/antcontrib/antcontrib.properties">
or <typedef resource="net/sf/antcontrib/antlib.xml"/> to access the
tasks without using namespaces.

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

Reply via email to