[incubator-netbeans] branch master updated (bbfd87d -> 2ac5e7c)

2018-01-15 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from bbfd87d  Merge pull request #369 from 
JaroslavTulach/jtulach/SurviveMissingTrees
 add 49201d6  Offer choice of Multi OS Engine for iOS development
 add 4a23fdc  Use 'instruments -s devices' to find list of available iOS 
simulators
 add 2e5a5c7  Few tests to make sure the selected device is properly stored 
in settings.xml
 add 4d08ea7  Also specify robovm.iosDeviceName for use by RoboVM
 add b59a519  Merge remote-tracking branch 'upstream/master' into 
MultiOSEngine
 add 481ba02  JUnit and NbJUnit are only needed in tests
 add ee168a9  Allow the user to dismiss the warning
 new 2ac5e7c  Merge pull request #370 from dukescript/MultiOSEngine

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 maven.htmlui/manifest.mf   |   2 +-
 maven.htmlui/nbproject/project.properties  |   2 +-
 maven.htmlui/nbproject/project.xml |  31 +
 .../netbeans/modules/maven/htmlui/DeviceType.java  |  29 +
 .../modules/maven/htmlui/DukeScriptWizard.java | 105 ++---
 .../modules/maven/htmlui/MacUtilities.java | 129 +
 .../modules/maven/htmlui/MavenUtilities.java   |  69 +++
 .../modules/maven/htmlui/dukeScriptWizard.html |  70 ++-
 .../modules/maven/htmlui/dukescript.archetype  |   2 +-
 .../modules/maven/htmlui/MacUtilitiesTest.java |  68 +++
 .../modules/maven/htmlui/MavenUtilitiesTest.java   |  81 +
 11 files changed, 521 insertions(+), 67 deletions(-)
 create mode 100644 
maven.htmlui/src/org/netbeans/modules/maven/htmlui/DeviceType.java
 create mode 100644 
maven.htmlui/src/org/netbeans/modules/maven/htmlui/MacUtilities.java
 create mode 100644 
maven.htmlui/test/unit/src/org/netbeans/modules/maven/htmlui/MacUtilitiesTest.java
 create mode 100644 
maven.htmlui/test/unit/src/org/netbeans/modules/maven/htmlui/MavenUtilitiesTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" '].

-
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] [Assigned] (NETBEANS-258) Opening a maven project fails on JDK 8 without nb-javac

2018-01-15 Thread Jaroslav Tulach (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jaroslav Tulach reassigned NETBEANS-258:


Assignee: Jaroslav Tulach

> Opening a maven project fails on JDK 8 without nb-javac
> ---
>
> Key: NETBEANS-258
> URL: https://issues.apache.org/jira/browse/NETBEANS-258
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
>Reporter: Matthias Bläsing
>Assignee: Jaroslav Tulach
>Priority: Major
> Fix For: 9.0
>
> Attachments: maven-no-nbjavac-jdk8.txt
>
>
> Netbeans 9 fails to open maven projects when run on JDK 8 without nb-javac 
> installed.
> This can be reproduced, when the above per-requisites are satisfied, just 
> open a maven project.
> The stacktrace of the exception is attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Resolved] (NETBEANS-258) Opening a maven project fails on JDK 8 without nb-javac

2018-01-15 Thread Jaroslav Tulach (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jaroslav Tulach resolved NETBEANS-258.
--
   Resolution: Fixed
Fix Version/s: 9.0

https://github.com/apache/incubator-netbeans/pull/369

> Opening a maven project fails on JDK 8 without nb-javac
> ---
>
> Key: NETBEANS-258
> URL: https://issues.apache.org/jira/browse/NETBEANS-258
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
>Reporter: Matthias Bläsing
>Assignee: Jaroslav Tulach
>Priority: Major
> Fix For: 9.0
>
> Attachments: maven-no-nbjavac-jdk8.txt
>
>
> Netbeans 9 fails to open maven projects when run on JDK 8 without nb-javac 
> installed.
> This can be reproduced, when the above per-requisites are satisfied, just 
> open a maven project.
> The stacktrace of the exception is attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[incubator-netbeans] branch master updated (fd76706 -> bbfd87d)

2018-01-15 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from fd76706  Merge pull request #371 from 
dtrebbien/add-2018-to-list-of-valid-apichanges-years
 add dab1d97  Making Maven projects usable without properly installed Java 
support. Avoid following error: java.lang.NoClassDefFoundError: 
com/sun/source/tree/DirectiveTree at 
org.netbeans.modules.maven.nodes.DependenciesNode$DependenciesSet.(:183)  
   at 
org.netbeans.modules.maven.nodes.DependenciesNodeFactory$NList.(:57) 
at org.netbeans.modules.maven.nodes.DependenciesNodeFactory.createNodes(:44)
 at org.netbeans.spi.project.ui.support.NodeFactorySupport$Deleg [...]
 new bbfd87d  Merge pull request #369 from 
JaroslavTulach/jtulach/SurviveMissingTrees

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../netbeans/modules/maven/nodes/DependenciesNode.java| 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" '].

-
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



[incubator-netbeans] branch master updated (be4cced -> fd76706)

2018-01-15 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from be4cced  Merge pull request #362 from JaroslavTulach/AntUpdate
 add d2d2213  Add 2018 to the list of valid apichanges years
 new fd76706  Merge pull request #371 from 
dtrebbien/add-2018-to-list-of-valid-apichanges-years

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nbbuild/javadoctools/apichanges.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" '].

-
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



[incubator-netbeans] 01/01: Merge pull request #371 from dtrebbien/add-2018-to-list-of-valid-apichanges-years

2018-01-15 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit fd7670643adea43c2f33d81ce80e4fe99267be18
Merge: be4cced d2d2213
Author: Svatopluk Dedic 
AuthorDate: Mon Jan 15 19:12:08 2018 +0100

Merge pull request #371 from 
dtrebbien/add-2018-to-list-of-valid-apichanges-years

Add 2018 to the list of valid apichanges years

 nbbuild/javadoctools/apichanges.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" .

-
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] [Updated] (NETBEANS-279) Code Formatting, UI and Overall Systems

