Re: [PATCH] Fix JavaHL crash in RequestChannel.nativeRead

2020-09-15 Thread Alexander Miloslavskiy
   --with-junit=/home/user/Downloads/junit Correction: this argument should point to .jar file, like: --with-junit=/home/user/Downloads/junit/junit-4.12.jar

Re: [PATCH] Fix JavaHL crash in RequestChannel.nativeRead

2020-09-15 Thread Alexandr Miloslavskiy
On 10.09.2020 22:27, Nathan Hartman wrote: I'll try to get my system setup to run the JavaHL tests, which has been on my to-do list for some time anyway. If I can get that to work and verify the changes don't introduce regressions, then we'll go from there. If I'm not missing something, macOS/

[PATCH] Fix JavaHL error in SVNBase::createCppBoundObject

2020-09-15 Thread Alexandr Miloslavskiy
Please find patch attached. [[[ Fix JavaHL error in SVNBase::createCppBoundObject The problem here is that 'SVNBase::createCppBoundObject' can work with different classes (see argument), but it cached methodID of '' for the first class processed. The error is seen when running JavaHL tests with