Posted By:
Rick_Ross
Posted On:
Sunday, August 18, 2002 07:04 PM
I have the worst luck with the java command in Ant (1.5) classpathref="${compile.classpath}"> In verbose mode, I get the following message: Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource versifi/model/DefaultData.class from [fullpath] uildWEB-INFclassesversifimodelDefaultData.class I don't understand it. It actaully tries to open the class file as a zip and (naturally) fails. Any ideas?
More>>
I have the worst luck with the java command in Ant (1.5)
classpathref="${compile.classpath}">
In verbose mode, I get the following message:
Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource versifi/model/DefaultData.class from [fullpath] uildWEB-INFclassesversifimodelDefaultData.class
I don't understand it. It actaully tries to open the class file as a zip and (naturally) fails.
Any ideas?
<<Less