ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build.xml
Revision 1.14 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:36 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Feb 7 17:15:18 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.12: +6 -1 lines
Diff to previous 1.12
Merged in changes from the SERVER_PIRCBOT branch. The IRC__Alerter now uses
pircbot (www.jibble.org/pircbot.php) for it's IRC connectivity. All the
features from the old version have been moved across to the new one, with a
few minor changes.

Revision 1.12.2.1 - (view) (annotate) - [select for diffs]
Mon Feb 4 00:14:13 2002 UTC (22 years, 3 months ago) by tdb
Branch: SERVER_PIRCBOT
Changes since 1.12: +6 -1 lines
Diff to previous 1.12 , to next main 1.14
Integration of PircBot into i-scream as a replacement for the internal IRC
code that was put together in a hurry. PircBot makes the code much neater,
and ensures that the IRC interactivity is nicely seperated from the main
i-scream code.

PircBot is maintained by Paul, an i-scream developer also, at
http://www.jibble.org.

Changes so far are mostly to move the existing features to the new
structure provided by PircBot. It is still very much in development, and
is very messy :)

Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Feb 2 19:40:38 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Update the MySQL driver from 2.0.4 to 2.0.11.

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Jun 14 17:04:11 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
This is a TEMPORARY fix. It appears the naming we've used in the IDL is not of
the correct syntax. This will override the checks, but it should be solved
correctly really :)

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:24 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
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.9 - (view) (annotate) - [select for diffs]
Sat May 19 16:28:25 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.8: +8 -2 lines
Diff to previous 1.8
Fully commented the configuration file.

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri May 18 02:12:33 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.7: +54 -11 lines
Diff to previous 1.7
cvsbuild target added :) It's a touch crude due to the way ANT works. In fact,
it's the first thing that's been done "outside" of the ANT environment. I may
submit a feature request on this one, if possible.

This leaves the build setup here complete. Still some tidying up to do, very
much so in the configuration file. Probably a few bugs too, but all the features
covered by the Makefile setup (including configure) are included.

Also need to adjust documentation accordingly.

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri May 18 01:32:15 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.6: +30 -3 lines
Diff to previous 1.6
Install target now completed. Only task left to complete to bring this ANT build
script in line with the current Makefile is the "cvsbuild". This is somewhat
more involved though.

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri May 18 01:02:07 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
Will not bother with SQL table generation. This is beyond to scope of this build
script.

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri May 18 01:01:11 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.4: +60 -45 lines
Diff to previous 1.4
Util package generation completed.
Also added usage target as default.

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri May 18 00:40:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.3: +37 -2 lines
Diff to previous 1.3
Javadoc generation completed. Very nicely done too, another "nice" ant feature!

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon May 14 02:47:00 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
Upon reflection, the URL should at least be stored in the config ;)

Revision 1.2 - (view) (annotate) - [select for diffs]
Mon May 14 02:43:23 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.1: +70 -2 lines
Diff to previous 1.1
Some more additions. Not entirely happy with either really. I'd like to be able
to specify the "library list" in the config file, and then use this in both the
distclean and fetch. Also need to drop the "shortcut" targets. Finally, the run
target works, but is far from satisfactory - much better to run manually.

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon May 7 16:22:54 2001 UTC (23 years ago) by tdb
Branch: MAIN
A start at a build script written in XML for the Ant build tool.
This requires Ant, which can be downloaded from http://jakarta.apache.org/ant.

Note that this has only been tested on Unix, not Windows. It currently just
builds the package, none of the extra facilities such as javadoc are done.

The TODO list looks something like this;

  build/jar util package
  install target
  cvs version build (including cleanup)
  javadoc
  sql table generation
  run target
  distclean target

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