[jira] [Updated] (NETBEANS-2044) Store Gradle project actions in gradle.properties

2019-02-01 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2044:
-
Labels: pull-request-available  (was: )

> Store Gradle project actions in gradle.properties
> -
>
> Key: NETBEANS-2044
> URL: https://issues.apache.org/jira/browse/NETBEANS-2044
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Be less intrustive, do not leave custom nb-actions.xml in the project root, 
> "hide" customized actions in gradle.properties



--
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] [Created] (NETBEANS-2045) toString() code generation improvements

2019-02-01 Thread Peter Steele (JIRA)
Peter Steele created NETBEANS-2045:
--

 Summary: toString() code generation improvements
 Key: NETBEANS-2045
 URL: https://issues.apache.org/jira/browse/NETBEANS-2045
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Editor
Reporter: Peter Steele


# Use Arrays.toString() for arrays such as int[]
 # Use Arrays.deepToString() for nested arrays such as int[][]
 # Use either of the above for collections, such as ArrayList and 
ArrayList
 # Allow the user to select fields from super classes that are visible.



--
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] [Created] (NETBEANS-2044) Store Gradle project actions in gradle.properties

2019-02-01 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2044:
-

 Summary: Store Gradle project actions in gradle.properties
 Key: NETBEANS-2044
 URL: https://issues.apache.org/jira/browse/NETBEANS-2044
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Be less intrustive, do not leave custom nb-actions.xml in the project root, 
"hide" customized actions in gradle.properties



--
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 (7815789 -> 0557538)

2019-02-01 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 7815789  Merge pull request #1115 from 
geertjanw/NETBEANS-2040]-maven-first
 new 0e64308  [NETBEANS-2012] Upgraded libraries for Gradle Java Coverage 
to support Java 11
 new 0557538  Fix test actions and action customizer.

The 2328 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:
 groovy/gradle.java/external/asm-7.0-license.txt| 38 ++
 groovy/gradle.java/external/binaries-list  |  5 ++-
 ...cense.txt => org.jacoco.core-0.8.3-license.txt} |  2 +-
 ...notice.txt => org.jacoco.core-0.8.3-notice.txt} |  2 +-
 groovy/gradle.java/nbproject/project.properties|  5 ++-
 groovy/gradle.java/nbproject/project.xml   | 14 +++-
 .../modules/gradle/java/action-mapping.xml |  4 +--
 .../gradle/actions/ReplaceTokenProviderMerger.java |  8 +++--
 .../gradle/api/execute/GradleCommandLine.java  |  1 +
 .../gradle/customizer/BuildActionsCustomizer.java  |  4 +--
 10 files changed, 72 insertions(+), 11 deletions(-)
 create mode 100644 groovy/gradle.java/external/asm-7.0-license.txt
 rename groovy/gradle.java/external/{org.jacoco.core-0.8.2-license.txt => 
org.jacoco.core-0.8.3-license.txt} (99%)
 rename groovy/gradle.java/external/{org.jacoco.core-0.8.2-notice.txt => 
org.jacoco.core-0.8.3-notice.txt} (61%)


-
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: [NETBEANS-2040] Maven first in New Project dialog

2019-02-01 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9b3eed2  [NETBEANS-2040] Maven first in New Project dialog
 new 7815789  Merge pull request #1115 from 
geertjanw/NETBEANS-2040]-maven-first
9b3eed2 is described below

commit 9b3eed220c3988b68634794e234c58a5126cda02
Author: Geertjan Wielenga 
AuthorDate: Fri Feb 1 15:34:51 2019 +0100

[NETBEANS-2040] Maven first in New Project dialog
---
 .../modules/apisupport/project/resources/layer.xml   |   8 +---
 .../project/ui/wizard/NewNbModuleWizardIterator.java |   2 +-
 .../netbeans/modules/cloud/amazon/resources/empty.war| Bin 0 -> 2002 bytes
 .../modules/j2ee/clientproject/ui/resources/layer.xml|   2 ++
 .../j2ee/clientproject/ui/wizards/Bundle.properties  |   4 ++--
 .../modules/j2ee/earproject/ui/resources/layer.xml   |   3 ++-
 .../modules/j2ee/earproject/ui/wizards/Bundle.properties |  12 ++--
 .../modules/j2ee/ejbjarproject/ui/resources/layer.xml|   2 ++
 .../j2ee/ejbjarproject/ui/wizards/Bundle.properties  |   4 ++--
 .../netbeans/modules/web/freeform/resources/layer.xml|   3 ++-
 .../netbeans/modules/web/project/ui/resources/layer.xml  |   3 ++-
 .../modules/web/project/ui/wizards/Bundle.properties |   6 +++---
 .../src/org/netbeans/modules/gradle/Bundle.properties|   1 +
 groovy/gradle/src/org/netbeans/modules/gradle/layer.xml  |   3 ++-
 .../modules/java/freeform/resources/Bundle.properties|   2 +-
 .../netbeans/modules/java/freeform/resources/layer.xml   |   4 ++--
 .../ui/wizards/NewJ2SEModularProjectWizardIterator.java  |   2 +-
 .../modules/java/j2seproject/ui/resources/desktop.html   |   2 +-
 .../modules/java/j2seproject/ui/resources/layer.xml  |   6 +++---
 .../java/j2seproject/ui/wizards/Bundle.properties|   2 +-
 .../ui/wizards/NewJ2SEProjectWizardIterator.java |   6 +++---
 .../netbeans/modules/maven/htmlui/DukeScriptWizard.java  |   4 ++--
 java/maven/src/org/netbeans/modules/maven/layer.xml  |   2 +-
 .../netbeans/modules/maven/newproject/Bundle.properties  |   2 +-
 .../modules/maven/newproject/MavenWizardIterator.java|   2 +-
 .../src/org/netbeans/modules/javafx2/project/layer.xml   |   2 ++
 26 files changed, 51 insertions(+), 38 deletions(-)

