Easy routes plugin for JOSM
Running JOSM with the plugin loaded:
./gradlew.bat runJosm # On Windows
./gradlew runJosm # On other OSs
Building the plugin:
./gradlew.bat build # On Windows
./gradlew build # On other OSs
Then you'll find the built jar-file in the build/libs/
directory and reports in build/reports/
.
Developing with Eclipse:
./gradlew.bat eclipse # On Windows
./gradlew eclipse # On other OSs
After that simply import the project into Eclipse "as an existing project".