Now have the i-scream logo on the javadoc pages.
The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
Added Makefile functions to create and drop the mySQL tables.
Tidied up the configure script, and got round to make a subtle change to the Makefile's so they are a bit more "standard".
Set the path of cvs explicitly.
The util package isn't dependent on the IDL stuff anymore (since we took some bits out a while back). The IDL stuff still gets built, but it won't be included - this is due to the way Makefile.inc is setup.
It's easier to add the clean explicitly. I can't see it ever being a problem. You always want to clean before building the utils anyway.
Noticed the install didn't install the run.sh and run.bat scripts.
If we're building another version, say a Release build, then we'll probably want to be able to do the same for the iscream-util.jar package. This seems a nice and easy way of doing that, without going to the hassle of doing a whole new method. Although, I guess, that might get done in the end.
Added a new "buildutil" target which builds a JAR file of just the util package. It also adds some of the CORBA stuff, but that can't really be helped too much. As a result of the classpath change in Config2.inc, the build dependencies are slightly altered. It is no longer required that the IDL files be in a compiled state prior to building the code... Java can still find them. In fact, Java will probably compile them itself with it's internal dependency checking :)
It turns out that javadoc needs the classpath set too. Something else that showed up when running it on a different machine.
Added a "make javadoc" section, which generates javadoc pages in doc/. Also fixed an odd bug, where make doesn't like a target the same as a directory name.
Fixed a bug introduced by an earlier bugfix :-/
Changed the "make run" to run build/run.sh
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.
added support for componentmanager
Added running of the DBInterface to the Makefile.
Added running of the Client Interface to the Makefile.
The root filter now gets it's name from the config.
Makefile for server, now modified with package structure in mind.
Added CVS features to the Makefile.
Basic Makefile for the main server. Will need some work I expect.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.