The Jenkins build of master is now working on Windows. It seems ResolverUtil
had a bug that I fixed on the release-2.x branch last year but forgot to
migrate to master. That fix has now been applied.
Ralph
> On Mar 6, 2020, at 8:48 AM, Ralph Goers wrote:
>
> I compile master several times a d
I compile master several times a day on MacOS without problems. Jenkins shows a
single test failing on Windows. I have determined that there is one test method
that is not properly closing a stream and is preventing a file from being
deleted but I have not yet located the code that is causing th
I am pretty confident that the "master" is broken:
$ /home/vy/Software/share/java/jdk/8/bin/java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_232-b09)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.232-b09, mixed mode)
$ /home/vy/Software/share/jav