Hi there!

I'm trying to build OOXML support in POI, but there's a problem I stuck with:
I installed latest xmlbeans (2.3.0)  and openxml4j (bin-alpha-080121)
and ran ant

$ ant compile-ooxml-xsds
Buildfile: build.xml

check-jars:

fetch-jars:

check-ooxml-xsds:

fetch-ooxml-xsds:

check-compiled-ooxml-xsds:

compile-ooxml-xsds:
    [unzip] Expanding:
/home/yura/src/poi-3.0.2-FINAL/ooxml-lib/OfficeOpenXML-XMLSchema.zip
into /home/yura/src/poi-3.0.2-FINAL/build/ooxml-xsds
  [xmlbean] build/ooxml-xsds/shared-math.xsd:413:9: error:
src-resolve: attribute '[EMAIL PROTECTED]://www.w3.org/XML/1998/namespace'
not found.
  [xmlbean] build/ooxml-xsds/wml.xsd:5537:9: error: src-resolve:
attribute '[EMAIL PROTECTED]://www.w3.org/XML/1998/namespace' not found.
  [xmlbean] Time to build schema type system: 5.237 seconds
  [xmlbean] BUILD FAILED

BUILD SUCCESSFUL


could anybody help me with this?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to