[Bug 508351] Review Request: josm - java openstreetmap editor

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 22 15:43:07 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=508351


Andrea Musuruane <musuruan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |musuruan at gmail.com




--- Comment #2 from Andrea Musuruane <musuruan at gmail.com>  2009-07-22 11:43:05 EDT ---
(In reply to comment #1)
> > find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
> 
> *Break this into two lines, as your find command does not remove the jar files,
> shown below.
> 
> $ find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
> $ find ./ -name '*.jar' -o -name '*.class'
> ./lib/jfcunit.jar
> ./lib/gettext-commons-0.9.6.jar
> ./lib/josm-translation.jar
> ./lib/metadata-extractor-2.3.1-nosun.jar

AFAIK the above libraries are not yet in Fedora and therefore they must be
packaged too.

jfcUnit
http://jfcunit.sourceforge.net/

gettext-commons
http://code.google.com/p/gettext-commons/

josm-translation
translations are here:
https://translations.launchpad.net/josm/trunk/+pots/keys
but I can't find a way to build the jar file

metadata-extractor
http://www.drewnoakes.com/code/exif/

Moreover, I think that the correct upstream site for JOSM is:
http://josm.openstreetmap.de/

HTH,

Andrea.

-- 
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