diff --git 
a/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/layer.xml
 
b/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/layer.xml
index 2b0ad2d..0557608 100644
--- 
a/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/layer.xml
+++ 
b/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/layer.xml
@@ -263,9 +263,11 @@
 
 
 
-
-
-
+
+
+
+
+
 
 
 
diff --git 
a/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/NewNbModuleWizardIterator.java
 
b/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/NewNbModuleWizardIterator.java
index 2043983..cc6239f 100644
--- 
a/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/NewNbModuleWizardIterator.java
+++ 
b/apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/NewNbModuleWizardIterator.java
@@ -52,7 +52,7 @@ import org.openide.util.NbBundle.Messages;
  */
 public class NewNbModuleWizardIterator implements 
WizardDescriptor.AsynchronousInstantiatingIterator {
 
-private static final String FOLDER = "Project/APISupport";
+private static final String FOLDER = "Project/AntJava/APISupport";
 private static final String MODULE_ICON = 
"org/netbeans/modules/apisupport/project/resources/module.png";
 private static final String SUITE_ICON = 
"org/netbeans/modules/apisupport/project/suite/resources/suite.png";
 
diff --git 
a/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/resources/empty.war
 
b/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/resources/empty.war
new file mode 100644
index 000..719f01f
Binary files /dev/null and 
b/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/resources/empty.war
 differ
diff --git 
a/enterprise/j2ee.clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/resources/layer.xml
 
b/enterprise/j2ee.clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/resources/layer.xml
index c12293f..fb27e53 100644
--- 
a/enterprise/j2ee.clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/resources/layer.xml
+++ 
b/enterprise/j2ee.clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/resources/layer.xml
@@ -24,6 +24,7 @@
 
 
 
+

[incubator-netbeans-html4j] branch master updated: Bugfixing behavior of subList().toArray

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 857a495  Bugfixing behavior of subList().toArray
857a495 is described below

commit 857a4959c4ed550e012bed25643ae51b4aac6c6b
Author: Jaroslav Tulach 
AuthorDate: Fri Feb 1 21:06:25 2019 +0100

Bugfixing behavior of subList().toArray
---
 .../java/org/netbeans/html/json/impl/SimpleList.java  |  4 ++--
 .../org/netbeans/html/json/impl/SimpleListTest.java   | 19 +++
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/json/src/main/java/org/netbeans/html/json/impl/SimpleList.java 
b/json/src/main/java/org/netbeans/html/json/impl/SimpleList.java
index 566397c..60b7f38 100644
--- a/json/src/main/java/org/netbeans/html/json/impl/SimpleList.java
+++ b/json/src/main/java/org/netbeans/html/json/impl/SimpleList.java
@@ -93,8 +93,8 @@ public class SimpleList implements List {
 if (a.length < to - from) {
 a = newArr(a, to - from);
 }
-for (int i = 0; i < size; i++) {
-a[i] = (T) arr[i + from];
+for (int i = from; i < to; i++) {
+a[i - from] = (T) arr[i];
 }
 return a;
 }
diff --git a/json/src/test/java/org/netbeans/html/json/impl/SimpleListTest.java 
b/json/src/test/java/org/netbeans/html/json/impl/SimpleListTest.java
index 58eee5a..60e06a0 100644
--- a/json/src/test/java/org/netbeans/html/json/impl/SimpleListTest.java
+++ b/json/src/test/java/org/netbeans/html/json/impl/SimpleListTest.java
@@ -104,6 +104,25 @@ public class SimpleListTest {
 }
 
 @Test(dataProvider = "lists")
+public void subListFromTwo(List list) {
+list.add(10);
+list.add(20);
+
+Number[] first = list.subList(0, 1).toArray(new Number[0]);
+assertEquals(1, first.length);
+assertEquals(10, first[0]);
+
+Number[] second = list.subList(1, 2).toArray(new Number[0]);
+assertEquals(1, second.length);
+assertEquals(20, second[0]);
+
+Number[] both = list.subList(0, 2).toArray(new Number[0]);
+assertEquals(2, both.length);
+assertEquals(10, both[0]);
+assertEquals(20, both[1]);
+}
+
+@Test(dataProvider = "lists")
 public void retainAllOnSubList(List list) {
 list.add(3);
 list.add(3.3f);


-
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-2040) Maven First in New Project Wizard

2019-02-01 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2040:
-
Labels: pull-request-available  (was: )

> Maven First in New Project Wizard
> -
>
> Key: NETBEANS-2040
> URL: https://issues.apache.org/jira/browse/NETBEANS-2040
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>
> Based on discussions here, and others referenced below:
> https://github.com/apache/incubator-netbeans/pull/1038
> Blocker for Apache NetBeans 11, i.e., we finally need to finalize this (and I 
> volunteer to update the tutorials on netbeans.apache.org) -- "Java with 
> Maven", "Java with Gradle", "Java with Ant", in that order, and with all 
> Java-related project templates organized into those three categories, i.e., 
> this means this is the end of the categories "Java Web", "Java EE", and 
> "NetBeans Modules", which will all be in "Java with Ant", where there'll be a 
> long list, just like has always been the case with the Maven category.



--
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] [Commented] (NETBEANS-2043) Make the opened tab list scrollable

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2043:
--

You can't see all entries, but there are more but out of the window.

> Make the opened tab list scrollable
> ---
>
> Key: NETBEANS-2043
> URL: https://issues.apache.org/jira/browse/NETBEANS-2043
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: small-screen
> Attachments: long-opened-documents-list.png
>
>
> I have > 27 tabs open, when I want to use the "Opened tab list" on the right 
> upper corner (The little triangle), it is as huge and even more huge than my 
> monitor. Please see my screenshot. So for this, it needs to be scrollable and 
> max height.



--
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] [Created] (NETBEANS-2043) Make the opened tab list scrollable