2018-01-15 Thread Hyeonwoo O (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyeonwoo O updated NETBEANS-279:

Description: 
Following are what I felt need improvements using NetBeans.

*[C/C++]*
 1. Auto-completion doesn't work when I put text quickly.
 2. Auto-completion for standard header files(<...>) doesn't work when I remove 
and write it again.
 3. When NetBeans is opened with C/C++ project or changing to C/C++ group, 'Run 
Project' button is disabled.

*[Java]*
 1. I hope an option to active command prompt.(not floating 'Output' window)
 2. Auto-completion for global variables and methods doesn't work.

*[General]*
 1. Directory tree status isn't saved when restart NetBeans. Even I open some 
folders, IDE is always start with closed directory tree.
 2. It would be better if auto-formatting for +spaces and braces+ is supported 
when I put a semicolon or press enter key.(like Visual Studio) It is a little 
hard to set my coding style correctly with Options->Editor->Formatting option.
 3. It would be better if there is a Project Group window dockable with Project 
browser.
 4. Sometimes mark occurrence doesn't work correctly like attached image: There 
are same methods but some were not chosen.
 5. Please make Welcome Page to be opened separately without other projects. 
And add an option to turn on/off Welcome Page. At first time I turn it off and 
I couldn't restore it anywhere.

  was:
Following are what I felt need improvements using NetBeans.

*[C/C++]*
 1. Auto-completion doesn't work when I put text quickly.
 2. Auto-completion for standard header files(<...>) doesn't work when I remove 
and write it again.
 3. When NetBeans is opened with C/C++ project or changing to C/C++ group, 'Run 
Project' button is disabled.

*[Java]*
 1. I hope an option to active command prompt.(not floating 'Output' window)
 2. Auto-completion for global variables and methods doesn't work.

*[General]*
 1. Directory tree status isn't saved when restart NetBeans. Even I open some 
folders, IDE is always start with closed directory tree.
 2. It would be better if auto-formatting for +spaces and braces+ is supported 
when I put a semicolon or press enter key.(like Visual Studio) It is hard to 
set my coding style with Options->Editor->Formatting option.
 3. It would be better if there is a Project Group window dockable with Project 
browser.
 4. Sometimes mark occurrence doesn't work correctly like attached image: There 
are same methods but some were not chosen.
 5. Please make Welcome Page to be opened separately without other projects. 
And add an option to turn on/off Welcome Page. At first time I turn it off and 
I couldn't restore it anywhere.


> Code Formatting, UI and Overall Systems
> ---
>
> Key: NETBEANS-279
> URL: https://issues.apache.org/jira/browse/NETBEANS-279
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Formatting  Indentation, ide - UI
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Priority: Major
>  Labels: features
> Fix For: 9.0
>
> Attachments: highlighting.png
>
>
> Following are what I felt need improvements using NetBeans.
> *[C/C++]*
>  1. Auto-completion doesn't work when I put text quickly.
>  2. Auto-completion for standard header files(<...>) doesn't work when I 
> remove and write it again.
>  3. When NetBeans is opened with C/C++ project or changing to C/C++ group, 
> 'Run Project' button is disabled.
> *[Java]*
>  1. I hope an option to active command prompt.(not floating 'Output' window)
>  2. Auto-completion for global variables and methods doesn't work.
> *[General]*
>  1. Directory tree status isn't saved when restart NetBeans. Even I open some 
> folders, IDE is always start with closed directory tree.
>  2. It would be better if auto-formatting for +spaces and braces+ is 
> supported when I put a semicolon or press enter key.(like Visual Studio) It 
> is a little hard to set my coding style correctly with 
> Options->Editor->Formatting option.
>  3. It would be better if there is a Project Group window dockable with 
> Project browser.
>  4. Sometimes mark occurrence doesn't work correctly like attached image: 
> There are same methods but some were not chosen.
>  5. Please make Welcome Page to be opened separately without other projects. 
> And add an option to turn on/off Welcome Page. At first time I turn it off 
> and I couldn't restore it anywhere.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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:

[jira] [Updated] (NETBEANS-279) Code Formatting, UI and Overall Systems

2018-01-15 Thread Hyeonwoo O (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyeonwoo O updated NETBEANS-279:

Description: 
Following are what I felt need improvements using NetBeans.

*[C/C++]*
 1. Auto-completion doesn't work when I put text quickly.
 2. Auto-completion for standard header files(<...>) doesn't work when I remove 
and write it again.
 3. When NetBeans is opened with C/C++ project or changing to C/C++ group, 'Run 
Project' button is disabled.

*[Java]*
 1. I hope an option to active command prompt.(not floating 'Output' window)
 2. Auto-completion for global variables and methods doesn't work.

*[General]*
 1. Directory tree status isn't saved when restart NetBeans. Even I open some 
folders, IDE is always start with closed directory tree.
 2. It would be better if auto-formatting for +spaces and braces+ is supported 
when I put a semicolon or press enter key.(like Visual Studio) It is hard to 
set my coding style with Options->Editor->Formatting option.
 3. It would be better if there is a Project Group window dockable with Project 
browser.
 4. Sometimes mark occurrence doesn't work correctly like attached image: There 
are same methods but some were not chosen.
 5. Please make Welcome Page to be opened separately without other projects. 
And add an option to turn on/off Welcome Page. At first time I turn it off and 
I couldn't restore it anywhere.

  was:
Following are what I felt need improvements using NetBeans.

*[C/C++]*
1. Auto-completion doesn't work when I put text quickly.
2. Auto-completion for standard header files(<...>) doesn't work when I remove 
and write it again.
3. When NetBeans is opened with C/C++ project or changing to C/C++ group, 'Run 
Project' button is disabled.

*[Java]*
1. I hope an option to active command prompt.(not floating 'Output' window)
2. Auto-completion for global variables and methods doesn't work.

*[General]*
1. Directory tree status isn't saved when restart NetBeans. Even I open some 
folders, IDE is always start with closed directory tree.
2. It would be better if auto-formatting for +spaces and braces+ is supported 
when I put a semicolon or press enter key.(like Visual Studio) It is hard to 
set my coding style with Options->Editor->Formatting option.
3. It would be better if there is a Project Group window dockable with Project 
browser.
4. Sometimes mark occurrence doesn't work correctly like attached image: There 
are same methods but some were not chosen.
5. Please make Welcome Page to be opened separately without other projects. And 
add an option to turn on/off Welcome Page. At first time I turn it off and I 
couldn't restore it anywhere.

I have more to write about but I'll end here. Since I am not an English user, 
so my expression may be slightly inaccurate. If so, I apologize.


> Code Formatting, UI and Overall Systems
> ---
>
> Key: NETBEANS-279
> URL: https://issues.apache.org/jira/browse/NETBEANS-279
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Formatting  Indentation, ide - UI
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Priority: Major
>  Labels: features
> Fix For: 9.0
>
> Attachments: highlighting.png
>
>
> Following are what I felt need improvements using NetBeans.
> *[C/C++]*
>  1. Auto-completion doesn't work when I put text quickly.
>  2. Auto-completion for standard header files(<...>) doesn't work when I 
> remove and write it again.
>  3. When NetBeans is opened with C/C++ project or changing to C/C++ group, 
> 'Run Project' button is disabled.
> *[Java]*
>  1. I hope an option to active command prompt.(not floating 'Output' window)
>  2. Auto-completion for global variables and methods doesn't work.
> *[General]*
>  1. Directory tree status isn't saved when restart NetBeans. Even I open some 
> folders, IDE is always start with closed directory tree.
>  2. It would be better if auto-formatting for +spaces and braces+ is 
> supported when I put a semicolon or press enter key.(like Visual Studio) It 
> is hard to set my coding style with Options->Editor->Formatting option.
>  3. It would be better if there is a Project Group window dockable with 
> Project browser.
>  4. Sometimes mark occurrence doesn't work correctly like attached image: 
> There are same methods but some were not chosen.
>  5. Please make Welcome Page to be opened separately without other projects. 
> And add an option to turn on/off Welcome Page. At first time I turn it off 
> and I couldn't restore it anywhere.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

[incubator-netbeans] branch master updated (d23e386 -> be4cced)

2018-01-15 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from d23e386  [NETBEANS-281] Add ASF license template (#367)
 add a44fa7c  ant update task is still calling finish-build. Returning it 
back and making it delegate to platform or nb one.
 new be4cced  Merge pull request #362 from JaroslavTulach/AntUpdate

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nbbuild/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" '].

-
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



[incubator-netbeans] 01/01: Merge pull request #362 from JaroslavTulach/AntUpdate

2018-01-15 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit be4cced4f46189e550f43a7d5f6dfbea89b2ea95
Merge: d23e386 a44fa7c
Author: Svatopluk Dedic 
AuthorDate: Mon Jan 15 09:05:35 2018 +0100

Merge pull request #362 from JaroslavTulach/AntUpdate

ant update was broken

 nbbuild/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" .

-
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