diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-11-13 12:10:26 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-11-13 12:10:26 -0330 |
commit | 224bfce7db1a0ace339b541b56529698dcb8820a (patch) | |
tree | dc99af6433ef28cfe2238c71f55034658cbc7ffa /java/demo/IceBox/hello/expect.py | |
parent | Fixed (ICE-5889) - what is distribution/src/maven? (diff) | |
download | ice-224bfce7db1a0ace339b541b56529698dcb8820a.tar.bz2 ice-224bfce7db1a0ace339b541b56529698dcb8820a.tar.xz ice-224bfce7db1a0ace339b541b56529698dcb8820a.zip |
Some fixes to java demo builds and expect scripts
Diffstat (limited to 'java/demo/IceBox/hello/expect.py')
-rwxr-xr-x | java/demo/IceBox/hello/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/IceBox/hello/expect.py b/java/demo/IceBox/hello/expect.py index f5b208be757..b0b88a039c6 100755 --- a/java/demo/IceBox/hello/expect.py +++ b/java/demo/IceBox/hello/expect.py @@ -24,7 +24,7 @@ from demoscript.IceBox import hello # Override the service load line. if Util.defaultHost: - args = ' --IceBox.Service.Hello="HelloServiceI --Ice.Config=config.service %s"' % Util.defaultHost + args = ' --IceBox.Service.Hello="build/libs/server.jar:HelloServiceI --Ice.Config=config.service %s"' % Util.defaultHost else: args = '' |