Modify

Opened 16 years ago

Closed 16 years ago

#3788 closed defect (wontfix)

[PATCH] plugins/agpifoj/AgpifojLayer.java:159: cannot find symbol setErrorMessage

Reported by: timo.lindfors@… Owned by: team
Priority: normal Milestone:
Component: Core image mapping Version:
Keywords: ftbfs Cc:

Description

Steps to reproduce:
1) svn co http://svn.openstreetmap.org/applications/editors/josm
2) cd josm/plugins
3) ant

Expected results:
3) josm and its plugins build from source

Actual results:
3) Build fails with the following error
compile:
     [echo] creating ../../dist/AgPifoJ.jar
    [javac] Compiling 5 source files to /local/lindi/scm/josm/plugins/agpifoj/build
    [javac] /local/lindi/scm/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:159: cannot find symbol
    [javac] symbol  : method setErrorMessage(java.lang.String)
    [javac] location: interface org.openstreetmap.josm.gui.progress.ProgressMonitor
    [javac]                     progressMonitor.setErrorMessage(errorMessage);
    [javac

Attachments (1)

agpifoj.patch (1.1 KB ) - added by Daeron 16 years ago.

Download all attachments as: .zip

Change History (3)

by Daeron, 16 years ago

Attachment: agpifoj.patch added

comment:1 by Daeron, 16 years ago

Summary: plugins/agpifoj/AgpifojLayer.java:159: cannot find symbol setErrorMessage[PATCH] plugins/agpifoj/AgpifojLayer.java:159: cannot find symbol setErrorMessage

This bug apparently only appeared on OpenJDK, not on Sun's JDK. Attached patch fixes the compiling.

comment:2 by Gubaer, 16 years ago

Resolution: wontfix
Status: newclosed

Please update to Agpifo [o18288]. This should fix the problem.

Won't apply the patch.

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.