Modify

Opened 12 years ago

Closed 12 years ago

#8528 closed defect (invalid)

Error on dev snapshot

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description

Build-Date: 2013-03-20 14:26:05
Revision: 5787
Is-Local-Build: true

Identification: JOSM/1.5 (5787 SVN ru)
Memory Usage: 74 MB / 878 MB (38 MB allocated, but free)
Java version: 1.7.0_10, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Operating system: Linux

java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.Error: Unresolved compilation problems:

The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
MapCSSParser cannot be resolved to a type
MapCSSParser cannot be resolved to a type
TokenMgrError cannot be resolved to a type
ParseException cannot be resolved to a type
The method logError(Throwable) in the type StyleSource is not applicable for the arguments (ParseException)
ParseException cannot be resolved to a type

at org.openstreetmap.josm.Main.<init>(Main.java:383)
at org.openstreetmap.josm.gui.MainApplication.<init>(MainApplication.java:69)
at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:345)

Caused by: java.util.concurrent.ExecutionException: java.lang.Error: Unresolved compilation problems:

The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
MapCSSParser cannot be resolved to a type
MapCSSParser cannot be resolved to a type
TokenMgrError cannot be resolved to a type
ParseException cannot be resolved to a type
The method logError(Throwable) in the type StyleSource is not applicable for the arguments (ParseException)
ParseException cannot be resolved to a type

at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at org.openstreetmap.josm.Main.<init>(Main.java:380)
... 2 more

Caused by: java.lang.Error: Unresolved compilation problems:

The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
The import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen cannot be resolved
MapCSSParser cannot be resolved to a type
MapCSSParser cannot be resolved to a type
TokenMgrError cannot be resolved to a type
ParseException cannot be resolved to a type
The method logError(Throwable) in the type StyleSource is not applicable for the arguments (ParseException)
ParseException cannot be resolved to a type

at org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.<init>(MapCSSStyleSource.java:22)
at org.openstreetmap.josm.gui.mappaint.MapPaintStyles.fromSourceEntry(MapPaintStyles.java:221)
at org.openstreetmap.josm.gui.mappaint.MapPaintStyles.readFromPreferences(MapPaintStyles.java:193)
at org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.initialize(MapPaintPreference.java:179)
at org.openstreetmap.josm.Main$4.call(Main.java:360)
at org.openstreetmap.josm.Main$4.call(Main.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

Attachments (0)

Change History (1)

comment:1 by Don-vip, 12 years ago

Resolution: invalid
Status: newclosed

This code is generated you have to compile josm with ant

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.