Obtaining, Building, and TestingThe Bus may be obtained in release form, or from
CVS using
the module name: bus-all.
If you are submitting a bug fix,
please post it as a patch at Sourceforge and we will add it. If you wish to be a committer, feel
free to drop an email to one of the maintainers or the user list and we will consider your
request. The Bus uses Ant 1.5 for its build environment, and should compile/run in any Java 1.2+
environment. If you encounter an error with your environment, post a bug and we will fix the
problem. To build, first ensure that Ant is installed properly and that a JDK is
installed. Execute ant from within the $BUS_HOME/main directory: $HOME/bus-all/main> ant To run the unit tests, first ensure that Ant is installed properly and that a JDK is
installed. Execute ant from within the $BUS_HOME/main directory: $HOME/bus-all/main> ant test To run the examples..... TBD |