﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6201	"An ""cannot find symbol:method getURL()"" error appears when trying to build all JOSM plugins"	jBeata	Hind	"The following error appears when building the plugins:

[javac] Compiling 19 source files to D:\Java\Workspaces\josm\josm1\plugins\CommandLine\build
    ........
[javac] D:\Java\Workspaces\josm\josm1\plugins\CommandLine\src\CommandLine\CommandLine.java:325:    cannot find symbol

[javac] symbol  : method getURL()
[javac] location: class org.openstreetmap.josm.data.imagery.ImageryInfo
[javac] 				String url = info.getURL();

As far I had seen the problem is that the ImageryInfo class has a method called ""getUrl()"" not ""getURL()"", as used in CommandLine class, line 325."	defect	closed	major		Plugin commandline	latest	fixed		
