Modify ↓
Opened 16 years ago
Closed 16 years ago
#2877 closed defect (fixed)
Utilsplugin does not compile
| Reported by: | Daeron | Owned by: | xeen |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Plugin | Version: | latest |
| Keywords: | utilsplugin | Cc: | Gubaer |
Description
Compiler output:
init:
[mkdir] Created dir: /home/daeron/osm/josm/plugins/utilsplugin/build
compile:
[echo] creating ../../dist/utilsplugin.jar
[javac] Compiling 4 source files to /home/daeron/osm/josm/plugins/utilsplugin/build
[javac] /home/daeron/osm/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java:169: cannot find symbol
[javac] symbol : variable world
[javac] location: class org.openstreetmap.josm.gui.NavigatableComponent
[javac] if (sizex > NavigatableComponent.world.east() || sizey > NavigatableComponent.world.north())
[javac] ^
[javac] /home/daeron/osm/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java:169: cannot find symbol
[javac] symbol : variable world
[javac] location: class org.openstreetmap.josm.gui.NavigatableComponent
[javac] if (sizex > NavigatableComponent.world.east() || sizey > NavigatableComponent.world.north())
[javac] ^
[javac] 2 errors
BUILD FAILED
/home/daeron/osm/josm/plugins/utilsplugin/build.xml:12: Compile failed; see the compiler error output for details.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|
comment:3 by , 16 years ago
| Cc: | added |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
fixed in 16420 of utilsplugin.
Note:
See TracTickets
for help on using tickets.



Now there are more errors:
compile: [echo] creating ../../dist/utilsplugin.jar [javac] Compiling 4 source files to /home/daeron/osm/josm/plugins/utilsplugin/build [javac] /home/daeron/osm/josm/plugins/utilsplugin/src/UtilsPlugin/JoinAreasAction.java:121: cannot find symbol [javac] symbol : method editLayer() [javac] location: class org.openstreetmap.josm.Main [javac] OsmDataLayer dataLayer = Main.main.editLayer(); [javac] ^ [javac] /home/daeron/osm/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java:169: cannot find symbol [javac] symbol : variable world [javac] location: class org.openstreetmap.josm.gui.NavigatableComponent [javac] if (sizex > NavigatableComponent.world.east() || sizey > NavigatableComponent.world.north()) [javac] ^ [javac] /home/daeron/osm/josm/plugins/utilsplugin/src/UtilsPlugin/JumpToAction.java:169: cannot find symbol [javac] symbol : variable world [javac] location: class org.openstreetmap.josm.gui.NavigatableComponent [javac] if (sizex > NavigatableComponent.world.east() || sizey > NavigatableComponent.world.north()) [javac] ^ [javac] /home/daeron/osm/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java:42: cannot find symbol [javac] symbol : method editLayer() [javac] location: class org.openstreetmap.josm.Main [javac] OsmDataLayer dataLayer = Main.main.editLayer(); [javac] ^ [javac] 4 errors