#17125 closed defect (worksforme)
Update Developing Plugins instructions
| Reported by: | naoliv | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Wiki content | Version: | |
| Keywords: | Cc: |
Description
It seems that wiki:DevelopersGuide/DevelopingPlugins needs some updates.
One thing is that core seems to have vanished from the paths (ie, instead cd josm/core now it's simply cd josm)
While trying to build the reverter plugin, for example:
$ ant
Buildfile: /arquivos/tmp/josm/plugins/reverter/build.xml
init:
pre-compile:
compile:
[echo] compiling sources for /arquivos/tmp/josm/dist/reverter.jar ...
BUILD FAILED
/arquivos/tmp/josm/plugins/build-common.xml:79: Class not found: com.google.errorprone.ErrorProneAntCompilerAdapter
Total time: 0 seconds
Maybe some other instruction needs to be updated too?
Attachments (0)
Change History (4)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
It seems that I need to pay more attention when doing things...
I was using the git mirror instead (and that is why I was not seeing core, for example, and failing at locating error-prone)
Thanks, Gerd!
comment:4 by , 5 years ago
Cloning from https://github.com/openstreetmap/josm and https://github.com/openstreetmap/josm-plugins also brings same error!
Aren't Gits updated?



Maybe /josm isn't up to date? I don't see this problem here. Try