Hi,
trying to build Hyracks I ran into:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Listening for transport dt_socket at address: 8000
Running edu.uci.ics.algebricks.examples.piglet.test.PigletTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.026 sec <<<
FAILURE! - in edu.uci.ics.algebricks.examples.piglet.test.PigletTest
testPiglet(edu.uci.ics.algebricks.examples.piglet.test.PigletTestCase) Time
elapsed: 0.008 sec <<< ERROR!
java.lang.Error: Unresolved compilation problem:
The method parse(Reader) from the type PigletCompiler refers to the
missing type ParseException
at
edu.uci.ics.algebricks.examples.piglet.test.PigletTestCase.testPiglet(PigletTestCase.java:45)
testPiglet(edu.uci.ics.algebricks.examples.piglet.test.PigletTestCase) Time
elapsed: 0 sec <<< ERROR!
java.lang.Error: Unresolved compilation problem:
The method parse(Reader) from the type PigletCompiler refers to the
missing type ParseException
at
edu.uci.ics.algebricks.examples.piglet.test.PigletTestCase.testPiglet(PigletTestCase.java:45)
Results :
Tests in error:
PigletTestCase.testPiglet:45 Unresolved compilation problem:
The method par...
PigletTestCase.testPiglet:45 Unresolved compilation problem:
The method par...
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
Is this a problem for anybody else as well?
Thanks,
Till