﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7064	"Josm core will not completely compile, and crashes at ""Run"""	gpermant	team	"What steps will reproduce the problem?
 1. Downloaded (updated) newest stat of JOSM core from repository
 2. Completely build it
 3. Start JOSM from class org.openstreetmap.josm.gui.MainApplication

What is the expected result? Errorless build of Josm, Josm should run.

What happens instead? 
2. Errors in compilation in file org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
3. after successfull connection to http://api.openstreetmap.org/api, Josm program fails due to compilation error 

Please provide any additional information below. Attach a screenshot if
possible.

{{{
Build-Date: 2011-11-16 14:21:57
Revision: 4596
Is-Local-Build: true

Identification: JOSM/1.5 (4596 SVN de)
Memory Usage: 59 MB / 865 MB (38 MB allocated, but free)
Java version: 1.6.0_27, Sun Microsystems Inc., Java HotSpot(TM) 64-Bit Server VM
Operating system: Windows 7

Plugin: openstreetbugs
Plugin: turnrestrictions

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:174)
	at org.openstreetmap.josm.gui.mappaint.MapPaintStyles.readFromPreferences(MapPaintStyles.java:151)
	at org.openstreetmap.josm.gui.preferences.MapPaintPreference.initialize(MapPaintPreference.java:160)
	at org.openstreetmap.josm.Main.<init>(Main.java:251)
	at org.openstreetmap.josm.gui.MainApplication.<init>(MainApplication.java:60)
	at org.openstreetmap.josm.gui.MainAppli
}}}
"	defect	closed	normal		Core	latest	invalid	template_report	
