Hi Andrew,
If you unzip the bin distribution, then the "test" directory appears
parallel to "bin" and "lib":
rick_sun junk (1.4) > ls binUnpacked/db-derby-10.2.1.1-bin/
CHANGES KEYS LICENSE NOTICE bin demo docs frameworks index.html
javadoc lib test
If you unzip the lib distribution, then "test" is tucked away underneath
"bin" and there are two top level branches, one on top of the bin tree
and the other on top of the lib tree. Is this what's intended?
rick_sun junk (1.4) > find libUnpacked/ -print
libUnpacked/
libUnpacked/db-derby-10.2.1.1-bin
libUnpacked/db-derby-10.2.1.1-bin/test
libUnpacked/db-derby-10.2.1.1-bin/test/derbyTesting.jar
libUnpacked/db-derby-10.2.1.1-bin/test/jakarta-oro-2.0.8.jar
libUnpacked/db-derby-10.2.1.1-bin/test/README.htm
libUnpacked/db-derby-10.2.1.1-lib
libUnpacked/db-derby-10.2.1.1-lib/CHANGES
libUnpacked/db-derby-10.2.1.1-lib/KEYS
libUnpacked/db-derby-10.2.1.1-lib/lib
libUnpacked/db-derby-10.2.1.1-lib/lib/derby.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derby.war
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyclient.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_de_DE.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_es.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_fr.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_it.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_ja_JP.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_ko_KR.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_pt_BR.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_zh_CN.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyLocale_zh_TW.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbynet.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbyrun.jar
libUnpacked/db-derby-10.2.1.1-lib/lib/derbytools.jar
libUnpacked/db-derby-10.2.1.1-lib/LICENSE
libUnpacked/db-derby-10.2.1.1-lib/NOTICE
Daniel John Debrunner wrote:
I downloaded db-derby-10.2.1.1-lib.zip from
http://people.apache.org/~rhillegas/10.2.1.1-beta/
The layout wasn't what I was expecting, the top level had two folders:
db-derby-10.2.1.1-bin
db-derby-10.2.1.1-lib
The bin folder had the test folder and the bin had the lib folder.
Is this intentional, to have two top-level folders, I guess I was
expecting a single folder with test and lib underneath it?
Dan.