2019-02-01 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-2043:


 Summary: Make the opened tab list scrollable
 Key: NETBEANS-2043
 URL: https://issues.apache.org/jira/browse/NETBEANS-2043
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Window System
Affects Versions: Next
Reporter: Christian Lenz
 Attachments: long-opened-documents-list.png

I have > 27 tabs open, when I want to use the "Opened tab list" on the right 
upper corner (The little triangle), it is as huge and even more huge than my 
monitor. Please see my screenshot. So for this, it needs to be scrollable and 
max height.



--
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] [Updated] (NETBEANS-2042) Make JPopUp (Context menus) Scrollable

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-2042:
-
Labels: UX design small-screen  (was: )

> Make JPopUp (Context menus) Scrollable
> --
>
> Key: NETBEANS-2042
> URL: https://issues.apache.org/jira/browse/NETBEANS-2042
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: UX, design, small-screen
>
> If you are working on a not big laptop sometimes the amount of features 
> inside of the context menu, doesn't fit into the screen or is overloaded. 
> (Hardware is still powerful but other resolution and other window size: 
> http://www.browsercheck.me/de/report/gn4y8epgkxwggkk/)
> So for this, I prefer to change the behaviour of the JPopupMenu that it 
> should be scroll inside of it. See here a suggestion: 
> http://trelford.com/blog/image.axd?picture=ContextMenu_thumb.png
> VS Code also implemented it: 
> https://code.visualstudio.com/updates/v1_30#_scrolling-menus
> So they are implemented it not only for menus, as the description says. And I 
> think for NetBeans it doesn't matter whether it is a context menu, when you 
> right click or a menubar entry. Only guessing, that all of them are 
> JPopupMenus. If not, please let me know, then I will create a new ticket for 
> the menus too.



--
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] [Created] (NETBEANS-2042) Make JPopUp (Context menus) Scrollable

2019-02-01 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-2042:


 Summary: Make JPopUp (Context menus) Scrollable
 Key: NETBEANS-2042
 URL: https://issues.apache.org/jira/browse/NETBEANS-2042
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Window System
Affects Versions: Next
Reporter: Christian Lenz


If you are working on a not big laptop sometimes the amount of features inside 
of the context menu, doesn't fit into the screen or is overloaded. (Hardware is 
still powerful but other resolution and other window size: 
http://www.browsercheck.me/de/report/gn4y8epgkxwggkk/)

