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: | 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)
Change History (3)
by , 16 years ago
| Attachment: | agpifoj.patch added |
|---|
comment:1 by , 16 years ago
| Summary: | plugins/agpifoj/AgpifojLayer.java:159: cannot find symbol setErrorMessage → [PATCH] plugins/agpifoj/AgpifojLayer.java:159: cannot find symbol setErrorMessage |
|---|
comment:2 by , 16 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Please update to Agpifo [o18288]. This should fix the problem.
Won't apply the patch.
Note:
See TracTickets
for help on using tickets.



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