diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:18:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:18:14 +0000 |
commit | 82afd241cc7fcfe368f53e7427df2458cef06989 (patch) | |
tree | 230bcff4ecd0f9de41cd14b2b95aa70e1337d4aa /bridges | |
parent | b42957766b4aae58794a5916663d0595d388972c (diff) |
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.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/java_uno/acquire/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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 \ |