Changes between Initial Version and Version 1 of Ticket #17131, comment 2
- Timestamp:
- 2018-12-21T16:04:53+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17131, comment 2
initial v1 3 3 As far as `org.openstreetmap.josm.tools.Geometry`, I didn't see any `distance` methods in it. I should probably look at moving many (or all) of the methods in GpxDistance to Geometry. 4 4 5 As far as `ant pmd checkstyle` goes, I c an't run it. This is probably due to a hardcoded path somewhere in build.xml for ant.5 As far as `ant pmd checkstyle` goes, I couldn't run it. This is probably due to a hardcoded path somewhere in build.xml for ant. I fixed it with `ln -s "$(which ant)" /usr/local/share/ant`. 6 6 {{{ 7 7 iMacs-iMac-6:core tsmock$ ant pmd checkstyle


