Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed RegistryReset to use addSubjects instead of justAddSubjects, which throws a unique key error and only installs one subject.

...

  1. Right click GrouperShell in grouper project explorer
  2. Select ‘Run as’ and then ‘Run Configurations…’
    1. Name: GrouperShell -registry -check -noprompt
  3. (x) = Arguments tab
    1. -registry -check -noprompt
    1. Program arguments:
  4. Classpath tab
    1. Highlight User Entries and click ‘Advanced…’
    2. Add the ‘conf’ folder to the classpath
  5. Click ‘Apply’
  6. Click ‘Run’

Run RegistryReset with

...

‘addSubjects’ as an argument to add sample subjects:

  1. Right click RegistryReset in grouper project explorer
  2. Select ‘Run as’ and then ‘Run Configurations…’
    1. Name: RegistryReset justAddSubjectsaddSubjects
  3. (x) = Arguments tab
    1. Program arguments:
      1. justAddSubjectsaddSubjects
  4. Classpath tab
    1. Highlight User Entries and click ‘Advanced…’
    2. Add the ‘conf’ folder to the classpath
    3. Click ‘Apply’
  5. Click ‘Run’

...