Rapid Development of Components

Building efficiently webapp classes

In order to build and test efficiently webapp classes one can run the following targets

./build.sh compile-webapp copy-basic-webapp-libs copy-webapp-files-to-tomcat-cluster-node1

instead of running the whole build process. This should reduce the waiting time from a couple of minutes to a couple of seconds.

Compiling efficiently resource classes

In order to compile resource classes efficiently one can run the build as follows

./build.sh -f src/contributions/resources/xinha/build.xml

instead of running the whole build process.



Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.