https://defect.opensolaris.org/bz/show_bug.cgi?id=16913
--- Comment #1 from Knut Anders Hatlen <[email protected]> 2010-08-25 14:37:29 UTC --- I don't think we need to initialize the runtime environment as early as we currently do. It should be sufficient to read the configuration into a local variable with Configuration.read() and work on this object instead of the RuntimeEnvironment object when parsing the command line. Finally, after we've parsed the command line and updated the local Configuration object, we can call RuntimeEnvironment.setConfiguration(), which will update both the runtime environment and HistoryGuru. -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
