From 77697cfee903299d6ff3a9f6d1bbcf4102694d48 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 13 Dec 2007 16:13:36 +0000 Subject: [PATCH] #i10000# fix break on unix environments (hjs) --- testtools/source/bridgetest/makefile.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 3bc0a0e46fc6..269baeb94f2b 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: kz $ $Date: 2007-12-12 15:32:16 $ +# last change: $Author: kz $ $Date: 2007-12-13 17:13:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -170,10 +170,8 @@ MY_CLASSPATH=$(strip $(subst,!,$(PATH_SEPERATOR) $(MY_CLASSPATH_TMP:s/ /!/)))$(P # Use "127.0.0.1" instead of "localhost", see #i32281#: $(DLLDEST)$/bridgetest_javaserver$(BATCH_SUFFIX) : makefile.mk -rm -f $@ - $(WRAPCMD) echo "java -classpath $(MY_CLASSPATH)$(PATH_SEPERATOR)..$/class$/testComponent.jar \ - com.sun.star.comp.bridge.TestComponentMain \ - \"uno:socket,host=127.0.0.1,port=2002;urp;test\"" \ - > $@ + $(WRAPCMD) echo "java -classpath $(MY_CLASSPATH)$(PATH_SEPERATOR)..$/class$/testComponent.jar" \ + com.sun.star.comp.bridge.TestComponentMain \""uno:socket,host=127.0.0.1,port=2002;urp;test"\" > $@ $(GIVE_EXEC_RIGHTS) $@ $(DLLDEST)$/bridgetest_inprocess_java$(BATCH_SUFFIX) : makefile.mk