...
Apps are normally setup so that eclipse will be able to build the app (with your local machine specific props) and deploy it to your local server.
Checking out a project
In eclipse, go to the SVN Repositories window and:
- Go to idd-svn > projectyouwant > trunk
- Right-click trunk and select Check out
You will then need to configure the project's local site settings:
...
- Change the authentication.user to your kerbname
- Set sf2_passwd value to your cert public key string:
- In your browser, go to https://mortar-dev.mit.edu/getcert.html
- Copy the text just after ----BEGINCERTIFICATE--- until you reach the last ---ENDCERTIFICATE----
- Paste this as the value for sf2_passwd (this is your cert public key)
- Change c:/dev in r3props to your workspace directory, e.g. c:/workspace/mortar/tools/GlobalResources.properties
...
See the iJAG FAQ for instructions on checking out a project.
Project structure
Projects are "dynamic web app" eclipse projects.
...