This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build failure


I'm using latest cvs gcj and rhug, building from scratch:

gcj -C --encoding=ISO-8859-1 --classpath=upstream/src:upstream ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java
../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:3: error: Can't find default package `junit.framework'. Check the CLASSPATH environment variable and the access to the archives
../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:11: error: Superclass `TestSuite' of class `junit.extensions.ActiveTestSuite' not found.
   public class ActiveTestSuite extends TestSuite {
                                        ^
../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:29: error: Type `TestResult' not found in the declaration of the argument `result' of method `run'.
   	public void run(TestResult result) {
                           ^
../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:35: error: Type `Test' not found in the declaration of the argument `test' of method `runTest'.
   	public void runTest(final Test test, final TestResult result) {
                                     ^
../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:35: error: Type `TestResult' not found in the declaration of the argument `result' of method `runTest'.
   	public void runTest(final Test test, final TestResult result) {
                                                      ^
../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:60: error: Type `Test' not found in the declaration of the argument `test' of method `runFinished'.
   	synchronized public void runFinished(Test test) {
                                                ^
6 errors
make[1]: *** [upstream/src/junit/extensions/ActiveTestSuite.class] Error 1
make[1]: Leaving directory `/home/tromey/gnu/rhug/build/junit'
make: *** [all-recursive] Error 1


Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]