The following message is seen: # ecj -d classes -warn:+semicolon @classes/files 2>&1 | tee frysk-imports.log # ---------- # 1. ERROR in ../../frysk/frysk-imports/inua/TestPool.java # (at line 39) # import junit.framework.TestCase; # ^^^^^^^^^^^^^^^ # The import junit.framework cannot be resolved # ---------- # 2. ERROR in ../../frysk/frysk-imports/inua/TestPool.java # (at line 42) # extends TestCase # ^^^^^^^^ # TestCase cannot be resolved to a type # ---------- # 3. ERROR in ../../frysk/frysk-imports/inua/TestPool.java # (at line 72) # assertEquals (what, i, counters[i].counter); # ^^^^^^^^^^^^ # The method assertEquals(String, int, int) is undefined for the type TestPool # ----------
Fixed at some point, since we've got a build through beehive