ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/lib/README
Revision: 1.8
Committed: Thu Feb 7 17:15:19 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.7: +4 -0 lines
Log Message:
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.

File Contents

# Content
1 i-scream Server Libraries
2 =========================
3
4 This directory should contain the required libraries for the server. They are
5 listed here with their relevant download locations. These are not included
6 in the CVS repository due to their size.
7
8 Update: These will be fetched by running the configure script, or using the
9 "fetch" target for the ANT build script.
10
11 idl.jar
12 jacorb.jar
13
14 - JacORB Libraries. Both can be obtained from the JacORB package in the lib
15 directory. The JacORB package can be downloaded from here.
16 http://www.jacorb.org/download.html
17
18 crimson.jar
19 jaxp.jar
20
21 - XML Parsing libraries.
22 http://java.sun.com/xml/download.html
23
24 mm.mysql-2.0.11-bin.jar
25
26 - mySQL libraries.
27 http://mmmysql.sourceforge.net/
28
29 pircbot.jar
30 - IRC Bot
31 http://www.jibble.org/pircbot.php
32
33 This libraries will also be needed for compilation.
34
35 There is no reason why more recent versions of these libraries can be dropped
36 in place of the current ones. You will, however, have to ensure that there
37 no compatibility issues yourselves. Please let us know if we are out-of-date.