[kepler-dev] [Bug 4125] New: - ReportTest does not compile

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Jun 2 12:21:35 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4125

           Summary: ReportTest does not compile
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: reporting
        AssignedTo: staggs at nceas.ucsb.edu
        ReportedBy: swriddle at gmail.com
         QAContact: kepler-dev at kepler-project.org


I get the following when I try to run the reporting module:

[compile] Compiling 60 source files to
/Users/sean/Development/build_run_manager/reporting/target/classes
  [compile]
/Users/sean/Development/build_run_manager/reporting/src/org/kepler/reporting/rio/test/ReportTest.java:53:
cannot find symbol
  [compile] symbol  : class StaticReportItemHR
  [compile] location: package org.kepler.reporting.rio
  [compile] import org.kepler.reporting.rio.StaticReportItemHR;
  [compile]                                 ^
  [compile]
/Users/sean/Development/build_run_manager/reporting/src/org/kepler/reporting/rio/test/ReportTest.java:54:
cannot find symbol
  [compile] symbol  : class StaticReportItemText
  [compile] location: package org.kepler.reporting.rio
  [compile] import org.kepler.reporting.rio.StaticReportItemText;
  [compile]                                 ^
  [compile]
/Users/sean/Development/build_run_manager/reporting/src/org/kepler/reporting/rio/test/ReportTest.java:132:
cannot find symbol
  [compile] symbol  : class StaticReportItemHR
  [compile] location: class org.kepler.reporting.rio.test.ReportTest
  [compile]             Item hrItem = new StaticReportItemHR();
  [compile]                                   ^
  [compile]
/Users/sean/Development/build_run_manager/reporting/src/org/kepler/reporting/rio/test/ReportTest.java:136:
cannot find symbol
  [compile] symbol  : class StaticReportItemText
  [compile] location: class org.kepler.reporting.rio.test.ReportTest
  [compile]             Item textItem = new StaticReportItemText();
  [compile]                                     ^
  [compile] Note:
/Users/sean/Development/build_run_manager/reporting/src/org/kepler/reporting/rio/test/ReportTest.java
uses or overrides a deprecated API.
  [compile] Note: Recompile with -Xlint:deprecation for details.
  [compile] Note: Some input files use unchecked or unsafe operations.
  [compile] Note: Recompile with -Xlint:unchecked for details.
  [compile] 4 errors

My guess is that the subtypes of StaticReportItem are not checked into SVN.


More information about the Kepler-dev mailing list