Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=513119 --- Comment #10 from Jussi Lehtola <jussi.leht...@iki.fi> 2009-08-05 12:48:52 EDT --- (In reply to comment #9) > You need to run > find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \; > in %prep to remove any pre-existing jar and class files. Actually, there's something wrong with this command. Better to run find -name '*.jar' -exec rm -f '{}' \; find -name '*.class' -exec rm -f '{}' \; This actually reveals there was one jar file that you didn't remove, belonging to the JIDE SWING suite. It's probably the one at https://jide-oss.dev.java.net/ Needless to mention, this must be packaged separately as well. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@redhat.com http://www.redhat.com/mailman/listinfo/fedora-package-review