- change the map.apps remote base in pom.xml and build.properties
- follow the instructions in the
bundles/rc_enhancer/README.mdfile.
- use nightmarejs to run e2e tests
- use jspanel4 as alternative to the dojo windows
This project requires an existing installation of map.apps to work. You need top copy the libs provided in the CD-Contents folder "m2repository" inside your local maven repository.
Before you can run the project you have to define the mapapps.remote.base property in the pom.xml-file:
<mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>
######1. Add a goal parameter
mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%
######2. Change the mapapps.remote.base property in the build.properties file and run:
mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties
Start jetty at http://localhost:9090 for local implementation.
mvn jetty:run
mvn install
mvn clean install -P upload
mvn clean install -P compress
mvn clean install -P compress,upload
The following urls are available after maven goal jetty:run was executed.
