https://issues.apache.org/bugzilla/show_bug.cgi?id=46945
Axel Rose <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #2 from Axel Rose <[email protected]> 2009-03-31 08:26:35 PST --- I cannot get around this. POI is the only project open in Eclipse. My .classpath looks like this: <classpath> <classpathentry kind="src" path="build/ooxml-xsds/srcgen"/> <classpathentry kind="src" path="src/contrib/poi-ruby/java"/> <classpathentry kind="src" path="src/contrib/src"/> <classpathentry kind="src" path="src/examples/src"/> <classpathentry kind="src" path="src/java"/> <classpathentry kind="src" path="src/ooxml/interfaces-jdk15"/> <classpathentry kind="src" path="src/ooxml/java"/> <classpathentry kind="src" path="src/ooxml/testcases"/> <classpathentry kind="src" path="src/scratchpad/examples/src"/> <classpathentry kind="src" path="src/scratchpad/src"/> <classpathentry kind="src" path="src/scratchpad/testcases"/> <classpathentry kind="src" path="src/testcases"/> <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/> <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/> <classpathentry kind="lib" path="ooxml-lib/dom4j-1.6.1.jar"/> <classpathentry kind="lib" path="ooxml-lib/geronimo-stax-api_1.0_spec-1.0.jar"/> <classpathentry kind="lib" path="ooxml-lib/jsr173_1.0_api.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.0.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas.jar"/> <classpathentry kind="lib" path="ooxml-lib/openxml4j-1.0-beta.jar"/> <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar"/> <classpathentry kind="lib" path="src/contrib/poi-ruby/poi-2.0-final-20040126.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="src/java"/> </classpath> This is what Eclipse sets up when importing a fresh svn tree. OTOH I agree with Eclipse about the error. BiffViewer uses import org.apache.poi.hssf.record.*; and references the type "AreaFormatRecord" So I guess the import must be more explicit. AreaFormatRecord can be used from anywhere within org.apache.poi.hssf.record, currently two places. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
