Re: JSPWiki build failure

2015-07-08 Thread Dave Koelmeyer
On 08/07/15 22:36, Dave Koelmeyer wrote: > On 08/07/15 11:11, Juan Pablo Santos Rodríguez wrote: >> Hi David, Dave, >> >> made a bunch of small tweaks to prepare for the 2.10.2 release, both of >> your issues should be fixed on latest svn trunk. Would you mind trying to >> build without su access

Re: JSPWiki build failure

2015-07-08 Thread Dave Koelmeyer
On 08/07/15 11:11, Juan Pablo Santos Rodríguez wrote: > Hi David, Dave, > > made a bunch of small tweaks to prepare for the 2.10.2 release, both of > your issues should be fixed on latest svn trunk. Would you mind trying to > build without su access? Also the numbers issue shuold be fixed too, I >

Re: JSPWiki build failure

2015-07-07 Thread Juan Pablo Santos Rodríguez
Hi David, Dave, made a bunch of small tweaks to prepare for the 2.10.2 release, both of your issues should be fixed on latest svn trunk. Would you mind trying to build without su access? Also the numbers issue shuold be fixed too, I think it was related to how JSPWIKI-821 was fixed. thanks! On

Re: JSPWiki build failure

2015-06-23 Thread David Vittor
Ah sorry - I got confused here. Yes the code accidentally came in with 2.10.2-svn-18.However I've reverted this code back, as this is a much larger change, that I will put on a branch. As for this immediate problem. I agree. It should use the "target" directory, and it should only remove the "digi

Re: JSPWiki build failure

2015-06-23 Thread David Vittor
That's a good idea Juan, I'll revert my code from the trunk and create a new branch for this change. Cheers, David V On Tue, Jun 23, 2015 at 9:06 PM, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi David, > > skimming through the 2.10.1-svn-18 commit, it seems it has enter

Re: JSPWiki build failure

2015-06-23 Thread Juan Pablo Santos Rodríguez
Hi David, skimming through the 2.10.1-svn-18 commit, it seems it has entered on trunk. I recall that code being necessary so some test didn't create duplicate folders, but I'd rather check the svn history of that file to see where & why that replace was made. In any case, it should generate a fold

Re: JSPWiki build failure

2015-06-23 Thread David Vittor
Funny that I had the same problem yesterday. I was trying to build the code on another laptop where my username was C:/Users/david4 and the code kept removing the "4" after my name. I tracked this down in the testing code TestEngine.cleanTestProps(), and here are my comments - not checked in :)

Re: JSPWiki build failure

2015-06-23 Thread Juan Pablo Santos Rodríguez
Hi Dave, you should be able to run the build without any special permissions (that is, the files generated by the build should be under ./target/whatever), would you mind filing a JIRA so this doesn't get lost? thanks, juan pablo On Tue, Jun 23, 2015 at 9:58 AM, Dave Koelmeyer < dave.koelme...@

Re: JSPWiki build failure

2015-06-23 Thread Dave Koelmeyer
Hi All, On 23/06/15 18:32, Juan Pablo Santos Rodríguez wrote: > > 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-ex

Re: JSPWiki build failure

2015-06-22 Thread Juan Pablo Santos Rodríguez
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

Re: JSPWiki build failure

2015-06-22 Thread Florian Holeczek
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.wik

JSPWiki build failure

2015-06-22 Thread Dave Koelmeyer
Hi All, I'm attempting to build JSPWiki from source at the moment and Maven is failing with this error: <<< FAILURE! - in org.apache.wiki.WikiEngineTest testNonExistentDirectory(org.apache.wiki.WikiEngineTest) Time elapsed: 0.05 sec <<< ERROR! org.apache.wiki.api.exceptions.WikiException: JSPW