From 04a40aa1a573b1dadd402f3466c62c3d75300f9e Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Thu, 7 Jan 2010 13:49:49 +0000
Subject: [PATCH] LMS-1335 Added gwt-dev.jar to classpath in compile-gwt-module
 target.

SVN: 14198
---
 openbis/build/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 37746c25e04..b4548e52de1 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -144,7 +144,7 @@
 	-->
 	<target name="compile-gwt-module">
 		<delete dir="${webapp.dist}" />
-		<java classpath="${ecp}:${gwt.user.lib}:../openbis/${sources}:${sources}"
+		<java classpath="${ecp}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}"
 		      classname="com.google.gwt.dev.Compiler"
 		      fork="true">
 			<jvmarg value="-Xmx512M" />
-- 
GitLab