Versions Compared

Key

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

...

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??run the ant setup target to copy jar files to their appropriate home in classpath. Do this by right-clicking on setup in the Outline view and selecting Run->Ant Build. These will leave you two jar files short.

Add them to the Java build path by right-clicking on the grits project and selecting Properties, then Java Build Path. Add junit and mockobjects.

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.

...