Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Jena 2.10.0
-
None
Description
Building eyeball and running the tests fails.
Eyeball was obtained with
svn clone https://svn.apache.org/repos/asf/jena/Scratch/Eyeball/trunk/
then these binary jars were put in the lib/ directory:
jena-core-2.7.4.jar
jena-iri-0.9.4.jar
jena-arq-2.9.4.jar
jena-core-2.7.4-tests.jar
eyeball.jar was created by running 'ant'
Then an attempt was made to run the tests with 'ant test' which resulted in:
BUILD FAILED
/tmp/trunk/build.xml:146: /tmp/trunk/src-test does not exist.
Creating the missing resulted in the command 'ant test' ending with
BUILD SUCCESSFUL
but no tests were run.
So src-test and it's content is missing from the repository.