We specify resource_url rather than application.root now.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@859 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ foreach $dir (@dirs) {
|
||||
# finally add the standard classes
|
||||
$classpath = "$classpath:$jlib";
|
||||
|
||||
# specify our application root (the resource manager needs this)
|
||||
my $rootarg = "-Dapplication.root=$root";
|
||||
# specify our resource root (the resource manager needs this)
|
||||
my $rootarg = "-Dresource_url=file:$realroot/rsrc";
|
||||
|
||||
my $pid_file = undef;
|
||||
my $i = 0;
|
||||
|
||||
Reference in New Issue
Block a user