On Thu, Nov 9, 2023 at 6:08 PM Nathan Hartman <hartman.nat...@gmail.com> wrote: > > On Fri, Nov 3, 2023 at 12:00 AM Nathan Hartman <hartman.nat...@gmail.com> > wrote: > > Previously I mentioned I plan to RM for the upcoming 1.14.3 release. > > This being my first time, I need to solve some issues first. > > > > One of these, which has been a stumbling block for me since the > > beginning, is getting the JavaHL bindings to build and test > > successfully. > > > > I have made progress on this, but not a complete breakthrough yet. > > First, thanks to Stefan, Daniel, and Mark for your input. > > I haven't solved my issue with the JavaHL tests yet. I have (mostly) > written a detailed reply, where I respond to each question and > suggestion. I'll send it soon, but first, while I was writing it, I > thought of several specific additional things I want to check. So, > rather than send a reply full of loose ends, I'll investigate those > items (probably tonight) and I'll respond then -- wish me luck, and > hopefully I'll be able to report success! > > Nathan
Hi Nathan, Sorry I haven't helped so far ... I should be able to say something useful here, since I'm a java dev in my dayjob. But I have been drowning a bit in that same dayjob lately, so I can barely find the time to scan these mails, and then forget about them because my attention is needed elsewhere. Anyway, I'll try to find some more time to take a closer look at the errors you get. Just as a first shot: if there is no RunTests.class in the location where it should be (one of the directories in the classpath), then it probably has not been compiled (or it has not been put in the right location). My first guess would also be, like Daniel mentioned, that you'll need the --with-junit option (referring to a junit-X.Y.jar somewhere on your system) and then the build scripts should compile the test classes. But I guess you already tried that, after Daniel's reply, and you're still running into problems. I'll take a closer look when you send your detailed mail then. -- Johan