So for this, I prefer to change the behaviour of the JPopupMenu that it should 
be scroll inside of it. See here a suggestion: 
http://trelford.com/blog/image.axd?picture=ContextMenu_thumb.png

VS Code also implemented it: 
https://code.visualstudio.com/updates/v1_30#_scrolling-menus

So they are implemented it not only for menus, as the description says. And I 
think for NetBeans it doesn't matter whether it is a context menu, when you 
right click or a menubar entry. Only guessing, that all of them are 
JPopupMenus. If not, please let me know, then I will create a new ticket for 
the menus too.



--
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] [Commented] (NETBEANS-2042) Make JPopUp (Context menus) Scrollable

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2042:
--

An option to set the max height would be nice too.

> Make JPopUp (Context menus) Scrollable
> --
>
> Key: NETBEANS-2042
> URL: https://issues.apache.org/jira/browse/NETBEANS-2042
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: UX, design, small-screen
>
> If you are working on a not big laptop sometimes the amount of features 
> inside of the context menu, doesn't fit into the screen or is overloaded. 
> (Hardware is still powerful but other resolution and other window size: 
> http://www.browsercheck.me/de/report/gn4y8epgkxwggkk/)
> So for this, I prefer to change the behaviour of the JPopupMenu that it 
> should be scroll inside of it. See here a suggestion: 
> http://trelford.com/blog/image.axd?picture=ContextMenu_thumb.png
> VS Code also implemented it: 
> https://code.visualstudio.com/updates/v1_30#_scrolling-menus
> So they are implemented it not only for menus, as the description says. And I 
> think for NetBeans it doesn't matter whether it is a context menu, when you 
> right click or a menubar entry. Only guessing, that all of them are 
> JPopupMenus. If not, please let me know, then I will create a new ticket for 
> the menus too.



--
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] [Commented] (NETBEANS-2041) Sorting multi row tabs for the same project

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2041:
--

Either a new option or we should use the same option. Initially I wanted to 
create a bug, that this is not working, until I read the string again and again 
and I could remember, that this is the little list on the upper right, which is 
confusing, if someone doesn't know that feature. So I thought it is not working 
for the opened editor tabs. The context is also confusing, because it is below 
the coloring for same project checkbox which is working for the editor tabs.

So reusing this functionality for the list and the editor tabs would make much 
more sense and less confusing.

> Sorting multi row tabs for the same project
> ---
>
> Key: NETBEANS-2041
> URL: https://issues.apache.org/jira/browse/NETBEANS-2041
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: 10.0
>Reporter: Christian Lenz
>Priority: Major
>
> In Netbeans there is an option -> appearance to "sort opened documents list 
> by project". This is cool but it is only working for the opened documents 
> list, which is in the upper right, the little triangle.
> What I really like to have is to sort the open tabs to the same project. I 
> have > 27 tabs open and I use the colors to identify the tab to each project.
> For me I see:
> first row: yellow, yellow, violett, normal, blue,...
> second row: yellow, violett, violett
> An option to sort open tabs to the same project would expect this behaviour:
> first row: yellow, yellow, yellow, normal, blue
> second row: violett, violett, violett
> Regards
> Chris



--
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] [Updated] (NETBEANS-2041) Sorting multi row tabs for the same project

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-2041:
-
Affects Version/s: (was: 10.0)
   Next

> Sorting multi row tabs for the same project
> ---
>
> Key: NETBEANS-2041
> URL: https://issues.apache.org/jira/browse/NETBEANS-2041
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> In Netbeans there is an option -> appearance to "sort opened documents list 
> by project". This is cool but it is only working for the opened documents 
> list, which is in the upper right, the little triangle.
> What I really like to have is to sort the open tabs to the same project. I 
> have > 27 tabs open and I use the colors to identify the tab to each project.
> For me I see:
> first row: yellow, yellow, violett, normal, blue,...
> second row: yellow, violett, violett
> An option to sort open tabs to the same project would expect this behaviour:
> first row: yellow, yellow, yellow, normal, blue
> second row: violett, violett, violett
> Regards
> Chris



--
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] [Comment Edited] (NETBEANS-1802) Problem with loading a project which has 2 different project files

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-1802 at 2/1/19 12:21 PM:
---

Hey Jakub, thx for reporting. We moved the discussion over to the mailinglist: 
https://tinyurl.com/y8rbqsys


was (Author: chrizzly):
Hey Jakub, thx for reporting. We moved the discussion over to the mailinglist: 
https://lists.apache.org/thread.html/32d7950b2920abfeb57f5d29eead4adf9b80482a3018b60d75ccb2e0@

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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] [Comment Edited] (NETBEANS-1802) Problem with loading a project which has 2 different project files

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-1802 at 2/1/19 12:22 PM:
---

