You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2008/01/16 18:12:48 UTC

svn commit: r612519 - /poi/branches/ooxml/build.xml

Author: nick
Date: Wed Jan 16 09:12:41 2008
New Revision: 612519

URL: http://svn.apache.org/viewvc?rev=612519&view=rev
Log:
Add a missing bit to the compile-ooxml ant task

Modified:
    poi/branches/ooxml/build.xml

Modified: poi/branches/ooxml/build.xml
URL: http://svn.apache.org/viewvc/poi/branches/ooxml/build.xml?rev=612519&r1=612518&r2=612519&view=diff
==============================================================================
--- poi/branches/ooxml/build.xml (original)
+++ poi/branches/ooxml/build.xml Wed Jan 16 09:12:41 2008
@@ -474,6 +474,16 @@
       destdir="${ooxml.output.dir}" debug="on" srcdir="${ooxml.src}">
       <classpath refid="ooxml.classpath"/>
     </javac>
+
+    <javac target="1.5" source="1.5"
+      failonerror="true" destdir="${ooxml.output.test.dir}" debug="on"
+      fork="yes" srcdir="${ooxml.src.test}">
+      <classpath>
+        <path refid="ooxml.classpath"/>
+        <pathelement location="${ooxml.output.dir}"/>
+        <pathelement location="${junit.jar1.dir}"/>
+      </classpath>
+    </javac>
   </target>
 
   <target name="test" depends="test-main,test-scratchpad,test-contrib"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org