Test stuff comes first in the classpath, then narya stuff, then standard
libraries. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@601 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ if (defined $libpath) {
|
||||
}
|
||||
|
||||
# put everything in our class path
|
||||
my $classpath = "-classpath $jlib:$root/dist/classes:$root/tests/dist/classes";
|
||||
my $classpath = "-classpath $root/tests/dist/classes:$root/dist/classes:$jlib";
|
||||
|
||||
# any zip or jar files in our lib/ directory get added to the class path
|
||||
if (opendir(DIR, "$root/lib")) {
|
||||
|
||||
Reference in New Issue
Block a user