Bug 1940 - Frysk-imports build fails due to missing -classpath argument to ecj
Summary: Frysk-imports build fails due to missing -classpath argument to ecj
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Adam Jocksch
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2005-11-28 15:30 UTC by Adam Jocksch
Modified: 2006-01-31 16:01 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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