From 3562e9271bda4ead8983fa9149003e38f68eb5e8 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 16 Jan 2002 03:00:51 +0000 Subject: [PATCH] Use resource_url instead of application.root. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@864 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/runjava b/tests/bin/runjava index 4209d264d..10b4ac93b 100755 --- a/tests/bin/runjava +++ b/tests/bin/runjava @@ -74,7 +74,7 @@ foreach $dir (@dirs) { $classpath = "$classpath:$jlib"; # specify our server root (this is for server code) -my $rootarg = "-Dapplication.root=$realroot -Dtest_dir=$realroot"; +my $rootarg = "-Dresource_url=file:$realroot/rsrc -Dtest_dir=$realroot"; my $pid_file = undef; my $i = 0;