OpenORB EventService -------------------- - removed reference to the JDK tools.jar from build.xml to allow compilation on OSX Version 1.4.0 BETA2 - July, 29 2004 - EventService_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 - Placed compiler cache files in build directory, caches are now deleted by invoking the build target "clean" Version 1.4.0 BETA1 - December, 19 2003 - EventService_1_4_0_BETA1 - Use the new java2idl ant task to compile the EventService idl files. - Modified the EventService to use the new Service framework. NOTE: The command line options have changed. Please use "eventsvc -h" (or "launch org.openorb.event.Server -h") for help. - Moved build script logic into Ant files. - The examples jar was empty, the classes were not compiled and thus not included in the jar file. One example did not even compile. - Preserve the executable file attributes for the shell scripts. - Added a shell script to start the EventService. - Move the jars into the lib folder instead of the dist folder. - Moved the examples into the common folder hierarchy and separated them into two sub-folders: pull and push. - 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 - EventService_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 - EventService_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 - EventService_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. - convert build.xml to new style format - Server will now start successfully without the Naming Service - 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 - EventService_1_2_1 - none Version 1.2.0 - August, 8 2001 - EventService_1_2_0 - none Version 1.1.0 - May, 7 2001 - EventService_1_1_0 - For better conformance with the spec, the Event Service isn't an initial_reference anymore. It can be retrieved using the string_to_object("corbaname:rir:COS/EventService/#EventChannelFactory"); - Added license header to all files - Modified the way the server is bound to the Naming, and alose bind a default event channel. - Added initial reference info in the documentation - Fixed the examples due to the previous modification - Modified files : PushServer.java, PullServer.java, PushClient.java, PullClient.java - #341: The EventChannelFactory package was missing when the constructing the jar archive. - Modified file : build.xml - There was a policy problem with the Server class. IMPLICIT_ACTIVATION had to be removed. - Modified file : Server.java - The EventChannelFactory was in a wrong package. It has been changed from org.openorb.CosEventChannelFactory to org.openorb.event. - Modified file : CosEventChannelFactory.idl Version 1.0.0 - February, 1 2001 - EventService_1_0_0 - Initial Release