Skip to content
Snippets Groups Projects
Commit 490171f8 authored by tpylak's avatar tpylak
Browse files

fix screening module tests

SVN: 16672
parent b080d4b7
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@
-->
<target name="screening-compile-module-test" description="Compile the module test mode">
<delete dir="${targets.www}/${module-test.path}" />
<java classpath="${ecp}:${ecp.gwt}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}"
<java classpath="${ecp}:${ecp.gwt}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}:../common/${sources}"
classname="com.google.gwt.dev.Compiler" fork="true">
<jvmarg value="-Xmx512M" />
<arg value="-war" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment