Mercurial > mxd2map
diff INSTALL.txt @ 182:91e2d46d7968
Added functionality, restrictions and how to build runtime enviroment
to documentation.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 18 Jul 2011 15:12:24 +0200 |
parents | 0ebaec057f15 |
children | 43f1cbdcd597 |
line wrap: on
line diff
--- a/INSTALL.txt Mon Jul 11 14:28:38 2011 +0200 +++ b/INSTALL.txt Mon Jul 18 15:12:24 2011 +0200 @@ -30,6 +30,10 @@ ant jar +or:: + + ant jar-norevision + Install Apache Webserver ------------------------ @@ -61,14 +65,29 @@ #. Copy mapserv.exe from c:/ms_6.1-dev/bin/apps/ms to c:/ms_6.1-dev/bin/ + Create run-environment ---------------------- -writeme - +The current version of MXD2map needs a few steps to run properly. +The following steps assume the runtime folder to be c:/mxd2map/. This path can +be changed. ------ -Usage ------ +1. Copy mxd2map.jar to c:/mxd2map/. -writeme +#. Copy folder "conf" from repository to c:/mxd2map/ + +#. Create folder c:/mxd2map/lib/ + +#. Get log4j from http://logging.apache.org/log4j/1.2/download.html + +#. Get jargs http://jargs.sourceforge.net/ (Version 1.0) + +#. Build the libraries and copy the resulting jar-files to c:/mxd2map/lib/ + +#. Copy mapscript.jar and mapscript.dll to c:/mxd2map/lib/ + +#. Create a folder c:/mxd2map/logs/ + +#. Create or copy a converter.properties file to c:/mxd2map/ +