| Summary: | Frysk-imports build fails due to missing -classpath argument to ecj | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Adam Jocksch <ajocksch> |
| Component: | general | Assignee: | Adam Jocksch <ajocksch> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2235 | ||
Fixed at some point, since we've got a build through beehive |
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 # ----------