Hey [~jherkel], thx for reporting. We moved the discussion over to the 
mailinglist: https://tinyurl.com/y8rbqsys


was (Author: chrizzly):
Hey Jakub, thx for reporting. We moved the discussion over to the mailinglist: 
https://tinyurl.com/y8rbqsys

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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] [Commented] (NETBEANS-1802) Problem with loading a project which has 2 different project files

2019-02-01 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1802:
--

Hey Jakub, thx for reporting. We moved the discussion over to the mailinglist: 
https://lists.apache.org/thread.html/32d7950b2920abfeb57f5d29eead4adf9b80482a3018b60d75ccb2e0@

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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] [Commented] (NETBEANS-1802) Problem with loading a project which has 2 different project files

2019-02-01 Thread Jakub Herkel (JIRA)


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

Jakub Herkel commented on NETBEANS-1802:


I have a very similar problem. We have a web project that has a pom.xml. This 
pom contains only maven-frontend-plugin and maven-bundle-plugin that build a 
web project and pack it as an OSGI bundle. But because there is a pom.xml we 
cannot set HTML5 project, so now we have to use another IDE for web 
development. When I simple copy a whole directory somewhere else and delete 
pom.xml, everything works.

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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] [Commented] (NETBEANS-2034) Integrate the Git Toolbar plugin into the IDE

2019-02-01 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2034:


Sure, I though we take the responsability of the plugin.

> Integrate the Git Toolbar plugin into the IDE
> -
>
> Key: NETBEANS-2034
> URL: https://issues.apache.org/jira/browse/NETBEANS-2034
> Project: NetBeans
>  Issue Type: New Feature
>  Components: ide - UI, versioncontrol - Git
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> The Git Toolbar Plugin is quite popular, but it become unmaintained.
> [https://github.com/markiewb/nb-git-toolbar]
> With the [author's 
> approval|https://lists.apache.org/thread.html/1c044af72ffd99a2009a03cfca259e28bfe9410926ff3ebaec6f1607@%3Cdev.netbeans.apache.org%3E]
>  it is trivial to integrate it into the IDE.



--
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-website] branch asf-site updated: Automated site publishing by Jenkins build 581

2019-02-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 18ce650  Automated site publishing by Jenkins build 581
18ce650 is described below

commit 18ce650576766d95f9b8d94cf6612738b14a04c1
Author: jenkins 
AuthorDate: Fri Feb 1 09:30:58 2019 +

Automated site publishing by Jenkins build 581
---
 content/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index 2ff71e6..6cf6dc6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -156,7 +156,7 @@
 
 
  
Cross Platform
-Apache NetBeans can be http://localhost:8080/download/nb100/nb100.html;>installed on all 
operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. 
Write Once, Run Anywhere, applies to NetBeans too.
+Apache NetBeans can be installed 
on all operating systems that support Java, i.e, Windows, Linux, Mac OSX and 
BSD. Write Once, Run Anywhere, applies to NetBeans too.
 
 
  Join 
us


-
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-2039) Add run and debug action to Spring Boot Gradle projects

2019-02-01 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2039:
-
Labels: pull-request-available  (was: )

> Add run and debug action to Spring Boot Gradle projects
> ---
>
> Key: NETBEANS-2039
> URL: https://issues.apache.org/jira/browse/NETBEANS-2039
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>




--
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] [Updated] (NETBEANS-2031) Gradle ries to parse the version String as number "13-ea"

2019-02-01 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2031:
--
Labels: pull-request-available  (was: )

> Gradle ries to parse the version String as number "13-ea"
> -
>
> Key: NETBEANS-2031
> URL: https://issues.apache.org/jira/browse/NETBEANS-2031
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version:Apache NetBeans IDE Dev (Build 
> 20190131-cd48e225be0a)
> Java:13-ea; OpenJDK 64-Bit Server VM 13-ea+4
> Runtime:OpenJDK Runtime Environment 13-ea+4
> System:Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory:/Users/rami/Library/Application Support/NetBeans/dev
> Cache directory:/Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> (Gradle) Apache NetBeans IDE Dev git ID cd48e225be0a  doesn't seem to work 
> with EA versions of Java because it tries to parse the version String as 
> number (see Caused by: java.lang.NumberFormatException: For input string: " 
> 13-ea").
>  
>  
> {code:java}
> java.lang.NumberFormatException: For input string: "13-ea"
> at 
> java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
> at java.base/java.lang.Integer.parseInt(Integer.java:658)
> at java.base/java.lang.Integer.parseInt(Integer.java:776)
> at 
> org.netbeans.modules.gradle.GradleDistributionManager.(GradleDistributionManager.java:83)
> Caused: java.lang.ExceptionInInitializerError
> at org.netbeans.modules.gradle.GradleDaemon$Loader.run(GradleDaemon.java:63)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
> at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
> at org.netbeans.core.startup.NbStartStop.initialize(NbStartStop.java:64)
> at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:335)
> at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:77)
> at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:322)
> at org.openide.filesystems.FileUtil$2.run(FileUtil.java:412)
> at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
> at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
> at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:396)
> at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:416)
> at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:319)
> at org.netbeans.ModuleManager.enable(ModuleManager.java:1449)
> at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)
> at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)
> at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)
> at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
> at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
> at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
> at org.netbeans.core.startup.Main.start(Main.java:282)
> at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
> [catch] at java.base/java.lang.Thread.run(Thread.java:835){code}



