|
TODO: |
|
|
- startXulu.bat erweitern: |
|
|
- /useXuluClasses auf SCHMITZM erweitern |
|
|
- SCHMITZM in Xulu\lib aufnehmen |
|
|
- How to start XULU from Eclipse |
|
|
- How to develop XULU |
|
|
|
|
1 |
============================================================== |
============================================================== |
2 |
=== XULU README (2009-02-24, Martin Schmitz) === |
=== XULU README (2010-02-10, Martin Schmitz) === |
3 |
=== === |
=== === |
4 |
=== http://wald.intevation.org/projects/xulu/ === |
=== http://wald.intevation.org/projects/xulu/ === |
5 |
=== http://wald.intevation.org/projects/schmitzm/ === |
=== http://wald.intevation.org/projects/schmitzm/ === |
59 |
|
|
60 |
Therefore after the first SVN checkout you have to call the |
Therefore after the first SVN checkout you have to call the |
61 |
|
|
62 |
InitXulu.bat |
initXulu.bat (on Windows systems) |
63 |
|
or initXulu.sh (on Linux systems: first call "chmod +x initXulu.sh" |
64 |
|
to make the file executable!!) |
65 |
|
|
66 |
once to copy the configuration files from the "defaults" folder to their |
once to copy the configuration files from the "defaults" folder to their |
67 |
expected locations. After that you can make changes on all config files |
expected locations. After that you can make changes on all config files |
70 |
The default behavior of "InitXulu.bat" is not to overwrite files if they |
The default behavior of "InitXulu.bat" is not to overwrite files if they |
71 |
already exist. In case of trouble (e.g. deleted or damaged config files) |
already exist. In case of trouble (e.g. deleted or damaged config files) |
72 |
you can call |
you can call |
73 |
InitXulu.bat /reset |
InitXulu.bat /reset |
74 |
or InitXulu.bat /init (no overwrite confirmation!) |
or InitXulu.bat /init (no overwrite confirmation!) |
75 |
|
|
76 |
to overwrite all configuration files with their defaults. |
to overwrite all configuration files with their defaults. |
77 |
|
|
78 |
NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN THE |
NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN THE |
79 |
"DEFAULT" FOLDER!! |
"DEFAULT" FOLDER!! |
80 |
|
|
81 |
|
|
98 |
defaults: Contains default configuration files for the XULU main |
defaults: Contains default configuration files for the XULU main |
99 |
application and plugins. By calling "InitXulu.bat" (see (2)) |
application and plugins. By calling "InitXulu.bat" (see (2)) |
100 |
these files are copied to the expected locations. |
these files are copied to the expected locations. |
101 |
NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN |
NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN |
102 |
THIS FOLDER!! |
THIS FOLDER!! |
103 |
|
|
104 |
classes: Contains the compliled java classes of the XULU application |
classes: Contains the compliled java classes of the XULU application |
110 |
lib: Contains all the external libraries required to run/compile XULU. |
lib: Contains all the external libraries required to run/compile XULU. |
111 |
All JARs in this folder must be integrated in the Java classpath. |
All JARs in this folder must be integrated in the Java classpath. |
112 |
|
|
113 |
|
dist: Contains the current version of the XULU classes as JAR |
114 |
|
so Xulu can be started without compile the source code |
115 |
|
for your own |
116 |
|
|
117 |
plugin: Contains configuration files for XULU plugins. |
plugin: Contains configuration files for XULU plugins. |
118 |
|
|
119 |
src: Contains the java source code of the XULU application and plugins. |
src: Contains the java source code of the XULU application and plugins. |
151 |
c) Start XULU from Eclipse |
c) Start XULU from Eclipse |
152 |
-------------------------- |
-------------------------- |
153 |
t.b.c. |
t.b.c. |
154 |
|
Important: SCHMITZM must be integrated in Classpath with |
155 |
|
higher priority than Geotools |
156 |
|
|
157 |
|
|
158 |
----------------------------------------------------------- |
----------------------------------------------------------- |