[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 02 Dec 2009 16:31:59 +0000

"Hyrum K. Wright" <hyrum_wright_at_mail.utexas.edu> writes:

> Do you have junit installed, and are you configuring subversion --with-junit?

No, I didn't. With junit installed I can run the tests using either
sun-java6-jdk or openjdk-6-jdk. In both cases I get one failure
caused by the test looking for issue2979.dump in the build directory
rather than the source directory:

$ nice make check-javahl
/usr/lib/jvm/java-6-openjdk/bin/java "-Dtest.rootdir=/home/pm/sw/subversion/obj/subversion/bindings/javahl/test-work" "-Dtest.rooturl=" "-Dtest.fstype=" -Djava.library.path=subversion/bindings/javahl/native/.libs:/usr/local/subversion/lib -classpath subversion/bindings/javahl/classes:/usr/share/java/junit4.jar "-Dtest.tests=" org.tigris.subversion.javahl.RunTests
...E......................................
..........
Time: 146.276
There was 1 error:
1) testLoadRepo(org.tigris.subversion.javahl.SVNAdminTests)java.io.FileNotFoundException: /home/pm/sw/subversion/obj/subversion/bindings/javahl/tests/data/issue2979.dump (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at org.tigris.subversion.javahl.SVNTests$FileInputer.<init>(SVNTests.java:509)
        at org.tigris.subversion.javahl.SVNAdminTests.testLoadRepo(SVNAdminTests.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at org.tigris.subversion.javahl.RunTests.main(RunTests.java:116)

FAILURES!!!
Tests run: 51, Failures: 0, Errors: 1

-- 
Philip
Received on 2009-12-02 17:32:38 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.