I am having a problem when trying to make a WAR file for my webapp. I am trying to run a build.xml script and I get this error:
BUILD FAILED: java.lang.NoSuchMethodError: org.apache.tools.zip.ZipOutputStream.<init>(Ljava/io/File;)V The classes compiled fine, but it cannot build the war file for some reason. It looks like it cannot instantiate an object of class ZipOutputStream but it can't. I looked and saw that the ZipOutputStream class is in the ant.jat file in the $ANT_HOME/lib folder. I am using SuSE 9.0, Ant 1.6.0 and Eclipse 2.1. Chris Alvarez Novell, Inc., the leading provider of information solutions. http://www.novell.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
