Author: centic
Date: Mon Sep 18 18:54:47 2017
New Revision: 1808762

URL: http://svn.apache.org/viewvc?rev=1808762&view=rev
Log:
Add missing test.jar to test-hssf target

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1808762&r1=1808761&r2=1808762&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Sep 18 18:54:47 2017
@@ -1375,6 +1375,7 @@ under the License.
             <junit fork="yes" forkmode="once" printsummary="yes" 
haltonfailure="${halt.on.test.failure}"
                    failureproperty="main.hssf.test.failed" showoutput="true">
                 <classpath refid="test.classpath"/>
+                <classpath refid="test.jar.classpath"/>
                 <syspropertyset refid="junit.properties"/>
                 <jvmarg value="-ea"/>
                 <jvmarg value="-Xmx256m"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to