Astrophysical Virtual Observatory

::: BuildingAstrogridSoftwareWithMaven :::
# Sitemap  
  AVO TWiki system # Edit # Attach # Diffs # Printable # More # Changes # Register # Search

:::
Logged in as TWikiGuest

EUROVO FC

AVO
SWG
Management
Science
Standards
Technology
Reports&Minutes
Forum
Events
Contacts
Help

EGG

Main

Know

Test

TWiki

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



# Edit menu  


Topic revision r1.2 - 08 Oct 2004 - 18:11 - MarcoLeoni
Topic parents: DevCorner
Copyright © 2003 by the contributing authors. All material on this collaboration tool is the property of the contributing authors. Ideas, requests, problems regarding AVO TWiki ? Send feedback.