Hi, I'll look closely into it this afternoon, but currently our CI build is passing [#1], so it seems somehow related to the build environment?
The offending test is trying to create a wiki page dir under $java.io.tmpir/non-existent-directory, which is the reason of the failing test. Dave, would you mind confirming that your user is able to create files/folders inside that directory? In anycase, I'll switch the test this afternoon so it creates the temporary folder inside ./target, in order to avoid file-access permissions problems. br, juan pablo [#1]: https://builds.apache.org/job/JSPWiki/ On Tue, Jun 23, 2015 at 8:11 AM, Florian Holeczek <[email protected]> wrote: > Hi Dave and Juan Pablo, > > > I'm attempting to build JSPWiki from source at the moment and Maven is > > failing with this error: > > seems to have been introduced with Juan Pablo's little commit: > > URL: http://svn.apache.org/r1684742 > Log: > change sample keys so they match with the ones at at > org.apache.wiki.attachment.AttachmentManager > > I didn't have a look at the details though, just confirming. > > Regards > Florian >
