If you feel like learning how to compile Java code then this page gives some instructions: http://www.cs.usfca.edu/~parrt/course/601/lectures/java.tools.html
Basically the command "javac" is the Java compiler. You run it against .java files to build .class files. The .jar is just a tarball containing a whole directory structure of source code and compiled code (.java's and .class's). Good luck. Brent ----- Original Message ----- From: John Smith <delta_foxt...@yahoo.com> Date: Thursday, July 2, 2009 3:13 pm Subject: Re: [talk-au] How to make unamed streets stand out on JOSM? To: talk-au@openstreetmap.org, Rick Peterson <ausr...@iinet.net.au> > > --- On Wed, 1/7/09, Rick Peterson <ausr...@iinet.net.au> wrote: > > John Smith wrote: > > > .... all I need to figure out is how to ignore all > > unnamed ways where junction=roundabout :) > > > > > > > I hope you will share such valuable information should you > > happen upon a > > method! .. those roundabout false-positives drive me nuts > > !! > > Actually I came across another validation issue, where > railway=abandoned it still expects level crossings and > intersection points, if I can figure out how to rebuild the jar > file I should be able to code round these issues. > > > > > _______________________________________________ > Talk-au mailing list > Talk-au@openstreetmap.org > http://lists.openstreetmap.org/listinfo/talk-au >
_______________________________________________ Talk-au mailing list Talk-au@openstreetmap.org http://lists.openstreetmap.org/listinfo/talk-au