Build system and documentation update

* Added tests of the command line tools to the post-build scripts

* Local deployment documentation mentions ImportResources
This commit is contained in:
Emmanuel BENOîT 2012-02-08 08:38:56 +01:00
parent fd117f6f7b
commit cb2553d1e5
3 changed files with 52 additions and 1 deletions
legacyworlds/doc

View file

@ -41,6 +41,8 @@ from the root of the server's distribution:
--run-tool ImportText data/i18n-text.xml
java -jar legacyworlds-server-main-1.0.0-0.jar \
--run-tool ImportTechs data/techs.xml
java -jar legacyworlds-server-main-1.0.0-0.jar \
--run-tool ImportResources data/resources.xml
java -jar legacyworlds-server-main-1.0.0-0.jar \
--run-tool ImportBuildables data/buildables.xml
@ -83,4 +85,4 @@ Replace 'user@example.org' with the user's actual email address, and
This will deploy the main and administrative sites to /lwmain and /lwadmin,
respectively.
* If you need to redeploy the sites later, you need to run
mvn package tomcat:redeploy
mvn package tomcat:redeploy