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

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

This is intended to lead you from scratch (well, you have Eclipse and MyEclipse installed and can look at our cvs repository) to obtain, configure, build and run applications in the glast-ground project.

All the projects currently live in the glast-ground directory under infrastructure in the cvs repository.

Getting the Project

Open the cvs repository view and navigate to the infrastructure director. You'll see glast-ground under it. Right click on glast-ground and check it out. This will set up automatically as a project in Eclipse.

Once you have checked out the project you should see something like this:

Access to Needed Jar Files

You need to make sure the appropriate jar files get into your class path. These are kept in the src/webapp/WEB-INF/lib directory as well as in the top directory.

Question to Matt - why are these not in the proper places by default??

If you didn't get them in the right place, they are generally to be found in the lib/runtime directory and should be copied into the afore-mentioned lib directory.

  • No labels