ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build.config
Revision: 1.3
Committed: Mon May 14 02:43:23 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +2 -0 lines
Log Message:
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.

File Contents

# User Rev Content
1 tdb 1.1 # Configuration file for XML build (ant)
2    
3     # Location of the build directory
4     BUILDDIR = ${SOURCEROOT}/build
5     # Relative (to BUILD) location of the libraries
6     LIBDIR = ${BUILDDIR}/lib
7    
8     # IDL file details
9     IDLDIR = ${SOURCEROOT}/idl
10     IDLFILE = ${IDLDIR}/iscream.idl
11 tdb 1.2 IDLPARSER = org.jacorb.idl.parser
12 tdb 1.1 IDLPARSERJAR = ${LIBDIR}/idl.jar
13    
14     # Required Libraries
15     JCLIBS = ${LIBDIR}/idl.jar:${LIBDIR}/jacorb.jar:${LIBDIR}/jaxp.jar:${LIBDIR}/crimson.jar:${LIBDIR}/mm.mysql-2.0.4-bin.jar
16     # Compiler Classpath
17     JCCLASSPATH = ${JCLIBS}:${SOURCEROOT}:${BUILDDIR}
18    
19     # Compiler options
20     JCDEBUG = no
21     JCOPTIM = yes
22     JCDEPRE = no
23    
24     # Root package
25     ROOTPKG = uk
26    
27     # JAR Package names
28     SERVERJAR = iscream-server.jar
29     UTILJAR = iscream-util.jar
30     # Main-class to be added to the Manifest
31     MFMAINCLASS = uk.org.iscream.componentmanager.ComponentManager
32     # Class-path to be added to the Manifest
33     MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.4-bin.jar lib/crimson.jar
34    
35     # Name of archives
36     ARCNAME = iscream-server
37     TAREXT = .tar
38     TARGZEXT = .tar.gz
39     ZIPEXT = .zip
40    
41     TARFILE = ${ARCNAME}${TAREXT}
42     TARGZFILE = ${ARCNAME}${TARGZEXT}
43     ZIPFILE = ${ARCNAME}${ZIPEXT}
44 tdb 1.3
45     RUNFILTERNAME = filter1