#i10000# fix break on unix environments (hjs)
This commit is contained in:
parent
2ffdb39e6d
commit
77697cfee9
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue