--- trunk/readme.txt 2009/02/25 11:54:01 2 +++ trunk/readme.txt 2009/02/25 22:40:42 14 @@ -4,6 +4,7 @@ - SCHMITZM in Xulu\lib aufnehmen - How to start XULU from Eclipse - How to develop XULU +- Hinweis, dass SCHMITZM im Classpath ueber GT liegen muss! ============================================================== === XULU README (2009-02-24, Martin Schmitz) === @@ -66,7 +67,9 @@ Therefore after the first SVN checkout you have to call the - InitXulu.bat + initXulu.bat (on Windows systems) + or initXulu.sh (on Linux systems: first call "chmod +x initXulu.sh" + to make the file executable!!) once to copy the configuration files from the "defaults" folder to their expected locations. After that you can make changes on all config files @@ -75,12 +78,12 @@ The default behavior of "InitXulu.bat" is not to overwrite files if they already exist. In case of trouble (e.g. deleted or damaged config files) you can call - InitXulu.bat /reset - or InitXulu.bat /init (no overwrite confirmation!) + InitXulu.bat /reset + or InitXulu.bat /init (no overwrite confirmation!) to overwrite all configuration files with their defaults. -NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN THE +NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN THE "DEFAULT" FOLDER!! @@ -103,7 +106,7 @@ defaults: Contains default configuration files for the XULU main application and plugins. By calling "InitXulu.bat" (see (2)) these files are copied to the expected locations. - NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN + NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN THIS FOLDER!! classes: Contains the compliled java classes of the XULU application @@ -115,6 +118,10 @@ lib: Contains all the external libraries required to run/compile XULU. All JARs in this folder must be integrated in the Java classpath. +dist: Contains the current version of the XULU classes as JAR + so Xulu can be started without compile the source code + for your own + plugin: Contains configuration files for XULU plugins. src: Contains the java source code of the XULU application and plugins. @@ -152,6 +159,8 @@ c) Start XULU from Eclipse -------------------------- t.b.c. +Important: SCHMITZM must be integrated in Classpath with + higher priority than Geotools -----------------------------------------------------------