In http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html
shouldn't the section on "Testing Derby" be changed?
It currently reads:
If you want to build and run the Derby tests, make sure that you have
downloaded the JUnit test framework. Then build all of the Derby
sources, including the test classes:
Target Description Command
all This target compiles all Derby source files.
ant -quiet all
Putting all of this together, here's how you build the tests:
ant -quiet clobber
ant -quiet all
ant -quiet buildjars
To run the tests, consult the testing README.
=============
It seems like this should instead say:
If you want to build and run the Derby tests, you must build all of
the Derby sources, including the test classes:
ant -quiet all
Then, to run the tests, do:
ant junitreport
For more information, consult http://wiki.apache.org/db-derby/DerbyTesting
==============
thanks,
bryan