> -----BEGIN PGP SIGNED MESSAGE----- > > okey, the necesary paperwork has been executed, so i just uploaded > the derby source code into the subversion repository. > > whee! > > http://svn.apache.org/repos/asf/incubator/derby/code/trunk/ > - -- > #ken P-)} > > Ken Coar, Sanagendamgagwedweinini http://Ken.Coar.Org/ > Author, developer, opinionist http://Apache-Server.Com/ > > "Millennium hand and shrimp!" > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iQCVAwUBQS3w4JrNPMCpn3XdAQF0mQP/fZcXy3jURjsviFUsUmKOG/5OgT1DqehU > ZMNCmrl6El4uNos0IRNB4kZnrjTIEvtifNLgpi8kcXvQMnObVDygGGzKT9TzOOnJ > PIhurNu35EWbErnlxdHNYbtprhUOpWSwBaokm72rop8O4itU2OYH1YaVQEX1WL3Y > kd+5GeZkbwE= > =TC+v > -----END PGP SIGNATURE----- >
This is absolutely superb! I have now downloaded the source code, compiled it, build jars, made a test project in eclipse and am now able to debug/single step thru the derby code. All done within a couple of hours. :-) I haven't seen this info anywhere, so in case you are looking for the jdbc driver class and url: The jdbc driver class "com.ihost.cs.jdbc.CloudscapeDriver" is now "org.apache.derby.jdbc.EmbeddedDriver" and the url "jdbc:cloudscape:<database>" is now "jdbc:derby:<database>". Steen
