Re: Blocker Maven issue just opened?

2019-10-25 Thread Peter Hull
On Sat, 19 Oct 2019 at 11:32, Neil C Smith wrote: > Searching that system property surprised to see it's quite old - > https://blogs.oracle.com/thejavatutorials/jdk-7u25:-solutions-to-issues-caused-by-changes-to-runtimeexec > > I've opened a linked issue for 11.3 to track fixing it properly >

Re: Blocker Maven issue just opened?

2019-10-19 Thread Neil C Smith
On Sat, 19 Oct 2019 at 13:36, Neil C Smith wrote: > So, vc1 is building - probably another half hour to go. If anyone who > can test this could look at > https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release112/29/ > once complete and check this is fixed,

Re: Re: Blocker Maven issue just opened?

2019-10-19 Thread Eric Bresie
No objection to the change but this made me notice the size of that Netbeans.conf file. If I’m not mistaken, a lot of these are added to account for java modules in some way (I.e. —add-exports) but was curious if long term (maybe after some further java 9 module updates of some type) if those

Re: Blocker Maven issue just opened?

2019-10-19 Thread Neil C Smith
On Sat, 19 Oct 2019 at 11:31, Neil C Smith wrote: > Thanks! Merged and looking to retrigger vc1 build shortly. So, vc1 is building - probably another half hour to go. If anyone who can test this could look at

Re: Blocker Maven issue just opened?

2019-10-19 Thread Neil C Smith
On Fri, 18 Oct 2019 at 21:38, Geertjan Wielenga wrote: > > https://github.com/apache/netbeans/pull/1581 > > https://issues.apache.org/jira/browse/NETBEANS-3253 > Thanks! Merged and looking to retrigger vc1 build shortly. Searching that system property surprised to see it's quite old -

Re: Blocker Maven issue just opened?

2019-10-18 Thread Geertjan Wielenga
https://github.com/apache/netbeans/pull/1581 https://issues.apache.org/jira/browse/NETBEANS-3253 Gj On Fri, Oct 18, 2019 at 10:31 PM Neil C Smith wrote: > On Fri, 18 Oct 2019, 21:10 Christian Oyarzun, wrote: > > > FYI, Adding -J-Djdk.lang.Process.allowAmbiguousCommands=true to > >

Re: Blocker Maven issue just opened?

2019-10-18 Thread Neil C Smith
On Fri, 18 Oct 2019, 21:10 Christian Oyarzun, wrote: > FYI, Adding -J-Djdk.lang.Process.allowAmbiguousCommands=true to > netbeans_default_options does resolve the issue. > Definitely looking like we might want to add that into netbeans.conf before 11.2? If anyone wants to put in the PR I can

Re: Blocker Maven issue just opened?

2019-10-18 Thread Christian Oyarzun
FYI, Adding -J-Djdk.lang.Process.allowAmbiguousCommands=true to netbeans_default_options does resolve the issue. Tested with 11.2-beta3 with amazon corretto 11.0.5 and 1.8.0_212 --Christian On Fri, Oct 18, 2019 at 2:51 PM Matthias Bläsing wrote: > Hi, > > Am Freitag, den 18.10.2019, 19:37

Re: Blocker Maven issue just opened?

2019-10-18 Thread Matthias Bläsing
Hi, Am Freitag, den 18.10.2019, 19:37 +0100 schrieb Peter Hull: > Possibly it is the change labelled "Runtime.exec and ProcessBuilder > Argument Restrictions" in > https://www.oracle.com/technetwork/java/javase/11all-relnotes-5013287.html#R11_0_5 > > In which case it's not a bug introduced by

Re: Blocker Maven issue just opened?

2019-10-18 Thread Neil C Smith
On Fri, 18 Oct 2019 at 19:37, Peter Hull wrote: > > Possibly it is the change labelled "Runtime.exec and ProcessBuilder > Argument Restrictions" in > https://www.oracle.com/technetwork/java/javase/11all-relnotes-5013287.html#R11_0_5 > > In which case it's not a bug introduced by JDK and the

Re: Blocker Maven issue just opened?

2019-10-18 Thread Peter Hull
Possibly it is the change labelled "Runtime.exec and ProcessBuilder Argument Restrictions" in https://www.oracle.com/technetwork/java/javase/11all-relnotes-5013287.html#R11_0_5 In which case it's not a bug introduced by JDK and the command line for maven needs to change, I think. Pete On Fri,

Re: Blocker Maven issue just opened?

2019-10-18 Thread Geertjan Wielenga
And here as well: https://netbeans.org/bugzilla/show_bug.cgi?id=228901 Can someone on Windows take 11.2 beta 3 and try to reproduce? Gj On Fri, Oct 18, 2019 at 8:25 PM Geertjan Wielenga wrote: > Similar report: > > >

Re: Blocker Maven issue just opened?

2019-10-18 Thread Geertjan Wielenga
Similar report: https://stackoverflow.com/questions/58411279/java-with-maven-wouldnt-build-cannot-run-program-cmd-malformed-argument-has/58456347#58456347 Gj On Fri, Oct 18, 2019 at 8:21 PM Geertjan Wielenga wrote: > https://twitter.com/lhochet/status/1185217897049841671 > > Gj > > On Fri,

Re: Blocker Maven issue just opened?

2019-10-18 Thread Geertjan Wielenga
Maybe it's the same concern as posted here on Twitter: On Fri, Oct 18, 2019 at 7:10 PM Neil C Smith wrote: > Hi, > > Just looking at final tasks for triggering the NB 11.2 release vote > and noticed a new "blocker" issue just opened. Anyone, particularly > with Windows 10, want to assess? > >

Re: Blocker Maven issue just opened?

2019-10-18 Thread Geertjan Wielenga
https://twitter.com/lhochet/status/1185217897049841671 Gj On Fri, Oct 18, 2019 at 8:21 PM Geertjan Wielenga wrote: > Maybe it's the same concern as posted here on Twitter: > > > On Fri, Oct 18, 2019 at 7:10 PM Neil C Smith > wrote: > >> Hi, >> >> Just looking at final tasks for triggering the