Modify ↓
Opened 21 months ago
Closed 21 months ago
#6751 closed defect (fixed)
Josm won't compile from svn
| Reported by: | hjart | Owned by: | team |
|---|---|---|---|
| Priority: | blocker | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
When attempting to compile JOSM from svn I get the following 2 errors which I guess are related to changeset 4380.
[javac] Compiling 919 source files to /home/hjart/OpenStreetMap/JOSM/trunk/build
[javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/org/openstreetmap/josm/gui/MainMenu.java:26: cannot find symbol
[javac] symbol : class CopyCoordinatesAction
[javac] location: package org.openstreetmap.josm.actions
[javac] import org.openstreetmap.josm.actions.CopyCoordinatesAction;
[javac] ^
[javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/org/openstreetmap/josm/gui/MainMenu.java:128: cannot find symbol
[javac] symbol : class CopyCoordinatesAction
[javac] location: class org.openstreetmap.josm.gui.MainMenu
[javac] public final JosmAction copyCoordinates = new CopyCoordinatesAction();
[javac] ^
Attachments (0)
Change History (1)
comment:1 Changed 21 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


