Hm, yes, seems like something like that happens.
However the JaCoCo ant task should not use the jar-file in the build-dist directory, or? It should actually rather use the jar from the "/lib" directory. I can try to use the file-leak-detector to see if we can find where the file is actually kept open. Dominik. On Sun, Nov 18, 2018 at 8:11 PM Andreas Beeker <kiwiwi...@apache.org> wrote: > Hi Dominik / *, > > I have reordered the ant build to collect as much as possible OOXML > references with the new OOXMLLiteAgent [2], but this had some side-effects, > which I'm currently trying to solve. > > One of those seems to be a open file handle (I guess) which the JaCoCo ant > task holds. > > Please have a look at the deletion error in the Windows build [1] - maybe > this is related to the second java-agent which is now registered. > > Cheers, > Andi > > > [1] https://builds.apache.org/view/P/view/POI/job/POI-DSL-Windows-1.8 > > [2] https://bz.apache.org/bugzilla/show_bug.cgi?id=62921 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org > For additional commands, e-mail: dev-h...@poi.apache.org > >