Building Astrogrid Software with Maven
The easiest way to download & build Astrogrid software is using Maven.
Once it is properly installed, here are the steps to follow:
- download the scripts dir from CVS repository:
cvs -d :pserver:anoncvs@cvs.astrogrid.org:/devel co astrogrid/integrationTests/auto-integration
- create a file called
build.properties under the user home dir, edit it and insert the following
tomcat.port=TOMCAT_PORT
tomcat.manager.username=TOMCAT_MANAGER_USERNAME
tomcat.manager.password=bossTOMCAT_MANAGER_PASSWORD
tomcat.location=FULL_PATH_TO_TOMCAT_HOME
tomcat.common.lib.dir=FULL_PATH_TO_TOMCAT_HOME_COMMON/LIB_DIR
work.dir=A_WORKING_DIRECTORY
registry.authorityid=org.astrogrid.localhost
version=SNAPSHOT
astrogrid.iteration=SNAPSHOT
- cd into the
astrogrid/integrationTests/auto-integration/ directory
- execute
maven deploy-all
(references: http://www.astrogrid.org/maven/docs/snapshot/integrationTests/index.html)
-- MarcoLeoni
<!--
-->
|