Author: centic
Date: Sun Nov 9 17:55:22 2014
New Revision: 1637704
URL: http://svn.apache.org/r1637704
Log:
Adjust location of ooxml-lite classes and try with reduced classpath to
actually test without full xsds
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1637704&r1=1637703&r2=1637704&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Nov 9 17:55:22 2014
@@ -285,11 +285,11 @@ under the License.
<path id="ooxml-lite.classpath">
<pathelement location="${ooxml.xmlbeans26.jar}"/>
- <pathelement location="build/ooxml-xsds-lite"/> <!-- instead of
ooxml-xsds.jar use the filtered classes-->
+ <pathelement location="${ooxml.lite.output.dir}"/> <!-- instead of
ooxml-xsds.jar use the filtered classes-->
<path refid="main.classpath"/>
<pathelement location="${main.output.dir}"/>
<pathelement location="${scratchpad.output.dir}"/>
- <path refid="ooxml.classpath"/>
+ <!--path refid="ooxml.classpath"/-->
<pathelement location="${ooxml.output.dir}"/>
<pathelement location="${ooxml.output.test.dir}"/>
<pathelement location="${main.output.test.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]