From: Nick Burch Date: Tue, 3 Nov 2009 23:20:33 +0000 (+0000) Subject: When running the "compile-ooxml-xsds" ant task, also generate the source jar for... X-Git-Tag: REL_3_6~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1ecc30d360d345c529f002e180dfc588bdb34cb;p=poi.git 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 --- 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