ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter2/DBReporterMain.java
(Generate patch)

Comparing projects/cms/source/reports/DBReporter2/DBReporterMain.java (file contents):
Revision 1.2 by pjm2, Sat Feb 3 17:26:07 2001 UTC vs.
Revision 1.3 by pjm2, Sat Feb 3 20:47:11 2001 UTC

# Line 4 | Line 4 | import java.io.*;
4   // Main method to run the reports.
5   public class DBReporterMain {
6      
7 +    public static final String webDir = "/home/cut/pjm2/webpages/reports/";
8 +
9      public static void main(String[] args) {
10          
11          long endTime = DateUtils.startOfToday();
# Line 25 | Line 27 | public class DBReporterMain {
27          }
28          
29          try {
30 <            reporter.runReports(reportList);
30 >            reporter.runReports(reportList, webDir);
31          }
32          catch (SQLException e) {
33              System.out.println("Fatal SQL errors - Cannot complete reports: " + e);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines