Modify

Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#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 GerdP, 5 years ago

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

cd /arquivos/tmp/josm
svn up

comment:2 by naoliv, 5 years ago

Resolution: worksforme
Status: newclosed

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:3 by Don-vip, 5 years ago

The git mirror is unofficial. Always use SVN to have support from us ;)

comment:4 by anonymous, 4 years ago

Cloning from https://github.com/openstreetmap/josm and https://github.com/openstreetmap/josm-plugins also brings same error!
Aren't Gits updated?

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.