Modify

Opened 14 years ago

Closed 14 years ago

#6751 closed defect (fixed)

Josm won't compile from svn

Reported by: hjart Owned by: team
Priority: blocker Milestone:
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 by stoecker, 14 years ago

Resolution: fixed
Status: newclosed

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.