Look in dist/classes rather than src/java now for our classes,
etc. because we build with ANT. git-svn-id: https://samskivert.googlecode.com/svn/trunk@100 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -52,7 +52,7 @@ if (defined $libpath) {
|
||||
}
|
||||
|
||||
# put everything in our class path
|
||||
my $classpath = "-classpath $jlib:$root/src/java";
|
||||
my $classpath = "-classpath $jlib:$root/dist/classes";
|
||||
|
||||
# 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