Versions Compared

Key

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

...

Grouper API

  • GrouperVersion.java (DONE for 2.3)
  • Make sure the subject jar up to date in api lib
  • Run the command line utility to code generate which jars/sizes/etc are expected: GrouperCheckconfig.main()

Grouper installer (DONE for 2.3)

  • grouper.installer.example.properties (DONE for 2.3)
  • GiGrouperVersion.java (DONE for 2.3)

Grouper UI

  • translate the Grouper UI text to French (our French partners have agreed to do this, as of discussion with Chris in Fall 2012)

...

  • grouper-ws.base.properties (DONE for 2.3)
  • If there is a new minor version with changes to the wsdl, add a new source folder for that version, copy the coresoap *.javas over to it, refactor to change the package, change the build.xml to build a WSDL for that version.  Change GrouperService to be like a previous version but add new methods or change methods in it (DONE for 2.3)
  • Make sure that there is no coresoap (package) in use in src/grouper_ws_v1_6, src/grouper_ws_v2_0, etc.  Take out all src/grouper_ws_vx_x except one, make sure they dont depend on each other (DONE for 2.3)
  • Generate the wssec aar's and commit them
  • Generate WSDLs and commit them

...