Hi, Probably some problem with the temp-folder under target/tmp, either it did not exist or was removed by a concurrently running unit-test (not sure if Maven will run more than one at a time...), we could add a mkdirs() in the setup-method in this test to lower the chances of running into this problem.
Dominik. On Sun, Feb 11, 2018 at 10:46 PM, Mark Murphy <[email protected]> wrote: > What causes this in the Maven build? > > > javax.imageio.IIOException: Can't create cache file! > at org.apache.poi.hslf.usermodel.TestPicture.macImages( > TestPicture.java:150) > Caused by: java.nio.file.NoSuchFileException: > target/tmp/imageio3327126342253604027.tmp > at org.apache.poi.hslf.usermodel.TestPicture.macImages( > TestPicture.java:150) >
