You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

It is the intention of the GRITS developers that development of the GRITS project should be IDE agnostic. However, the GRITS project began life as a project using the Eclipse IDE, and therefore instructions on getting started and set up with Elcipse are the most complete. In the future we intend to add other instructions as developers find their own favorite tools for GRITS development.

CVS

You must be a SLAC GLAST developer to check out the source code from CVS. Here is an example of checking out all of grits:

$ export CVS_RSH=ssh
$ cvs -d :ext:langston@centaurusa.slac.stanford.edu:/nfs/slac/g/glast/ground/cvs co grits

Directory Structure

Upon initial checkout, the GRITS project has the following directory layout:

build.properties
build.xml
resin.xml
lib/build/*.jar
lib/runtime/hibernate/*.jar
lib/runtime/webwork/*.jar
src/config/db/
src/config/middlegen/
src/java/
src/test/
src/webapp/
  • No labels