66 |
|
|
67 |
Therefore after the first SVN checkout you have to call the |
Therefore after the first SVN checkout you have to call the |
68 |
|
|
69 |
InitXulu.bat |
initXulu.bat (on Windows systems) |
70 |
|
or initXulu.sh (on Linux systems: first call "chmod +x initXulu.sh" |
71 |
|
to make the file executable!!) |
72 |
|
|
73 |
once to copy the configuration files from the "defaults" folder to their |
once to copy the configuration files from the "defaults" folder to their |
74 |
expected locations. After that you can make changes on all config files |
expected locations. After that you can make changes on all config files |
77 |
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 |
78 |
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) |
79 |
you can call |
you can call |
80 |
InitXulu.bat /reset |
InitXulu.bat /reset |
81 |
or InitXulu.bat /init (no overwrite confirmation!) |
or InitXulu.bat /init (no overwrite confirmation!) |
82 |
|
|
83 |
to overwrite all configuration files with their defaults. |
to overwrite all configuration files with their defaults. |
84 |
|
|
85 |
NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN THE |
NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN THE |
86 |
"DEFAULT" FOLDER!! |
"DEFAULT" FOLDER!! |
87 |
|
|
88 |
|
|
105 |
defaults: Contains default configuration files for the XULU main |
defaults: Contains default configuration files for the XULU main |
106 |
application and plugins. By calling "InitXulu.bat" (see (2)) |
application and plugins. By calling "InitXulu.bat" (see (2)) |
107 |
these files are copied to the expected locations. |
these files are copied to the expected locations. |
108 |
NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN |
NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN |
109 |
THIS FOLDER!! |
THIS FOLDER!! |
110 |
|
|
111 |
classes: Contains the compliled java classes of the XULU application |
classes: Contains the compliled java classes of the XULU application |