[Bug 513119] Review Request: PgsLookAndFeel - Nice looking LookAndFeel for Swing

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 5 16:48:53 UTC 2009


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.lehtola at 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.




More information about the Fedora-package-review mailing list