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





------- Additional Comments From [EMAIL PROTECTED]  2003-11-13 16:21 -------
Received back in email from aparna:

Posting here for other developers to comment on.

(Please use bugzilla to track these correspondences)
---
Hi,
 
Thanks for the response. Yes, I understand, this jar ZipException is 
eliminated/fixed in the latest versions of ant as i see their release docs on 
ant.apache.org site; But, for some reasons my project is making use of ant 
1.4.1 only, with whcih i'm encountering java.util.ZipException.
 
Literally, therez no problem in the jar process wiht 1.4.1, the jar is being 
created succesfully, but, its throwing a warning like. The build process is 
definitely happening outputting me the jar, but this particular message is seen 
on the console;
 
My Build script on 1.4.1 is simply: 
 
 
<target name="build_commonjar" if="is_commonjar_required" 
depends="commonjarrequiredflag">
     <echo message="Creating Common JAR File ....." />
     
     <jar jarfile="${classes}/common.jar" basedir="${src}"  
      includes = "com/test/proj/ejb/** "/>
      
   </target>
---

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

Reply via email to