Publishers Astrogrid Library
An Astrogrid datacenter published a collection of astronomical data on the Astrogrid. PAL contains everything you need to install a data center, wrapped up in one big bundle. BuildSee parent project for fuller instructions To build PAL by hand, you need to build all its prerequisites - the jars it depends on, plus the javadocs and dist bundles it grabs. Do the following:
The result is a pal-SNAPSHOT, which is left in your local repository. Usually ~/.maven/repository/astrogrid-datacenter/wars/pal-SNAPSHOT.war Hacking with PALThe full build above takes a long time to finish - not good if you're tinkering with the packaging of PAL itself. However, once you've run the recipe once, the required resources are present. You can then rebuild PAL using the existing resources by:
Note however, that the result of this build is put in a different place - datacenter/pal/target/pal.war Other goals
pal-deploy / pal-undeploy
You need to set some variables for this to work. Its probably best to put them in ~/build.properties .
|