Modify

Opened 15 years ago

Closed 15 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 Daeron, 15 years ago

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 by stoecker, 15 years ago

Owner: changed from team to xeen

comment:3 by Gubaer, 15 years ago

Cc: Gubaer added
Resolution: fixed
Status: newclosed

fixed in 16420 of utilsplugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain xeen.
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.