Bug 2780

Summary: build failure, suggest installing eclipse-ecj
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Ivan P <ipantuye>
Status: RESOLVED FIXED    
Severity: normal CC: swagiaal
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235, 2902    

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?