The notion of a "Server Root" has gone away in Admin Server, so the Console needs to adjust for this. The server root was mainly used for a deprecated merge config capability in the Console. The attached changes remove all traces of the server root. I've also bumped the version up to 1.1.0, improved the build system, turned the startconsole script into a template, fixed some theme bugs, and worked on the RPM packaging.
Created attachment 158240 [details] CVS Diffs
Created attachment 158263 [details] CVS Commit Message Checked into console (HEAD). Thanks to Rich for the review!
Created attachment 158277 [details] Additional Diffs Noriko pointed out that the Console version number was in multiple files as seen in my previous diffs. She suggested that we try to get it defined in one single place, which I agree with. These changes replace all hard-coded instances of the version number with calls to the VersionInfo class. The VersionInfo class gets it's version numbers from a properties file that is dynamically generated at compile time. This means that we will only need to change the version in build.properties from now on.
Your changes look good. Thank you sooooo much!
Created attachment 158363 [details] CVS Commit Message (comment 3 diffs) Checked changes from co mment 3 into console (HEAD). Thanks for the review Noriko!