http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1453
*** shadow/1453 Sun Apr 22 12:26:05 2001 --- shadow/1453.tmp.28536 Sun Apr 22 12:26:05 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | Jar files created with "jar" task cannot be unpacked with "jar -xf" comman | + +----------------------------------------------------------------------------+ + | Bug #: 1453 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: | + | Priority: Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + When a jar file is created with the "jar" task, the Java2 SDK 1.3 "jar" command + does not recognize that the file contains any files. However, WinZip does + recognize that the file contains the files I put in it, and classes can be read + from it when it is placed in the CLASSPATH. + + For example, when I run the command "jar -tf <jar file>," the command does not + list any files. "jar -xf <jar file>" also does not extract anything. + + I ran "jar" on both Windows Pro 2000 and Red Hat Linux 7.0, and it didn't see + the files' contents on either platform.
