Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-06-03 Thread Juan Pablo Santos Rodríguez
Hi Brian, 2.10.5-git-02 should be buildable with JDK10 (I was able to build it with JDK10). Would you mind testing if it's ok on your end? thanks + best regards, juan pablo On Wed, May 30, 2018 at 10:11 PM, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi Brian, > > thanks

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-30 Thread Juan Pablo Santos Rodríguez
Hi Brian, thanks for following through! seems you've stumbled upon another problem with another plugin: https://github.com/wro4j/wro4j/issues/1039 I'll reopen JSPWIKI-1070 with that information, download a JDK10 and try to fix it over the weekend/next weeks instead of keeping asking to see if it'

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-29 Thread Brian Burch
On 29/05/18 08:13, Juan Pablo Santos Rodríguez wrote: Hi Brian, the jdk.version property is used indeed to set the source and target arguments of the compiler plugin, and also to set the minimum JDK required to compile the project (see the configuration of the enforcer plugin on the base pom). F

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-28 Thread Juan Pablo Santos Rodríguez
Hi Brian, the jdk.version property is used indeed to set the source and target arguments of the compiler plugin, and also to set the minimum JDK required to compile the project (see the configuration of the enforcer plugin on the base pom). Forcing it to 1.6 won't solve the problem of compiling wi

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-23 Thread Brian Burch
On 23/05/18 09:17, Brian Burch wrote: On 23/05/18 06:59, Juan Pablo Santos Rodríguez wrote: Hi Brian, seems you've hit https://issues.apache.org/jira/browse/SUREFIRE-1439 (NullPointerException on JDK10) which is fixed on the 2.21.0 version of the surefire plugin. JSPWiki itself should compile

Re: NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-22 Thread Brian Burch
On 23/05/18 06:59, Juan Pablo Santos Rodríguez wrote: Hi Brian, seems you've hit https://issues.apache.org/jira/browse/SUREFIRE-1439 (NullPointerException on JDK10) which is fixed on the 2.21.0 version of the surefire plugin. JSPWiki itself should compile and run ok at least with JDK 6 to 8, hav

NPE while building (was: Re: [VOTE] Release JSPWiki version 2.10.4)

2018-05-22 Thread Juan Pablo Santos Rodríguez
Hi Brian, seems you've hit https://issues.apache.org/jira/browse/SUREFIRE-1439 (NullPointerException on JDK10) which is fixed on the 2.21.0 version of the surefire plugin. JSPWiki itself should compile and run ok at least with JDK 6 to 8, haven't tried with 9, and as you have seen doesn't run test