提交 f4152def authored 作者: Thomas Mueller's avatar Thomas Mueller

Fixing the ant build.

上级 03637928
...@@ -134,7 +134,15 @@ ...@@ -134,7 +134,15 @@
</target> </target>
<target name="test" depends="compile"> <target name="test" depends="compile">
<java classname="org.h2.test.TestAll" fork="true" classpath="bin" /> <java classname="org.h2.test.TestAll" fork="true">
<classpath>
<pathelement location="ext/servlet-api-2.4.jar" />
<pathelement location="ext/lucene-core-2.2.0.jar" />
<pathelement location="ext/slf4j-api-1.5.0.jar" />
<pathelement location="ext/org.osgi.core-1.2.0.jar" />
<pathelement path="bin"/>
</classpath>
</java>
</target> </target>
<target name="testCoverage" depends="compileCoverage"> <target name="testCoverage" depends="compileCoverage">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论