Opened 15 years ago

Last modified 15 years ago

#6202 closed defect

An "cannot find symbol" error appears when trying to build all JOSM plugins — at Version 1

Reported by: jBeata Owned by: team
Priority: major Milestone:
Component: Plugin surveyor Version:
Keywords: Cc:

Description (last modified by jBeata)

The following error appears when building the plugins:

init:

[mkdir] Created dir: D:\Java\Workspaces\josm\josm1\plugins\surveyor\build

compile:

[echo] creating ../../dist/surveyor.jar

[javac] Compiling 30 source files to D:\Java\Workspaces\josm\josm1\plugins\surveyor\build

[javac]D:\Java\Workspaces\josm\josm1\plugins\surveyor\src\at\dallermassl\josm\plugin\surveyor\SurveyorShowAction.java:74: cannot find symbol

[javac] symbol : methodaddPropertyChangeListener(at.dallermassl.josm.plugin.surveyor.SurveyorComponent)

[javac] location: class livegps.LiveGpsPlugin
[javac] gpsPlugin.addPropertyChangeListener(comp);

As far I had seen the problem is that the LiveGpsPlugin class has no method called "addPropertyChangeListener" .

Change History (1)

comment:1 by jBeata, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.