Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next you'll want to set up your build targets, in order. Click the names you see in the bottom box that echoes the targets - in that order.

Matt: why isn't ant set up in the repository version?

Now you can run the build by hitting the run button, which builds glast-ground by default. After you build your project, you should also recompile your JSPs, via a right-click on the project following MyEclipse->Recompile All JSPs.

J2EE server

We're using Tomcat 5 as the server. You can get it from http://jakarta.apache.org/tomcat/. Install it so you can have a local server to test with. Set it to port 8080.

...

Once it is started, you can deploy the project to the server via the toolbar button .

JUnit tests

You can run the JUnit tests from the run button