Modify

#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

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.