From f1ecc30d360d345c529f002e180dfc588bdb34cb Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 3 Nov 2009 23:20:33 +0000 Subject: [PATCH] When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832596 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 20 ++++++++++++++++---- src/documentation/content/xdocs/status.xml | 1 + 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 6feaf34826..2149229161 100644 --- a/build.xml +++ b/build.xml @@ -138,6 +138,9 @@ under the License. + + + @@ -292,6 +295,7 @@ under the License. + @@ -409,23 +413,31 @@ under the License. description="Unpacks the OOXML xsd files, and compiles them into XmlBeans"> + classpath="${ooxml.dom4j.jar}:${ooxml.xmlbeans.jar}:${ooxml.jsr173.jar}" /> - + + + + + When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas 45672 - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) 48096 - relaxed validation check in RecalcIdRecord 48085 - improved error checking in BlockAllocationTableReader to trap unreasonable field values -- 2.39.5