Add a missing bit to the compile-ooxml ant task
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e33c540a2
commit
c618a3fc4e
10
build.xml
10
build.xml
@ -474,6 +474,16 @@ under the License.
|
|||||||
destdir="${ooxml.output.dir}" debug="on" srcdir="${ooxml.src}">
|
destdir="${ooxml.output.dir}" debug="on" srcdir="${ooxml.src}">
|
||||||
<classpath refid="ooxml.classpath"/>
|
<classpath refid="ooxml.classpath"/>
|
||||||
</javac>
|
</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>
|
||||||
|
|
||||||
<target name="test" depends="test-main,test-scratchpad,test-contrib"
|
<target name="test" depends="test-main,test-scratchpad,test-contrib"
|
||||||
|
Loading…
Reference in New Issue
Block a user