[#6326] mxd2map does not accept designating templates with full path, only relative path

Date:
2012-04-04 13:59
Priority:
3
State:
Open
Submitted by:
Daniel Miranda (dmiranda)
Assigned to:
Nobody (None)
Hardware:
none
Product:
none
Operating System:
none
Component:
none
Version:
none
Severity:
none
Resolution:
none
URL:
Summary:
mxd2map does not accept designating templates with full path, only relative path

Detailed description
Command line with full path:
C:\mxd2map>java -jar mxd2map.jar -m "c:\temp\test.mxd" -a "c:\temp\test.map" -t "c:\temp\template.map"

Error message:
2012-03-28 11:27:29,146 [main] ERROR de.intevation.mxd.Converter - General error. See logging file for more information.


Command line with relative path works:
C:\mxd2map>java -jar mxd2map.jar -m "c:\temp\test2.mxd" -a "c:\temp\test.map" -t example\template.map
2012-03-28 11:59:45,731 [main] INFO de.intevation.mxd.writer.MapScriptWriter - Mapfile created: c:\temp\test.map

P.S.: I do not know where "logging file" is.

No comments have been posted

No attached documents

No changes have been made to this item