| Summary: | Extra imports preventing build | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Anthony Green <green> |
| Component: | general | Assignee: | Rick Moseley <rmoseley> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2235 | ||
Removed offending imports. |
I guess the build is set up to fail if there are any build warnings. ecj was complaining about a couple of unused imports, and this was preventing the build from completing. I had to remove them in order to build everything: Index: frysk-gui/frysk/gui/srcwin/dom/DOMTestDOMFrysk.java =================================================================== RCS file: /cvs/frysk/frysk-gui/frysk/gui/srcwin/dom/DOMTestDOMFrysk.java,v retrieving revision 1.1 diff -u -r1.1 DOMTestDOMFrysk.java --- frysk-gui/frysk/gui/srcwin/dom/DOMTestDOMFrysk.java 23 Sep 2005 13:18:26 -0000 1.1 +++ frysk-gui/frysk/gui/srcwin/dom/DOMTestDOMFrysk.java 23 Sep 2005 16:57:58 -0000 @@ -8,8 +8,6 @@ import java.math.BigInteger; import org.jdom.Document; import org.jdom.Element; -import org.jdom.output.Format; -import org.jdom.output.XMLOutputter; public class DOMTestDOMFrysk { private static BigInteger pc;