Versions Compared

Key

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

...

Expand

We want to be able to run and debug the Grouper so that it picks up client source changes as you develop.  Also needs the grouper conf per above

  1. Link source: ${GIT_ROOT}/grouper-misc/grouperClient/src/java    →      GROUPER_CLIENT_SOURCE
  2. Link source: ${GIT_ROOT}/grouper-misc/grouperClient/conf    →     GROUPER_CLIENT_CONF
  3. Link source: ${PROJECT_LOC}/conf   →   GROUPER_CONF
  4. Look at src/test and make sure its not filtering only *.java.  All files need to be on classpath for tests to work



Start HSQL (or whatever database)

...