ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter/run
Revision: 1.6
Committed: Fri Feb 16 09:13:12 2001 UTC (23 years, 9 months ago) by pjm2
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
After the radical changes in the i-scream database design, some of these
classes had to be rewritten.  The new design also meant that it was
possible to generate multiple reports per machine per SQL select, so other
parts of the DBReporter were rewritten to take advantage of this
performance gain.

File Contents

# User Rev Content
1 pjm2 1.1 echo Deleting entire contents of webpages/reports ...
2     rm -r /home/cut/pjm2/webpages/reports/*
3    
4 pjm2 1.4 echo Deleting temporary level pages from current directory ...
5     rm level*
6    
7 pjm2 1.1 echo Copying SHTML includes ...
8     cp title.inc /home/cut/pjm2/webpages/reports/
9     cp left.inc /home/cut/pjm2/webpages/reports/
10     cp bottom.inc /home/cut/pjm2/webpages/reports/
11 pjm2 1.2 cp i-scream.gif /home/cut/pjm2/webpages/reports/
12 pjm2 1.3 cp index_not_ready.shtml /home/cut/pjm2/webpages/reports/index_temp.shtml
13 pjm2 1.1
14     echo Compiling the Java program ...
15     javac *.java
16    
17     echo Running DBReporterMain
18     java DBReporterMain
19 pjm2 1.5
20     cp index.shtml /home/cut/pjm2/webpages/reports/theindex.shtml