No need for copying files around anymore, simply run ./gradlew runJosm in order to test the current state of the plugin.
This makes use of the gradle-josm-plugin, which makes e.g. starting up JOSM with the plugin loaded much easier (simply run ./gradlew runJosm, that's it).
The Ant build should work as before, the only thing I changed there is that the Ant properties are now loaded from the file gradle.properties.
If you want to know more about this or do something differently, I'd be glad to explain or adjust this PR.
No need for copying files around anymore, simply run
./gradlew runJosm
in order to test the current state of the plugin.This makes use of the gradle-josm-plugin, which makes e.g. starting up JOSM with the plugin loaded much easier (simply run
./gradlew runJosm
, that's it).The Ant build should work as before, the only thing I changed there is that the Ant properties are now loaded from the file
gradle.properties
.If you want to know more about this or do something differently, I'd be glad to explain or adjust this PR.