Dear derby-user(s): For anyone interested in using derby on OSX 10.3.5 (i.e., the latest), here's the ~/ant.properties tweaks to make it build. FYI, there is a patch required for one derby file (java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java) which I'm posting to derby-dev. Other than that, I think it should be smooth sailing. BTW, the derby instructions worked well, and the ant file turned out easy to override for OSX. Good job to derby-dev!-) -=- # # OSX 10.3.5 (for java 1.3.1 + java 1.4.2) # # Joseph Grace, occam_at_serv.net # 2004-08-31 # j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/ Classes j14lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/ Classes #old: java14compile.classpath=${j14lib}/rt.jar #old: java13compile.classpath=${j13lib}/rt.jar;${javatools.dir}/jdbc2_0- stdext.jar java13compile.classpath=${j13lib}/classes.jar;${j13lib}/ ui.jar;${j13lib}/i18n.jar;${j13lib}/sunrsasign.jar;${javatools.dir}/ jdbc2_0-stdext.jar java14compile.classpath=${j14lib}/classes.jar;${j14lib}/ ui.jar;${j14lib}/laf.jar;${j14lib}/sunrsasign.jar;${j14lib}/ jsse.jar;${j14lib}/jce.jar;${j14lib}/charsets.jar # Override various unintended brokenness. javatools.dir=${basedir}/tools/java compile.classpath=${java14compile.classpath} # # The usual stuff. # # build.compiler=jikes # proceed=true sane=true -=- I assume the db works at least as far as the simple startup from the instructions. Cheers, = Joe =