Bug 2780 - build failure, suggest installing eclipse-ecj
Summary: build failure, suggest installing eclipse-ecj
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Ivan P
URL:
Keywords:
Depends on:
Blocks: 2235 2902
  Show dependency treegraph
 
Reported: 2006-06-15 23:28 UTC by Andrew Cagney
Modified: 2006-06-19 13:17 UTC (History)
1 user (show)

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 Andrew Cagney 2006-06-15 23:28:31 UTC
----------
1. WARNING in
/home/scratch/frysk/native/frysk-core/../../frysk/frysk-core/frysk/cli/hpd/SymTab.java
 (at line 44)
        import frysk.expr.*;
               ^^^^^^^^^^
The import frysk.expr is never used
----------
----------
2. ERROR in
/home/scratch/frysk/native/frysk-core/../../frysk/frysk-core/frysk/cli/hpd/PrintHandler.java
 (at line 79)
        catch (frysk.expr.TabException t)
               ^^^^^^^^^^^^^^^^^^^^^^^
The type frysk.expr.TabException is not visible
Comment 1 Stan Cox 2006-06-19 13:17:18 UTC
Sort of a java-lint, eh?  
Actually I used to have it installed but lost it when I upgraded.  Reinstalled.
I'll go ahead and close it because I was the guilty party, not Ivan.

Should we have something like the old MAINTAINER-MODE that insures eclipse-ecj
is installed?