--
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-website] branch asf-site updated: Automated site publishing by Jenkins build 579

2019-02-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 4c46ce7  Automated site publishing by Jenkins build 579
4c46ce7 is described below

commit 4c46ce70f95799f9207c2517ed22058d568b4af1
Author: jenkins 
AuthorDate: Fri Feb 1 08:51:20 2019 +

Automated site publishing by Jenkins build 579
---
 content/css/netbeans.css |  2 +-
 content/css/netbeans.css.map |  2 +-
 content/index.html   | 26 +++---
 3 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/content/css/netbeans.css b/content/css/netbeans.css
index 83f3389..d2fca79 100644
--- a/content/css/netbeans.css
+++ b/content/css/netbeans.css
@@ -1 +1 @@
-pre,code{font-family:Consolas,Menlo,Monaco,"IBM Plex Mono",Lucida 
Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier 
New,monospace,sans-serif}@media print, screen and (min-width: 
40em){.reveal,.reveal.tiny,.reveal.small,.reveal.large{right:auto;left:auto;margin:0
 auto}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss 
*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,foot
 [...]
+pre,code{font-family:Consolas,Menlo,Monaco,"IBM Plex Mono",Lucida 
Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier 
New,monospace,sans-serif}@media print, screen and (min-width: 
40em){.reveal,.reveal.tiny,.reveal.small,.reveal.large{right:auto;left:auto;margin:0
 auto}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss 
*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,foot
 [...]
diff --git a/content/css/netbeans.css.map b/content/css/netbeans.css.map
index 92dba69..942a8fb 100644
--- a/content/css/netbeans.css.map
+++ b/content/css/netbeans.css.map
@@ -154,5 +154,5 @@
"components/_video.scss"
],
"names": [],
-   "mappings": 
"GeyBA,,GAAG,CAAE,,IAAI,AAAC,CACN,WAAW,CAHI,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,CAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,UAAU,CAIlK,AHwIK,MAAM,CAAC,KAAK,EAAC,MAAM,MAAM,SAAS,EAAE,IAAI,E6EhB5C,AAvGA,OAuGO,CAAP,AAvGA,OAuGO,AAeL,KAAM,CAfR,AAvGA,OAuGO,AAgBL,MAAO,CAhBT,AAvGA,OAuGO,AAiBL,MAAO,AAxHQ,CACf,KAAK,CAAE,IAAI,CACX,IAAI,CAAE,IAAI,CACV,MAAM,CAAE,MAAM,CACf,CpEHD,iEAA
 [...]
+   "mappings": 
"GeyBA,,GAAG,CAAE,,IAAI,AAAC,CACN,WAAW,CAHI,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,CAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,UAAU,CAIlK,AHwIK,MAAM,CAAC,KAAK,EAAC,MAAM,MAAM,SAAS,EAAE,IAAI,E6EhB5C,AAvGA,OAuGO,CAAP,AAvGA,OAuGO,AAeL,KAAM,CAfR,AAvGA,OAuGO,AAgBL,MAAO,CAhBT,AAvGA,OAuGO,AAiBL,MAAO,AAxHQ,CACf,KAAK,CAAE,IAAI,CACX,IAAI,CAAE,IAAI,CACV,MAAM,CAAE,MAAM,CACf,CpEHD,iEAA
 [...]
 }
\ No newline at end of file
diff --git a/content/index.html b/content/index.html
index a180ea6..2ff71e6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -146,17 +146,29 @@
 The Smarter and Faster Way to 
Code
 
 
-
- Fast 
 Smart Editing
-Apache NetBeans is much more than a text editor. It highlights source code 
syntactically and semantically, lets you easily refactor code, with a range of 
handy and powerful tools.
+
+ Fast 
 Smart Editing
+Apache NetBeans is much more than a text editor. It highlights source code 
syntactically and 
semantically, lets you easily refactor code, with a 
range of handy and powerful tools.
 
-
+
  
Java, JavaScript, PHP, HTML5, CSS, and More
-Apache NetBeans provides editors, wizards, and templates to help you create 
applications in many languages.
+Apache NetBeans provides editors, wizards, and templates to help you create 
applications in Java, PHP and many other languages.
 
