[jira] [Commented] (NETBEANS-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Eric Barboni (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034472#comment-17034472
 ] 

Eric Barboni commented on NETBEANS-3254:


reducing priority.

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Neil C Smith (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034453#comment-17034453
 ] 

Neil C Smith commented on NETBEANS-3254:


[~skygo] as the original reporter, I'd say yes with suggested follow up. 
Removing the property itself doesn't seem critical, it's making sure all the 
places that might be broken without it are fixed that might be.

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Eric Barboni (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034301#comment-17034301
 ] 

Eric Barboni commented on NETBEANS-3254:


[~lhochet] can we consider fixed ? With a followup to remove the system 
property for 12.0

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-01-05 Thread Ludovic HOCHET (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008416#comment-17008416
 ] 

Ludovic HOCHET commented on NETBEANS-3254:
--

I've submitted a PR with a proposed more local "fix".

I could start the profiler with it (and Maven 3.6.3).

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3254) Remove requirement for allowAmbiguousCommands in Maven support

2019-10-23 Thread Eric Barboni (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957663#comment-16957663
 ] 

Eric Barboni commented on NETBEANS-3254:


Hi, may it be related to NETBEANS-2443 and NETBEANS-245. That produce syntax 
error with cli for profiler.
Maybe a good rewrite of cli for windows needed here.

I see from dev that [~lhochet] looks at the issue.

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Priority: Critical
> Fix For: 11.3
>
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists