OpenORB ManagementBoard ----------------------- - removed reference to the JDK tools.jar from build.xml to allow compilation on OSX Version 1.4.0 BETA2 - July, 29 2004 - ManagementBoard_1_4_0_BETA2 - Upgraded to checkstyle 3.3. - Fixed various warnings Eclipse 3.0M6 complained about. - Added Eclipse project files (.project and .classpath) the project can now easily be imported by New->Project->Import From existing Source Version 1.4.0 BETA1 - December, 19 2003 - ManagementBoard_1_4_0_BETA1 - Removed the setConfig scripts, use the updateConfig scripts from tools instead. - Remove tabbed pane when only 1 plugin loaded - Support for cmdline options. Use -h to see full list. Added -p,--plugins to specify the plugins to load - Modified the board.xml configuration file Removed profile properties; replaced with "plugins" - Removed the config and help plugin source code since not used - Fixed Naming Service plugin bug to correctly display the naming contexts. - Moved the plugin docs from the IR, TradingService, NamingService, and NotificationService into the ManagementBoard's documentation. - Moved build script logic into Ant files. - Use Thread.currentThread().getContextClassLoader().getResource() instead of ClassLoader.getSystemResource() now. This fix allows the Board to be launched by the Start application which assembles its own ClassLoader. - Updated the splash screen. - Move all plugin source (InterfaceRepository, Naming, Notification, and Trader) to this module. - Adapted usage of OpenORB classes to new package structure. - Updated version number to 1.4.0. - The class ReleaseInfo has been removed for simplicity reasons. Version 1.3.0 - September, 27 2002 - ManagementBoard_1_3_0 - Make build.sh work with the latest cygwin version. The script was using a variable OSTYPE that is not available in sh. The official way to get the name of the platform is uname which is now used for determining the CLASSPATH separator. Version 1.3.0 BETA2 - August, 10 2002 - ManagementBoard_1_3_0_BETA2 - Added patch by Diego Sevilla Ruiz (dsevilla _at_ um _dot_ es) for the install target of the build.xml. The new version copies the files to the path specified by the property install.path just as if you extract one of the binary tarballs. - Make the install target in build.xml copy all jars from the dist directory to the specified install location. - Added dump-info target to build.xml to show the basic settings that are used by ant. - Add support for xalan on JDK 1.4 to build.xml. Otherwise the compile-docbook target does not work. Version 1.3.0 BETA1 - June, 19 2002 - ManagementBoard_1_3_0_BETA1 - Added a checkstyle target to build.xml. The command "build.sh checkstyle" checks the source code for adherence to the Jakarta coding conventions. - Changed all Class.forName() calls to Thread.currentThread().getContextLoader().loadClass() This is safer when having multiple class loaders. - convert build.xml to new build system format - swapped position of cut & copy toolbar buttons - fix build.sh, build.bat to include tools/lib - build.sh now works under Cygwin, patch submitted by David Blevins (dblevins@users.sourceforge.net). - Aligned code to the Apache/Jakarta coding guidlines - Merged install.txt and src/etc/README files. Moved src/etc files CHANGELOG, README, and LICENSE to the base directory of the package and renamed CHANGELOG to WHATSNEW (Jakarta style). Version 1.2.1 - January, 11 2002 - ManagementBoard_1_2_1 - NONE Version 1.2.0 - August, 8 2001 - ManagementBoard_1_2_0 - NONE Version 1.1.0 - May, 7 2001 - ManagementBoard_1_1_0 - modified modifiers for several method in order to improve extensibility - Removed the manifest file from src/etc and generate it in the build file - Corrected the build.xml to build the doc correctly (reported by Hugo Ferreira). - Corrected the Listener class in the org.openorb.board.shared.treetable package. The behaviour wasn't correct with the tree will collapse event. - Modified the build file so xerces.jar is not required to be set in the classpath. Only openorb_tools-1.x.x.jar is needed. Version 1.0.0 - February, 1 2001 - ManagementBoard_1_0_0 - Initial Release