-
+
  
Cross Platform
-Apache NetBeans can be installed on all operating systems that support 
Java, i.e, Windows, Linux and Mac OSX. Write Once, Run Anywhere, applies to 
NetBeans too.
+Apache NetBeans can be http://localhost:8080/download/nb100/nb100.html;>installed on all 
operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. 
Write Once, Run Anywhere, applies to NetBeans too.
+
+
+ Join 
us
+Subscribe to our mailing lists, 
or follow us in https://twitter.com/netbeans;>Twitter, https://tinyurl.com/netbeans-slack-signup/;>Slack, https://www.facebook.com/NetBeans;>FaceBook or https://www.youtube.com/user/netbeansvideos;>YouTube.
+
+
+ 
Participate
+See how you can participate by submitting pull requests, or https://issues.apache.org/jira/projects/NETBEANS/summary;>filing 
issues.
+
+
+ 
Learn
+We are currently reviewing the tutorials. See how 

[jira] [Created] (NETBEANS-2040) Maven First in New Project Wizard

2019-02-01 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-2040:
---

 Summary: Maven First in New Project Wizard
 Key: NETBEANS-2040
 URL: https://issues.apache.org/jira/browse/NETBEANS-2040
 Project: NetBeans
  Issue Type: Task
Reporter: Geertjan Wielenga


Based on discussions here, and others referenced below:

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

Blocker for Apache NetBeans 11, i.e., we finally need to finalize this (and I 
volunteer to update the tutorials on netbeans.apache.org) -- "Java with Maven", 
"Java with Gradle", "Java with Ant", in that order, and with all Java-related 
project templates organized into those three categories, i.e., this means this 
is the end of the categories "Java Web", "Java EE", and "NetBeans Modules", 
which will all be in "Java with Ant", where there'll be a long list, just like 
has always been the case with the Maven category.



--
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-2031) Gradle ries to parse the version String as number "13-ea"

2019-02-01 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2031.
---
   Resolution: Fixed
Fix Version/s: 11.0

Thanks to [~jlahoda]'s PR, the fix is in master now.

> Gradle ries to parse the version String as number "13-ea"
> -
>
> Key: NETBEANS-2031
> URL: https://issues.apache.org/jira/browse/NETBEANS-2031
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version:Apache NetBeans IDE Dev (Build 
> 20190131-cd48e225be0a)
> Java:13-ea; OpenJDK 64-Bit Server VM 13-ea+4
> Runtime:OpenJDK Runtime Environment 13-ea+4
> System:Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory:/Users/rami/Library/Application Support/NetBeans/dev
> Cache directory:/Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.0
>
>
> (Gradle) Apache NetBeans IDE Dev git ID cd48e225be0a  doesn't seem to work 
> with EA versions of Java because it tries to parse the version String as 
> number (see Caused by: java.lang.NumberFormatException: For input string: " 
> 13-ea").
>  
>  
> {code:java}
> java.lang.NumberFormatException: For input string: "13-ea"
> at 
> java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
> at java.base/java.lang.Integer.parseInt(Integer.java:658)
> at java.base/java.lang.Integer.parseInt(Integer.java:776)
> at 
> org.netbeans.modules.gradle.GradleDistributionManager.(GradleDistributionManager.java:83)
> Caused: java.lang.ExceptionInInitializerError
> at org.netbeans.modules.gradle.GradleDaemon$Loader.run(GradleDaemon.java:63)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
> at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
> at org.netbeans.core.startup.NbStartStop.initialize(NbStartStop.java:64)
> at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:335)
> at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:77)
> at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:322)
> at org.openide.filesystems.FileUtil$2.run(FileUtil.java:412)
> at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
> at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
> at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:396)
> at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:416)
> at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:319)
> at org.netbeans.ModuleManager.enable(ModuleManager.java:1449)
> at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)
> at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)
> at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)
> at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
> at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
> at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
> at org.netbeans.core.startup.Main.start(Main.java:282)
> at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
> [catch] at java.base/java.lang.Thread.run(Thread.java:835){code}



--
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] [Created] (NETBEANS-2039) Add run and debug action to Spring Boot Gradle projects

2019-02-01 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2039:
-

 Summary: Add run and debug action to Spring Boot Gradle projects
 Key: NETBEANS-2039
 URL: https://issues.apache.org/jira/browse/NETBEANS-2039
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Reporter: Laszlo Kishalmi






--
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-website] branch master updated: Colorizing the home page

2019-02-01 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 16e6f7c  Colorizing the home page
 new 9e21493  Merge pull request #314 from vieiro/feature/homepage
16e6f7c is described below

commit 16e6f7ca65d781cbfe64eca1933b1a2f8e69d076
Author: Antonio Vieiro 
AuthorDate: Fri Feb 1 07:26:45 2019 +

