﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4288	[PATCH] image files as parameters when starting JOSM leads to IOException	Cobra	team	"JOSM can open .osm and .gpx files directly when starting it and passing the file names as paramter, but when trying the same trick with geotagged images leads to this - one error window and one exception per image, all alike:

{{{
java -jar josm-latest.jar 201001*.gpx IMG_*.JPG

(...)

java.io.IOException: Could not import 'IMG_2582.JPG'.
	at org.openstreetmap.josm.io.FileImporter.importData(FileImporter.java:38)
	at org.openstreetmap.josm.actions.OpenFileAction.openFile(OpenFileAction.java:65)
	at org.openstreetmap.josm.Main.downloadFromParamString(Main.java:492)
	at org.openstreetmap.josm.Main.postConstructorProcessCmdLine(Main.java:381)
	at org.openstreetmap.josm.gui.MainApplication$2.run(MainApplication.java:175)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
}}}

josm revision is 2729"	defect	closed	normal		Core	latest	fixed		bomm
