ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/Config2.inc
Revision: 1.2
Committed: Sat Mar 17 16:21:40 2001 UTC (24 years, 9 months ago) by pjm2
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Altered the Makefile so that only the settings file is given as a command
line parameter to the DBReporterMain

File Contents

# Content
1 # Include Config for the reporter
2 # $Id: Config2.inc,v 1.1 2001/02/19 08:19:07 pjm2 Exp $
3
4
5 # Location of the build directory
6 BUILD = $(REPORTSROOT)/build
7 # Relative (to BUILD) location of the libraries
8 LIBDIR = $(BUILD)/lib
9
10
11 ## Compiler Information
12 JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/mm.mysql-2.0.2-bin.jar:$(LIBDIR)/Acme.jar:$(LIBDIR)/iscream-util.jar
13 JCCLASSPATH = $(JCLIBS):.
14
15 # ****** These need to be set correctly ******
16 # Location of the CVS Repository Root
17 CVSROOT = /usr/local/proj/co600_10/cvs
18 CVSSERVERMODULE = source/reports
19 REPORTLIST = report_list.txt
20 OUTPUTDIR = /home/cut/pjm2/webpages/reports/historical
21 # ****** These need to be set correctly ******
22
23 # cvsbuild temporary directory name
24 CVSBUILDTEMP = $(REPORTSROOT)/cvsbuildtemp
25 # cvsbuild default revision
26 rev = HEAD
27 REVISION = $(rev)
28
29 # Name of JAR file (will be created in BUILD)
30 PACKAGE = iscreamreports.jar
31 # Main-class to be added to the Manifest
32 MAINCLASS = DBReporterMain
33 # Class-path to be added to the Manifest
34 CLPATH = lib/jaxp.jar lib/parser.jar lib/mm.mysql-2.0.2-bin.jar lib/Acme.jar lib/iscream-util.jar