From 490171f8872df48f999d30dff1a255dfdb8f5e68 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 23 Jun 2010 07:29:58 +0000 Subject: [PATCH] fix screening module tests SVN: 16672 --- screening/build/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screening/build/build.xml b/screening/build/build.xml index cd2eabc51cf..45ce98651c6 100644 --- a/screening/build/build.xml +++ b/screening/build/build.xml @@ -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" /> -- GitLab