ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter/run
Revision: 1.5
Committed: Sat Jan 13 19:38:52 2001 UTC (23 years, 10 months ago) by pjm2
Branch: MAIN
Changes since 1.4: +2 -0 lines
Log Message:
More major changes to the index pages.  All 4 evels of index pages are now
produced in a separate directory - these all link to the appropriate pages
on the next level until the user reaches an actual report.

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