Colorizing the home page
---
 netbeans.apache.org/src/content/index.asciidoc | 32 +-
 .../src/content/scss/components/_card.scss | 21 +-
 2 files changed, 45 insertions(+), 8 deletions(-)

diff --git a/netbeans.apache.org/src/content/index.asciidoc 
b/netbeans.apache.org/src/content/index.asciidoc
index 93a0f76..482824a 100644
--- a/netbeans.apache.org/src/content/index.asciidoc
+++ b/netbeans.apache.org/src/content/index.asciidoc
@@ -31,20 +31,38 @@
 [.text-center]
 === The Smarter and Faster Way to Code
 
+// See https://fontawesome.com/icons?d=gallery for more icons (not all of 
those are available, though)
+
 [.cards]
 
 
-[.card]
-.icon:users[] Fast & Smart Editing
-Apache NetBeans is much more than a text editor. It highlights source code 
syntactically and semantically, lets you easily refactor code, with a range of 
handy and powerful tools.
+// Add cards as you see fit below. Try not to repeat consecutive colors.
+
+[.card.blue]
+.icon:edit[] Fast & Smart Editing
+Apache NetBeans is much more than a text editor. It highlights source code 
link:/kb/docs/java/editor-codereference.html[syntactically and semantically], 
lets you easily link:/kb/docs/java/editor-inspect-transform.html[refactor 
code], with a range of handy and powerful tools.
 
-[.card]
+[.card.green]
 .icon:wrench[] Java, JavaScript, PHP, HTML5, CSS, and More
-Apache NetBeans provides editors, wizards, and templates to help you create 
applications in many languages.
+Apache NetBeans provides editors, wizards, and templates to help you create 
applications in link:/kb/docs/java/index.html[Java], 
link:/kb/docs/php/index.html[PHP] and many other languages.
 
-[.card]
+[.card.magenta]
 .icon:download[] Cross Platform
-Apache NetBeans can be installed on all operating systems that support Java, 
i.e, Windows, Linux and Mac OSX. Write Once, Run Anywhere, applies to NetBeans 
too.
+Apache NetBeans can be 
link:http://localhost:8080/download/nb100/nb100.html[installed] on all 
operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. 
Write Once, Run Anywhere, applies to NetBeans too.
+
+[.card.green]
+.icon:users[] Join us
+Subscribe to our link:/community/mailing-lists.html[mailing lists], or follow 
us in link:https://twitter.com/netbeans[Twitter], 
link:https://tinyurl.com/netbeans-slack-signup/[Slack], 
link:https://www.facebook.com/NetBeans[FaceBook] or 
link:https://www.youtube.com/user/netbeansvideos[YouTube].
+
+[.card.magenta]
+.icon:arrow-right[] Participate
+See how you can participate by link:/participate/submit-pr.html[submitting 
pull requests], or 
link:https://issues.apache.org/jira/projects/NETBEANS/summary[filing issues].
+
+[.card.blue]
+.icon:book[] Learn
+We are currently reviewing the tutorials. See how you can 
link:http://netbeans.apache.org/kb/docs/contributing.html[help us] review the 
link:http://netbeans.apache.org/kb/docs/java/[Java] and 
link:http://netbeans.apache.org/kb/docs/php/[PHP] tutorials.
+
+
 
 
 
diff --git a/netbeans.apache.org/src/content/scss/components/_card.scss 
b/netbeans.apache.org/src/content/scss/components/_card.scss
index 164e828..91bd8f4 100644
--- a/netbeans.apache.org/src/content/scss/components/_card.scss
+++ b/netbeans.apache.org/src/content/scss/components/_card.scss
@@ -29,10 +29,17 @@
 vertical-align: top;
 max-width: 16em;
 min-height: 10em;
-background-color: $nb-card-background;
+background-color: $nb-blue;
+color: #fff;
 margin: 0.5em;
 padding: 1em;
 
+a {
+color: #fff;
+text-decoration: underline;
+font-weight: bold;
+}
+
 .title {
 font-size: 130%;
 font-weight: bold;
@@ -40,3 +47,15 @@
 }
 }
 
+.paragraph.card.blue {
+background-color: $nb-blue;
+}
+
+.paragraph.card.green {
+background-color: $nb-green;
+}
+
+.paragraph.card.magenta {
+background-color: $nb-magenta;
+}
+


-
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-2039) Add run and debug action to Spring Boot Gradle projects

2019-02-01 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-2039:
-

Assignee: Laszlo Kishalmi

> Add run and debug action to Spring Boot Gradle projects
> ---
>
> Key: NETBEANS-2039
> URL: https://issues.apache.org/jira/browse/NETBEANS-2039
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>




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