Bug 1940

Summary: Frysk-imports build fails due to missing -classpath argument to ecj
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Adam Jocksch <ajocksch>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235    

Description Adam Jocksch 2005-11-28 15:30:29 UTC
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
#
----------
Comment 1 Adam Jocksch 2005-12-21 17:41:37 UTC
Fixed at some point, since we've got a build through beehive