From 82afd241cc7fcfe368f53e7427df2458cef06989 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 20 Aug 2004 08:18:14 +0000 Subject: INTEGRATION: CWS sb21 (1.4.2); FILE MERGED 2004/08/04 14:34:26 sb 1.4.2.1: #i32281# Use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl. --- bridges/test/java_uno/acquire/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bridges/test') diff --git a/bridges/test/java_uno/acquire/makefile.mk b/bridges/test/java_uno/acquire/makefile.mk index c7516b7b8faf..b5e1251d3cf3 100644 --- a/bridges/test/java_uno/acquire/makefile.mk +++ b/bridges/test/java_uno/acquire/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2004-07-23 14:50:01 $ +# last change: $Author: rt $ $Date: 2004-08-20 09:18:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,8 +116,9 @@ $(BIN)$/$(TARGET).rdb: types.idl $(SLOFILES) $(JAVACLASSFILES): $(BIN)$/$(TARGET).rdb +# Use "127.0.0.1" instead of "localhost", see #i32281#: TEST_JAVAUNO_ACQUIRE_UNO_URL := \ - \"'uno:socket,host=localhost,port=2002;urp;test'\" + \"'uno:socket,host=127.0.0.1,port=2002;urp;test'\" $(BIN)$/testacquire-java-client$(SCRIPTEXT): echo java -classpath \ -- cgit