This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fastjar/22012] New: fastjar -C gets confused with more than one argument


+ mkdir -p tmp/a tmp/b
+ touch tmp/a/a.class tmp/b/b.class
+ fastjar cvf -C tmp a b
adding: META-INF/ (in=0) (out=0) (stored 0%)
adding: META-INF/MANIFEST.MF (in=56) (out=56) (stored 0%)
adding: tmp/ (in=0) (out=0) (stored 0%)
adding: tmp/a/ (in=0) (out=0) (stored 0%)
adding: tmp/a/a.class (in=0) (out=2) (deflated -2147483648%)
adding: tmp/b/ (in=0) (out=0) (stored 0%)
adding: tmp/b/b.class (in=0) (out=2) (deflated -2147483648%)
a: No such file or directory
Error adding a to jar archive!

-- 
           Summary: fastjar -C gets confused with more than one argument
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fastjar
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22012


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]