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

Comparing projects/cms/source/reports/DBReporter2/DBReporter.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 12 | Line 12 | public class DBReporter {
12      }
13  
14      // Runs all of the reports for each distinct machine name.    
15 <    public void runReports(ReportList reports) throws SQLException, Exception {
15 >    public void runReports(ReportList reports, String webDir) throws SQLException, Exception {
16          
17          System.out.println("Preparing reports ...");
18  
# Line 51 | Line 51 | public class DBReporter {
51          System.out.println("Readying reports for " + machines.size() + " machines.");
52          
53          // Produce all of the reports for each machine.
54 <        ReportMaker rm = new ReportMaker(_stmt, DateUtils.shortDateString(_startTime), _startTime, _endTime);
54 >        ReportMaker rm = new ReportMaker(_stmt, webDir, DateUtils.shortDateString(_startTime), _startTime, _endTime);
55          Iterator machineIt = machines.iterator();
56          while (machineIt.hasNext()) {
57              String machine = (String)machineIt.next();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines