diff --git a/build.xml b/build.xml index 6feaf3482..214922916 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