Mercurial > mxd2map
comparison ChangeLog @ 55:f0c02ff120d6
Read filenames from properties file or commandline arguments.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 16 May 2011 18:21:27 +0200 |
parents | 691864097eb1 |
children | 08913299e34f |
comparison
equal
deleted
inserted
replaced
53:691864097eb1 | 55:f0c02ff120d6 |
---|---|
1 2011-05-16 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * build.xml: Set the classpath for the executabel jar file. The path to | |
4 the external libraries (lib/) is relative to the executable. | |
5 | |
6 * src/java/de/intevation/mxd/Converter.java: | |
7 Use commandline arguments to set the filenames for the MXD-, MAP- and | |
8 the template file. If no arguments are used, read the filenames from | |
9 the converter.properties file. | |
10 | |
11 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | |
12 Use the template file for mapfile creation. | |
13 | |
14 * converter.properties.sample: New. Example for the properties file. | |
15 | |
1 2011-05-11 Stephan Holl <stephan.holl@intevation.de> | 16 2011-05-11 Stephan Holl <stephan.holl@intevation.de> |
2 | 17 |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: Added | 18 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: Added |
4 the (currently) hard-coded template-path to the | 19 the (currently) hard-coded template-path to the |
5 mapObj-constructor; removed some TODO-settings. | 20 mapObj-constructor; removed some TODO-settings. |