Modify

Opened 4 years ago

Closed 4 years ago

#2877 closed defect (fixed)

Utilsplugin does not compile

Reported by: Daeron Owned by: xeen
Priority: major Component: Plugin
Version: latest Keywords: utilsplugin
Cc: karl.guggisberg@…

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 Changed 4 years ago by Daeron

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

comment:2 Changed 4 years ago by stoecker

  • Owner changed from team to xeen

comment:3 Changed 4 years ago by Gubaer

  • Cc karl.guggisberg@… added
  • Resolution set to fixed
  • Status changed from new to closed

fixed in 16420 of utilsplugin.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.