﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6347	WmsCache.java doesn't compile	glebius	Upliner	"I've got clean svn checkout rev 4079. And it doesn't compile:

    [javac] /usr/home/glebius/osm/josm/core/src/org/openstreetmap/josm/data/imagery/WmsCache.java:296: cannot find symbol
    [javac] symbol  : method marshal(org.openstreetmap.josm.data.imagery.types.WmsCacheType,java.io.File)
    [javac] location: interface javax.xml.bind.Marshaller
    [javac]             marshaller.marshal(index, new File(cacheDir, INDEX_FILENAME));
    [javac]                       ^

True, Marshaller doesn't have a constructor that takes File argument.

http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/1.6/api/javax/xml/bind/Marshaller.html

Patch attached."	defect	closed	major		Core imagery		fixed		
