ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/idl/Makefile
Revision 1.13 - (view) (annotate) - [select for diffs]
Mon May 5 22:05:01 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
Tidy up of the client interface code - more commonly known as the
"right hand side of the server". Right since the start the filter
side of the server has been nice and tree like - every Filter sent
data to another Filter. At the top of the tree there was a "special"
Filter known as the RootFilter, which to the other Filters just
looked like a normal Filter. This was nice, and simple, and expandable.

The Client Interface on the other hand was messy. The root filter
had some hacky wrapper threads which pulled from a queue and pushed
to the relevant client interfaces (one for real time stuff, and the
other for databases). There was no simple room for expandability -
it was all hardwired to do just what was needed at the time.

This commit changes that. A Client Interface now connects to another
Client Interface, with a special one being found in the RootFilter
(yes, maybe that needs a name change now :-). So we can chain client
interfaces, and move other bits and bobs around in the server - for
example, alerting no longer needs to be connected to the Client
Interface, it can connect straight to the RootFilter (or, wherever
the config tells it ;).

Hopefully this sanitizes the underlying layout of the server a bit.

As a final note, I dropped the DBInterface. This used to insert
data in to a MySQL database. We've long since stopped using that,
and it's fallen behind and is way out of date. For now, it's gone
in to the attic.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Feb 1 19:08:54 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.11: +9 -11 lines
Diff to previous 1.11
A continuation of my last commit on all this Makefile reworking. I think
I've managed to get the dependencies working quite well now. As long as
the builds are done from the top level Makefile it should all be fine. If
you try from, say, the build directory it might not notice things changing
in the source files.

Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Jan 26 14:02:52 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Finally made some changes to the Makefile setup to finish what I
started around 7 months ago :) The dependency stuff still isn't
quite right, but it's getting there.

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Jul 17 17:07:55 2001 UTC (22 years, 9 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Forgot to change the old-style build setup at some point.
Corrected links to downloads of JAR files.
Fixed the IDL compiler sloppy names...

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.8 - (view) (annotate) - [select for diffs]
Sat May 12 00:14:15 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Changes to reflect the updates in JacORB (1.3.21).

Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:20 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.6: +6 -6 lines
Diff to previous 1.6
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Mar 14 22:01:09 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Tidied up the configure script, and got round to make a subtle change to the
Makefile's so they are a bit more "standard".

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Mar 1 17:15:14 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
The Java compiler flags are now in the configuration.

Revision 1.4 - (view) (annotate) - [select for diffs]
Sat Feb 3 00:45:00 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
We now have some files for a client package.

Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Jan 14 16:20:01 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Forgot to put the classpath in. This didn't show up in my tests as I had the
CLASSPATH variable set in my environment.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:19 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.1: +20 -10 lines
Diff to previous 1.1
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.1.2.5 - (view) (annotate) - [select for diffs]
Tue Dec 12 12:37:34 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.4: +10 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.13
More dependency stuff for the IDL.

Revision 1.1.2.4 - (view) (annotate) - [select for diffs]
Tue Dec 12 02:45:56 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.3: +3 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

Revision 1.1.2.3 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:46:24 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.2: +13 -10 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Moved the compiling of the IDL generated source into here, and made use of the
include files.

Revision 1.1.2.2 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:55:31 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
This is now independant of the JacORB/bin/idl file.

Revision 1.1.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:24:45 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
We don't need an all specified anymore.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Nov 29 23:39:42 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Makefile for the IDL.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a