#23158 closed defect (worksforme)
00_core_tools is missing
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin | Version: | |
| Keywords: | plugin development | Cc: |
Description
The file
https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/build-common.xml
and
https://github.com/JOSM/josm-plugins/blob/master/build-common.xml
mentioned the directory of /00_core_tools/ and {core.tools.ivy} between line 741-747
But it is not exist at the repository of
https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins?rev=36127&order=name
and
https://github.com/JOSM/josm-plugins
There are none of directory of /00_core_tools/ existing, and none of matching files while build-common.xml mentioned
This causing compiling using ant fail because of missing files, make developing and test own plugin impossible
Attachments (2)
Change History (3)
by , 2 years ago
| Attachment: | screenshot.png added |
|---|
comment:1 by , 2 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
It looks like you are probably using the git mirror of the plugins.
One of the caveats with the git mirror is that it does not support translating svn:externals to git submodules.
If you looked at https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins?order=name in the svn:externals property, you would have seen https://josm.openstreetmap.de/svn/trunk/tools 00_core_tools.
I'll see if I can update wiki:"Source code" to have some instructions for that repo.



Screen indicates file ivy.xml not found which it suggest to exist.