ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/Makefile
Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Feb 5 14:27:59 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 , to selected 1.13
Util package has been pulled out of the server. Next step will be to modify
the server and conient (and anything else?) to use this instead. New
package name is uk.org.iscream.cms.util. All the java files were moved with
a repo copy, so they retain their history.

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Jan 8 14:24:28 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 , to selected 1.13
Merged ACL code into the util package.
This code was previously in CVS:experimental/server/ACL.

Revision 1.14 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
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.13 - (view) (annotate) - [selected]
Wed Mar 14 23:25:29 2001 UTC (23 years ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Mar 1 16:54:41 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 , to selected 1.13
Added the InvalidXMLException class.

Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Feb 12 02:20:59 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 , to selected 1.13
Aded the new QueueMonitor class.

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Feb 5 03:13:38 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to selected 1.13
Added the SMTP class.

Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Feb 4 04:53:22 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 , to selected 1.13
Added the new StringUtils class.

Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Feb 3 23:06:41 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 , to selected 1.13
Added the DateUtils class.

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Jan 18 22:53:24 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 , to selected 1.13
Removed moved classes.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Jan 2 03:20:44 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 , to selected 1.13
Added Queue files.

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:32 2000 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.4: +12 -25 lines
Diff to previous 1.4 , to selected 1.13
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.3.2.4 - (view) (annotate) - [select for diffs]
Tue Dec 12 02:46:08 2000 UTC (23 years, 3 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3.2.3: +5 -4 lines
Diff to previous 1.3.2.3 , to branch point 1.3 , to next main 1.16 , to selected 1.13
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.3.2.3 - (view) (annotate) - [select for diffs]
Tue Dec 12 01:54:16 2000 UTC (23 years, 3 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3.2.2: +6 -5 lines
Diff to previous 1.3.2.2 , to branch point 1.3 , to selected 1.13
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

Revision 1.3.2.2 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:48:07 2000 UTC (23 years, 3 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3.2.1: +4 -21 lines
Diff to previous 1.3.2.1 , to branch point 1.3 , to selected 1.13
All Makefiles in the made code now make use of includes. This has dramatically
reduced the size and complexity of each file.
Future improvements centre around checking of dependencies better.

Revision 1.3.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:29:32 2000 UTC (23 years, 3 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3: +6 -4 lines
Diff to previous 1.3 , to selected 1.13
Changed the Makefile to place compiled class files in a seperate directory
further down the directory structure. Also supplied the following switches to
the javac compiler.

-g:none
-O

The first make sure no debugging information is supplied, and the second makes
the compiler optimise the code.

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Dec 11 16:38:41 2000 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 , to selected 1.13
Added FormatName and Component to the make list

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Dec 6 18:34:02 2000 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.2: +2 -4 lines
Diff to previous 1.2 , to selected 1.13
Tried to standardise the format of the Makefiles.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:31:21 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.1: +6 -5 lines
Diff to previous 1.1 , to selected 1.13
Changed it to the util Makefile, which includes both the XML stuff and the
ReferenceManager.

Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Nov 30 01:06:08 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Diff to selected 1.13
Added the makefile for the Reference Manager.

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