[jira] [Commented] (NETBEANS-3313) Can't delete gradle project

2020-02-10 Thread Steven Ingram (Jira)


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

Steven Ingram commented on NETBEANS-3313:
-

The PR acts as I would suspect.  These scenarios where tested:


 * Select the project via key or mouse and hit DEL key :  works as expected
 * Do a right click on the project and choose "delete" -> action is not there : 
action is there and delete works as expected
 * Go to the files window and choose delete :  The delete is in my "Edit" menu 
at the application menu level.  The delete works there as well.

Excellent work!

Steven

 

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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] [Closed] (NETBEANS-3856) Program doesn't run because it takes too long. Compiles successfully.

2020-02-10 Thread Aleksa Kocijasevic (Jira)


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

Aleksa Kocijasevic closed NETBEANS-3856.

Resolution: Not A Problem

Issue resolved!

> Program doesn't run because it takes too long. Compiles successfully.
> -
>
> Key: NETBEANS-3856
> URL: https://issues.apache.org/jira/browse/NETBEANS-3856
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Output Window
>Affects Versions: 11.2
> Environment: Windows 7 Professional, 64-bit Intel Core i7 1.6GHz
> Java JDK 13
>Reporter: Aleksa Kocijasevic
>Priority: Minor
> Attachments: IDE Log.txt, UI Log.txt
>
>
> This is a simple program, for my own practice, that uses only one method. It 
> compiles successfully but it doesn't run. More precisely, it starts running 
> but nothing appears in the output window after that. It stops running after a 
> certain time has passed, probably due to a built-in time limit for the 
> execution of the program. This is the second program in a row to do that. My 
> machine is a little slow, so it is possible that that is the cause of the 
> problem, but the other earlier, more complicated programs work just fine.
>  
>  



--
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] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-02-10 Thread Ludovic HOCHET (Jira)


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

Ludovic HOCHET edited comment on NETBEANS-2842 at 2/10/20 11:50 PM:


I'd say critical as of JDK14

[http://openjdk.java.net/projects/jdk/14/]

[https://openjdk.java.net/jeps/367]

 

 Tried to (re)install the rainbow braces plugin:

java.io.IOException: CreateProcess error=2, Le fichier spécifié est introuvable
 at java.base/java.lang.ProcessImpl.create(Native Method)
 at java.base/java.lang.ProcessImpl.(ProcessImpl.java:483)
 at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:158)
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
Caused: java.io.IOException: Cannot run program 
"C:\softs\openjdk-openjfx-image\bin\unpack200.exe" (in directory 
"C:\Users\Ludovic\AppData\Roaming\NetBeans\dev\modules"): CreateProcess 
error=2, Le fichier spécifié est introuvable
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
[catch] at org.netbeans.updater.ModuleUpdater.unpack200(ModuleUpdater.java:567)
 at org.netbeans.updater.ModuleUpdater.unpack(ModuleUpdater.java:465)
 at org.netbeans.updater.ModuleUpdater.run(ModuleUpdater.java:117)


was (Author: lhochet):
I'd say critical as of JDK14

[http://openjdk.java.net/projects/jdk/14/]

[https://openjdk.java.net/jeps/367]

 

 

> Using of deprecated pack200 tool in nbm packaging
> -
>
> Key: NETBEANS-2842
> URL: https://issues.apache.org/jira/browse/NETBEANS-2842
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Reporter: Benjamin Graf
>Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
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-2842) Using of deprecated pack200 tool in nbm packaging

2020-02-10 Thread Ludovic HOCHET (Jira)


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

Ludovic HOCHET commented on NETBEANS-2842:
--

I'd say critical as of JDK14

[https://openjdk.java.net/jeps/367]

 

 

> Using of deprecated pack200 tool in nbm packaging
> -
>
> Key: NETBEANS-2842
> URL: https://issues.apache.org/jira/browse/NETBEANS-2842
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Reporter: Benjamin Graf
>Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
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] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-02-10 Thread Ludovic HOCHET (Jira)


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

Ludovic HOCHET edited comment on NETBEANS-2842 at 2/10/20 11:48 PM:


I'd say critical as of JDK14

[http://openjdk.java.net/projects/jdk/14/]

[https://openjdk.java.net/jeps/367]

 

 


was (Author: lhochet):
I'd say critical as of JDK14

[https://openjdk.java.net/jeps/367]

 

 

> Using of deprecated pack200 tool in nbm packaging
> -
>
> Key: NETBEANS-2842
> URL: https://issues.apache.org/jira/browse/NETBEANS-2842
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Reporter: Benjamin Graf
>Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
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] [Updated] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-02-10 Thread Ludovic HOCHET (Jira)


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

Ludovic HOCHET updated NETBEANS-2842:
-
Priority: Critical  (was: Minor)

> Using of deprecated pack200 tool in nbm packaging
> -
>
> Key: NETBEANS-2842
> URL: https://issues.apache.org/jira/browse/NETBEANS-2842
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Reporter: Benjamin Graf
>Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
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] [Created] (NETBEANS-3856) Program doesn't run because it takes too long. Compiles successfully.

2020-02-10 Thread Aleksa Kocijasevic (Jira)
Aleksa Kocijasevic created NETBEANS-3856:


 Summary: Program doesn't run because it takes too long. Compiles 
successfully.
 Key: NETBEANS-3856
 URL: https://issues.apache.org/jira/browse/NETBEANS-3856
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Output Window
Affects Versions: 11.2
 Environment: Windows 7 Professional, 64-bit Intel Core i7 1.6GHz
Java JDK 13
Reporter: Aleksa Kocijasevic
 Attachments: IDE Log.txt, UI Log.txt

This is a simple program, for my own practice, that uses only one method. It 
compiles successfully but it doesn't run. More precisely, it starts running but 
nothing appears in the output window after that. It stops running after a 
certain time has passed, probably due to a built-in time limit for the 
execution of the program. This is the second program in a row to do that. My 
machine is a little slow, so it is possible that that is the cause of the 
problem, but the other earlier, more complicated programs work just fine.

 

 



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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1155

2020-02-10 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/netbeans-website.git


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

commit 3a1b520c412c43e2ee5a73faaf6f1b41fd7fbb9d
Author: jenkins 
AuthorDate: Mon Feb 10 19:54:37 2020 +

Automated site publishing by Jenkins build 1155
---
 content/help/index.html  |   9 +
 content/jackpot/HintsFileFormat.html | 784 +++
 content/{help => jackpot}/index.html | 154 ---
 3 files changed, 865 insertions(+), 82 deletions(-)

diff --git a/content/help/index.html b/content/help/index.html
index 9a0835e..fa86364 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -85,6 +85,7 @@
 Learning Trails
 Other resources
 Apache NetBeans Wiki
+Java Declarative Refactorings
 Support
 
 
@@ -163,6 +164,14 @@ The learning trails, tutorials, and related documentation 
are works in progress,
 
 
 
+Java Declarative Refactorings
+
+
+Documentation on how to declare and use Java Declarative Refactorings is here.
+
+
+
+
 Support
 
 
diff --git a/content/jackpot/HintsFileFormat.html 
b/content/jackpot/HintsFileFormat.html
new file mode 100644
index 000..3c291a8
--- /dev/null
+++ b/content/jackpot/HintsFileFormat.html
@@ -0,0 +1,784 @@
+
+
+
+
+
+
+
+Java Declarative Hints Language
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+https://fonts.googleapis.com/css?family=Open+Sans:400,700"; 
rel="stylesheet"> 
+
+
+
+
+
+
+
+
+
+Apache NetBeans
+
+
+
+ Apache NetBeans
+
+
+
+ Community 
+ Participate 
+ https://blogs.apache.org/netbeans/";>Blog
+ Get Help 
+ Plugins 
+ Download 
+
+
+
+
+
+
+
+
+
+
+Just released!
+Apache NetBeans 11.2
+Find out more
+
+
+
+
+
+Java Declarative Hints Language
+
+Basic Structure
+
+
+The rules file consists of any number of transformation rules.
+The rule is defined as follows:
+
+
+
+ 
+ => 
+ => 
+ ;;
+
+
+
+Each occurrence of  in the source code can be 
rewritten to one of the  s. For example, the 
following transformation rule:
+
+
+
+$1 == null
+ => null == $1
+ ;;
+
+
+
+will rewrite the following code:
+
+
+
+ if (a == null) {
+System.err.println("a is null");
+ }
+
+
+
+to:
+
+
+
+ if (null == a) {
+ System.err.println("a is null");
+ }
+
+
+
+Note: $1 is a variable, explained in the Variables section.
+
+
+Note: batch refactoring will typically use only the first applicable fix 
patterns of each applicable rule.
+
+
+
+
+Patterns
+
+
+The pattern is a Java expression, statement or several statements.
+All references to classes in the pattern need to be resolvable, i.e. either 
fully qualified names need to be used, or the custom import section must be 
used (see Custom Imports).
+
+
+TODO: equivalence - static elements are checked only against themselves, 
blocks with
+one statement considered equivalent to single statement.
+
+
+Note: variable declaration is a Java statement.
+
+
+
+
+Variables
+
+
+Variables start with the dollar sign ($). In the pattern, 
first occurrences of a variable is bound to the actual sub-tree that appears in 
the code. Second and following occurrences of the variable the actual sub-tree 
is verified against the subtree bound to the variable. The pattern occurs in 
the text only if the actual sub-tree matches the sub-tree bound to the 
variable. In the fix pattern, all occurrences of the variables are replaced 
with the tree(s) bound to the respe [...]
+
+
+The forms of the variables are:
+
+
+
+$[a-zA-Z0-1_]+
+
+any expression
+
+$[a-zA-Z0-1_]+;
+
+any statement
+
+$[a-zA-Z0-1_]+$
+
+any number of sub-trees (except statements - see next definition)
+
+$[a-zA-Z0-1_]+$;
+
+any number of statements
+
+$_
+
+for patterns undefined, for fixes and conditions automatically bound to the 
current matched region
+
+$$[a-zA-Z0-1_]+
+
+reserved — do not use
+
+
+
+
+Repeating Variables
+
+The same variable can appear multiple times in the pattern. The pattern 
will match if and only if all parts of the subject tree that correspond to the 
variable occurrences are "the same". Two trees are "the same", if they have the 
same structure and each of the two corresponding tree node refers to the same 
element. Exceptions:
+* single statement and a block with single statement are equivalent provided 
the statements are equivalent
+* implicit "this." may be omitted
+
+
+So, for example, the following pattern will match all assignments that read 
and write to the same variable

[netbeans-website] branch master updated: Adding information on Jackpot 3.0.

2020-02-10 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9164690  Adding information on Jackpot 3.0.
9164690 is described below

commit 9164690a1633f9bf0d6bdae02463772e6a625036
Author: Jan Lahoda 
AuthorDate: Sun Feb 9 22:24:29 2020 +0100

Adding information on Jackpot 3.0.
---
 .../src/content/help/index.asciidoc|   5 +
 .../src/content/jackpot/HintsFileFormat.asciidoc   | 434 +
 .../src/content/jackpot/index.asciidoc |  93 +
 3 files changed, 532 insertions(+)

diff --git a/netbeans.apache.org/src/content/help/index.asciidoc 
b/netbeans.apache.org/src/content/help/index.asciidoc
index 6806782..2fb2c16 100644
--- a/netbeans.apache.org/src/content/help/index.asciidoc
+++ b/netbeans.apache.org/src/content/help/index.asciidoc
@@ -55,6 +55,11 @@ These other resources are available:
 
 Some parts of the NetBeans Wiki link:/wiki/index.asciidoc[have been ported], 
but need review.
 
+[[jackpot]]
+== Java Declarative Refactorings
+
+Documentation on how to declare and use Java Declarative Refactorings 
link:/jackpot/index.html[is here].
+
 [[support]]
 == Support
 
diff --git a/netbeans.apache.org/src/content/jackpot/HintsFileFormat.asciidoc 
b/netbeans.apache.org/src/content/jackpot/HintsFileFormat.asciidoc
new file mode 100644
index 000..831d13d
--- /dev/null
+++ b/netbeans.apache.org/src/content/jackpot/HintsFileFormat.asciidoc
@@ -0,0 +1,434 @@
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+
+= Java Declarative Hints Language
+:jbake-type: page
+:jbake-tags: main
+:jbake-status: published
+:keywords: Apache NetBeans, Jackpot
+:icons: font
+:description: Java Declarative Hints Language
+:source-highlighter: pygments
+
+== Basic Structure
+
+The rules file consists of any number of transformation rules.
+The rule is defined as follows:
+[source,java]
+
+ 
+ => 
+ => 
+ ;;
+
+
+Each occurrence of `` in the source code can be rewritten to one of 
the `` s. For example, the following transformation rule:
+[source,java]
+
+$1 == null
+ => null == $1
+ ;;
+
+
+will rewrite the following code:
+[source,java]
+
+ if (a == null) {
+System.err.println("a is null");
+ }
+
+to:
+[source,java]
+
+ if (null == a) {
+ System.err.println("a is null");
+ }
+
+
+Note: `$1` is a variable, explained in the <> section.
+
+Note: batch refactoring will typically use only the first applicable fix 
patterns of each applicable rule.
+
+== Patterns
+
+The pattern is a Java expression, statement or several statements.
+All references to classes in the pattern need to be resolvable, i.e. either 
fully qualified names need to be used, or the custom import section must be 
used (see <>).
+
+TODO: equivalence - static elements are checked only against themselves, 
blocks with
+one statement considered equivalent to single statement.
+
+Note: variable declaration is a Java statement.
+
+[[variables]]
+== Variables
+
+Variables start with the dollar sign (`$`). In the pattern, first occurrences 
of a variable is bound to the actual sub-tree that appears in the code. Second 
and following occurrences of the variable the actual sub-tree is verified 
against the subtree bound to the variable. The pattern occurs in the text only 
if the actual sub-tree matches the sub-tree bound to the variable. In the fix 
pattern, all occurrences of the variables are replaced with the tree(s) bound 
to the respective variables.
+
+The forms of the variables are:
+
+`$[a-zA-Z0-1_]+`::
+any expression
+`$[a-zA-Z0-1_]+;`::
+any statement
+`$[a-zA-Z0-1_]+$`::
+any number of sub-trees (except statements - see next definition)
+`$[a-zA-Z0-1_]+$;`::
+any number of statements
+`$_`::
+for patterns undefined, for fixes and conditions automatically bound to the 
current matched region
+`$$[a-zA-Z0-1_]+`::
+reserved -- do not use
+
+=== Repeating Variables
+
+The same variable can appear multiple times in the pattern. The pattern will 
match if and only if all parts of the s

[jira] [Commented] (NETBEANS-3313) Can't delete gradle project

2020-02-10 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3313:
---

Calling clean action is a nice to have feature before deleting a project, that 
shall remove those files things that are created outside of the project folder. 
While the 9x% of the cases there are no such things. But some leftovers can 
cause some real headache. I had something like that the other day when some 
leftover jars were read and made creepy issues in an application.

I do not think deleting a project shall be a top performer action in the IDE-s

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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-3313) Can't delete gradle project

2020-02-10 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-3313:
--

> Just a note on the PR. It does a bit more than originally required by calling 
> gradle clean before the removal of the project folder. That makes it more 
> complicated (changes in the executor packages). The basic implementation 
> would be the DeleteOperationOmpl, and a few hooks on the action processing.

But why? Just deleting should delete the folder/project immediately if possible 
like in a normal operating system deletion. The other stuff is not necessary 
for the user what happens in the background. It should be hidden. Why you need 
to clean or to call another action? The clean and other stuff, etc. is what it 
makes unnatural to delete just a projectfolder. In maven or ant, it took some 
seconds due to those extra actions. If I delete the gradle project or maven 
project from the Operating System w/o using NetBeans or any other IDE, it will 
be deleted immediately.

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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-3313) Can't delete gradle project

2020-02-10 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3313:
---

Just a note on the PR. It does a bit more than originally required by calling 
gradle clean before the removal of the project folder. That makes it more 
complicated (changes in the executor packages). The basic implementation would 
be the DeleteOperationOmpl, and a few hooks on the action processing.

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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] [Updated] (NETBEANS-3816) web.xml edition wizard and xml validation options are missing for 4.0 xml schema versions

2020-02-10 Thread Jira


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

Jose Ramón Balsas updated NETBEANS-3816:

Affects Version/s: 11.0

> web.xml edition wizard and xml validation options are missing for 4.0 xml 
> schema versions
> -
>
> Key: NETBEANS-3816
> URL: https://issues.apache.org/jira/browse/NETBEANS-3816
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0, 11.2
> Environment: MacOS 10.13.6
> openjdk version "11.0.5" 2019-10-15
> OpenJDK Runtime Environment (build 11.0.5+10)
> OpenJDK 64-Bit Server VM (build 11.0.5+10, mixed mode)
>Reporter: Jose Ramón Balsas
>Priority: Major
> Attachments: missing_wizard_buttons.png, project_explorer.png
>
>
> If you open a web.xml file with schema version 4.0, nb editor does not allow 
> to use editor wizard for filling common elements, e.g. display name, pages, 
> security rules and so on. Also, context menu does not offer Check or Validate 
> XML options. In fact, project browser show it with a different icon (blue 
> circle with D char inside).
> *Affected file schema file*
> 
> http://xmlns.jcp.org/xml/ns/javaee";
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
> http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd";
>  version="4.0">
> ...
> *Workaround*
> Change schema version, close and reopen proyect (without reopening, nb does 
> not detect the new schema version). E.g. old schema version
> 
> http://java.sun.com/xml/ns/javaee"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
> ...
> *Steps to reproduce*
> 1.- Create a new web application project: java with maven --> web application 
> project
> 2.- Open web.xml in WEB-INF
> 3.- NB editor does not show wizard buttons to edit common elements, e.g. 
> General, Servlets, Filters, ...



--
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] [Updated] (NETBEANS-3819) ClassCastException when opening code completion assistant from C++ class module implementation (.cpp)

2020-02-10 Thread Jira


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

Jose Ramón Balsas updated NETBEANS-3819:

Description: 
h2. Steps to reproduce
 # Create C/C++ project application (using C/CPP++ plugin from nb 8.2 plugin 
repos)
 # Create C++ class module with nb assistant
 # Add a public method header to class definition in header file, e.g. int 
method();
 # Change to class .cpp file
 # Place cursor out of any method
 # Press Ctrl+Space to open completion. "Please wait" tip appear but dropdown 
list does not appear and ClassCastException is generated

h2. Results expected

Global identificator dropdown list should appear for selecting unimplemented 
method and create skeleton implementation. However, *if all class methods are 
implemented*, dropdown list works as expected.
h2. Other versions support:
 * NB 8.2, works as expected
 * NB 11.0 LTS, works as expected

 

 

  was:
h2. Steps to reproduce
 # Create C/C++ project application (using C/CPP++ plugin from nb 8.2 plugin 
repos)
 # Create C++ class module with nb assistant
 # Add a public method header to class definition in header file, e.g. int 
method();
 # Change to class .cpp file
 # Place cursor out of any method
 # Press Ctrl+Space to open completion. "Please wait" tip appear but dropdown 
list does not appear and ClassCastException is generated

h2. Results expected

Global identificator dropdown list should appear for selecting unimplemented 
method and create skeleton implementation. However, *if all class methods are 
implemented*, dropdown list works as expected.

 

Environment: 
Tested in Ubuntu 19 and MacOS 10.13.6
OpenJDK 11.0.5

> ClassCastException when opening code completion assistant from C++ class 
> module implementation (.cpp)
> -
>
> Key: NETBEANS-3819
> URL: https://issues.apache.org/jira/browse/NETBEANS-3819
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 11.2
> Environment: Tested in Ubuntu 19 and MacOS 10.13.6
> OpenJDK 11.0.5
>Reporter: Jose Ramón Balsas
>Priority: Major
> Attachments: completion_tip.png
>
>
> h2. Steps to reproduce
>  # Create C/C++ project application (using C/CPP++ plugin from nb 8.2 plugin 
> repos)
>  # Create C++ class module with nb assistant
>  # Add a public method header to class definition in header file, e.g. int 
> method();
>  # Change to class .cpp file
>  # Place cursor out of any method
>  # Press Ctrl+Space to open completion. "Please wait" tip appear but dropdown 
> list does not appear and ClassCastException is generated
> h2. Results expected
> Global identificator dropdown list should appear for selecting unimplemented 
> method and create skeleton implementation. However, *if all class methods are 
> implemented*, dropdown list works as expected.
> h2. Other versions support:
>  * NB 8.2, works as expected
>  * NB 11.0 LTS, works as expected
>  
>  



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



[netbeans] branch master updated (7e28dd9 -> 3139141)

2020-02-10 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/netbeans.git.


from 7e28dd9  [NETBEANS-3769] Use WindowsNotifier not NIO2. Avoids dangling 
directory refs
 add 3139141  Heapview FlatLaF alternative colors

No new revisions were added by this update.

Summary of changes:
 .../org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties   | 13 -
 .../src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties   |  4 
 2 files changed, 4 insertions(+), 13 deletions(-)


-
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



[netbeans] branch master updated (4fb96a6 -> 7e28dd9)

2020-02-10 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/netbeans.git.


from 4fb96a6  [NETBEANS-3818] Gradle Projects Generation Update
 add 7e28dd9  [NETBEANS-3769] Use WindowsNotifier not NIO2. Avoids dangling 
directory refs

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/masterfs/watcher/windows/WindowsNotifier.java| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


-
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



[netbeans] branch master updated (4afe7ee -> 4fb96a6)

2020-02-10 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/netbeans.git.


from 4afe7ee  Merge pull request #1938 from lkishalmi/NETBEANS-3600
 add 4fb96a6  [NETBEANS-3818] Gradle Projects Generation Update

No new revisions were added by this update.

Summary of changes:
 .../gradle/java/newproject/SimpleApplicationProjectWizard.java | 2 +-
 .../modules/gradle/java/newproject/SimpleLibraryProjectWizard.java | 4 ++--
 .../gradle/javaee/web/newproject/ServerSelectionPanelVisual.java   | 7 +++
 .../gradle/javaee/web/newproject/WebApplicationProjectWizard.java  | 2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)


-
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-3263) renaming a method throws java.util.ConcurrentModificationException

2020-02-10 Thread Thomas Kellerer (Jira)


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

Thomas Kellerer commented on NETBEANS-3263:
---

I got this exception again with 11.3-beta2, after uninstalling nb-javac 
(disabling is not enough), it's working again
{noformat}
INFO [org.netbeans.modules.refactoring.spi.impl.ParametersPanel]: 
org.netbeans.modules.refactoring.api.AbstractRefactoring$ProgressL@586aa626 
called start multiple times
SEVERE [org.openide.util.Exceptions]
java.util.ConcurrentModificationException
at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1139)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.getParameterName(ParameterNameProviderImpl.java:130)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$1.invoke(ParameterNameProviderImpl.java:90)
at com.sun.proxy.$Proxy60.getParameterName(Unknown Source)
at 
com.sun.tools.javac.code.MissingInfoHandler.getParameterName(MissingInfoHandler.java:63)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1746)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1731)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$2.lambda$visitMethod$0(ParameterNameProviderImpl.java:142)
at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at 
java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at 
java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$2.visitMethod(ParameterNameProviderImpl.java:142)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$2.visitMethod(ParameterNameProviderImpl.java:138)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:914)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
at com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:188)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:822)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:114)
at 
com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:145)
at 
com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:603)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.lambda$null$0(ParameterNameProviderImpl.java:146)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
at 
org.n

[jira] [Updated] (NETBEANS-3855) Scanner input not working in jshell

2020-02-10 Thread Jira


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

ΣΤΡΑΤΑΚΗΣ ΞΕΝΟΦΩΝ updated NETBEANS-3855:

Description: 
I tried this in netbeans 11.2 (tools-->open java platform shell)
   {{[1]-> Scanner a=new Scanner(System.in);}}
{{ [2]-> System.out.print("give number=");}}
 {{ [3]-> a.nextLine();}}

 i can see the output window but i can not enter values.\{{}}

  was:
I tried this in netbeans 11.2 (tools-->open java platform shell)
 {{[1]-> Scanner a=new Scanner(System.in);}}
{{|  a ==> java.util.Scanner[delimiters=\p{javaWhitespace}+][position=0][match 
valid=fa ...}}
{{[2]-> System.out.print("give number=");}}
{{[3]-> a.nextLine();}}
{{}}
i can see the output window but i can not enter values.{{}}


> Scanner input not working in jshell
> ---
>
> Key: NETBEANS-3855
> URL: https://issues.apache.org/jira/browse/NETBEANS-3855
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JShell
>Affects Versions: 11.2
> Environment: windows 10 64bit
>Reporter: ΣΤΡΑΤΑΚΗΣ ΞΕΝΟΦΩΝ
>Priority: Critical
> Attachments: bug1.jpg
>
>
> I tried this in netbeans 11.2 (tools-->open java platform shell)
>    {{[1]-> Scanner a=new Scanner(System.in);}}
> {{ [2]-> System.out.print("give number=");}}
>  {{ [3]-> a.nextLine();}}
>  i can see the output window but i can not enter values.\{{}}



--
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] [Updated] (NETBEANS-3855) Scanner input not working in jshell

2020-02-10 Thread Jira


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

ΣΤΡΑΤΑΚΗΣ ΞΕΝΟΦΩΝ updated NETBEANS-3855:

Description: 
I tried this in netbeans 11.2 (tools-->open java platform shell)
    {{[1]-> Scanner a=new Scanner(System.in);}}
 {{ [2]-> System.out.print("give number=");}}
 {{ [3]-> a.nextLine();}}

i can see the output window but i can not enter values.

  was:
I tried this in netbeans 11.2 (tools-->open java platform shell)
   {{[1]-> Scanner a=new Scanner(System.in);}}
{{ [2]-> System.out.print("give number=");}}
 {{ [3]-> a.nextLine();}}

 i can see the output window but i can not enter values.\{{}}


> Scanner input not working in jshell
> ---
>
> Key: NETBEANS-3855
> URL: https://issues.apache.org/jira/browse/NETBEANS-3855
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JShell
>Affects Versions: 11.2
> Environment: windows 10 64bit
>Reporter: ΣΤΡΑΤΑΚΗΣ ΞΕΝΟΦΩΝ
>Priority: Critical
> Attachments: bug1.jpg
>
>
> I tried this in netbeans 11.2 (tools-->open java platform shell)
>     {{[1]-> Scanner a=new Scanner(System.in);}}
>  {{ [2]-> System.out.print("give number=");}}
>  {{ [3]-> a.nextLine();}}
> i can see the output window but i can not enter values.



--
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] [Created] (NETBEANS-3855) Scanner input not working in jshell

2020-02-10 Thread Jira
ΣΤΡΑΤΑΚΗΣ ΞΕΝΟΦΩΝ created NETBEANS-3855:
---

 Summary: Scanner input not working in jshell
 Key: NETBEANS-3855
 URL: https://issues.apache.org/jira/browse/NETBEANS-3855
 Project: NetBeans
  Issue Type: Bug
  Components: java - JShell
Affects Versions: 11.2
 Environment: windows 10 64bit
Reporter: ΣΤΡΑΤΑΚΗΣ ΞΕΝΟΦΩΝ
 Attachments: bug1.jpg

I tried this in netbeans 11.2 (tools-->open java platform shell)
 {{[1]-> Scanner a=new Scanner(System.in);}}
{{|  a ==> java.util.Scanner[delimiters=\p{javaWhitespace}+][position=0][match 
valid=fa ...}}
{{[2]-> System.out.print("give number=");}}
{{[3]-> a.nextLine();}}
{{}}
i can see the output window but i can not enter values.{{}}



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



[netbeans] branch master updated: [NETBEANS-3600] Use gradle-wrapper.properties to determine if we have a wrapper in the project.

2020-02-10 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4184689  [NETBEANS-3600] Use gradle-wrapper.properties to determine if 
we have a wrapper in the project.
 new 4afe7ee  Merge pull request #1938 from lkishalmi/NETBEANS-3600
4184689 is described below

commit 4184689f37ae73895a105bce4c086596950268b3
Author: Laszlo Kishalmi 
AuthorDate: Sat Feb 8 15:59:56 2020 -0800

[NETBEANS-3600] Use gradle-wrapper.properties to determine if we have a 
wrapper in the project.
---
 groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleFiles.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleFiles.java 
b/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleFiles.java
index 28679ec..7064045 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleFiles.java
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleFiles.java
@@ -139,10 +139,10 @@ public final class GradleFiles implements Serializable {
 }
 
 private void searchWrapper() {
-File w = new File(rootDir, Utilities.isWindows() ? "gradlew.bat" : 
"gradlew");
+File w = new File(rootDir, WRAPPER_PROPERTIES);
 if (w.isFile()) {
-gradlew = w;
-wrapperProperties = new File(rootDir, WRAPPER_PROPERTIES);
+gradlew = new File(rootDir, Utilities.isWindows() ? "gradlew.bat" 
: "gradlew");
+wrapperProperties = w;
 }
 }
 


-
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-3313) Can't delete gradle project

2020-02-10 Thread Steven Ingram (Jira)


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

Steven Ingram commented on NETBEANS-3313:
-

I got too busy with my full time gig to fully address this issue.  I did spend 
time on it, and I got a better understanding of the IDE dev process.   I'm glad 
[~lkishalmi] got a chance to fix it and a total dev  time of 10 minutes is 
beyond me :) .  I will, at the least, check out the PR tonight and give it a 
whirl, if the PR is not closed by then.

cheers,

Steven

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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] [Updated] (NETBEANS-3828) Branch master to release branch

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-3828:
---
Summary: Branch master to release branch  (was: CLONE - Branch master to 
release branch)

> Branch master to release branch
> ---
>
> Key: NETBEANS-3828
> URL: https://issues.apache.org/jira/browse/NETBEANS-3828
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>
> Create a release branch from master. Branch name is release followed by the 
> version number excluding the dot
> eg.
> Apache NetBeans 11.0 - release110
> Apache NetBeans 11.1 - release111
> Apache NetBeans 12.0 - release120



--
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] [Created] (NETBEANS-3854) Update Json for release 113.

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3854:
--

 Summary: Update Json for release 113.
 Key: NETBEANS-3854
 URL: https://issues.apache.org/jira/browse/NETBEANS-3854
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Eric Barboni


Update 
https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json
to reflect all information needed, update center, apido version ...



--
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] [Assigned] (NETBEANS-3854) Update Json for release 113.

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3854:
--

Assignee: Eric Barboni

> Update Json for release 113.
> 
>
> Key: NETBEANS-3854
> URL: https://issues.apache.org/jira/browse/NETBEANS-3854
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>
> Update 
> https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json
> to reflect all information needed, update center, apido version ...



--
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] [Assigned] (NETBEANS-3851) CLONE - Snapshot of APIs for release

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3851:
--

Assignee: Eric Barboni  (was: Neil C Smith)

> CLONE - Snapshot of APIs for release
> 
>
> Key: NETBEANS-3851
> URL: https://issues.apache.org/jira/browse/NETBEANS-3851
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
>
> Creating this issue as a note for PR-1064.
> {code}
>  $ git checkout 11.0
>  $ ant clean; ant build
>  $ ant gen-sigtests-release
>  # I had to fix the nbbuild/build.xml a bit to make this work
>  $ git stash
>  $ git checkout master
>  $ git pull
>  $ git checkout -b SnapshotOfAPIsAsOfRelease110
>  $ git stash pop
>  $ git add .
>  $ git commit -m "Snapshot of APIs as of 
> 910bd74bf46d079e49925f702432c74d54ec705c"
> {code}



--
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] [Assigned] (NETBEANS-3840) CLONE - Check the Critical issues

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3840:
--

Assignee: Eric Barboni  (was: Neil C Smith)

> CLONE - Check the Critical issues
> -
>
> Key: NETBEANS-3840
> URL: https://issues.apache.org/jira/browse/NETBEANS-3840
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>
>  People often add critical issues to NetBeans if that's critical for their 
> workflow..
> Also ask the community help for resolving real critical issues.



--
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] [Assigned] (NETBEANS-3839) CLONE - Check the Blocker issues

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3839:
--

Assignee: Eric Barboni  (was: Neil C Smith)

> CLONE - Check the Blocker issues
> 
>
> Key: NETBEANS-3839
> URL: https://issues.apache.org/jira/browse/NETBEANS-3839
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>
> People often add blocker issues to NetBeans even if it is just their work is 
> blocked.
> At least before preparing for a release the blocker issues shall be 
> addressed. If real blockers are found without suitable resolution, ask for 
> help from the community.



--
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] [Assigned] (NETBEANS-3836) CLONE - Create first beta

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3836:
--

Assignee: Eric Barboni  (was: Neil C Smith)

> CLONE - Create first beta
> -
>
> Key: NETBEANS-3836
> URL: https://issues.apache.org/jira/browse/NETBEANS-3836
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>
> # Open PR between master and releaseXXX branch leading up to beta.
>  # Merge PR to release branch when ready.
>  # Add information and hash of beta under milestones in the release 
> properties at 
> [https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
>  # Commit of beta info should trigger new build of beta on Jenkins.
>  # Download and check build artefacts - make sure splash, etc. show correct 
> beta version.
>  # Email beta notification to dev@ and netcat@ lists, linking directly from 
> build artefacts on Jenkins.



--
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] [Deleted] (NETBEANS-3832) CLONE - Adjust Update Centers

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3832:
---


> CLONE - Adjust Update Centers
> -
>
> Key: NETBEANS-3832
> URL: https://issues.apache.org/jira/browse/NETBEANS-3832
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> -The update centers needs to be updated to the upcoming release.-
> Managed as part of the build templates - remove task for 11.3.



--
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] [Deleted] (NETBEANS-3827) CLONE - Update pluginimporter and upgrader tool to look for previous release

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3827:
---


> CLONE - Update pluginimporter and upgrader tool to look for previous release
> 
>
> Key: NETBEANS-3827
> URL: https://issues.apache.org/jira/browse/NETBEANS-3827
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java
> nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
> Shall be updated to look for the data directory of the previous release.



--
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] [Assigned] (NETBEANS-3828) CLONE - Branch master to release branch

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3828:
--

Assignee: Eric Barboni  (was: Neil C Smith)

> CLONE - Branch master to release branch
> ---
>
> Key: NETBEANS-3828
> URL: https://issues.apache.org/jira/browse/NETBEANS-3828
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>
> Create a release branch from master. Branch name is release followed by the 
> version number excluding the dot
> eg.
> Apache NetBeans 11.0 - release110
> Apache NetBeans 11.1 - release111
> Apache NetBeans 12.0 - release120



--
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] [Deleted] (NETBEANS-3833) CLONE - Update JavaDoc Generation

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3833:
---


> CLONE - Update JavaDoc Generation
> -
>
> Key: NETBEANS-3833
> URL: https://issues.apache.org/jira/browse/NETBEANS-3833
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> -Generated JavaDoc shall present the correct version numbers as well.-
> Managed in build configuration - remove task for 11.3.



--
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] [Deleted] (NETBEANS-3830) CLONE - Update currentVersion and main window title

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3830:
---


> CLONE - Update currentVersion and main window title
> ---
>
> Key: NETBEANS-3830
> URL: https://issues.apache.org/jira/browse/NETBEANS-3830
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> -There are 2 files needs to be updated with the correct currentVersion 
> property :-
>  * -{{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}-
>  * 
> -{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}-
> -There are 2 files where the main window title needs updating-
>  * 
> -{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}-
>  * 
> -{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}-
> -Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
> properties.-
> Now handled by build templates - remove task from 11.3 list.



--
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] [Deleted] (NETBEANS-3829) CLONE - Change the launcher settings for release

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3829:
---


> CLONE - Change the launcher settings for release
> 
>
> Key: NETBEANS-3829
> URL: https://issues.apache.org/jira/browse/NETBEANS-3829
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> # -Update the userdir path-
>  # -Remove assertion and console logging-
> Now handled by build templates - remove this task from NB 11.3 list.



--
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] [Deleted] (NETBEANS-3834) CLONE - Re-Configure the Release job on Jenkins

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3834:
---


> CLONE - Re-Configure the Release job on Jenkins
> ---
>
> Key: NETBEANS-3834
> URL: https://issues.apache.org/jira/browse/NETBEANS-3834
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> -There can be modules and clusters that won't be released as not passed the 
> license clearance.-
> -Make sure that the release job: [incubator-netbeans-release 
> [Jenkins]|https://builds.apache.org/job/incubator-netbeans-release/] follows 
> the new release branch and produce the right delivery packages.-
> Task no longer required - Jenkins job moved and based on release branches / 
> release properties configuration. Remove task for NB 11.3



--
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] [Updated] (NETBEANS-3826) Release NetBeans 11.3

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-3826:
---
Description: This is the task of releasing Apache NetBeans 11.3  (was: This 
is the task of releasing Apache NetBeans 11.2)

> Release NetBeans 11.3
> -
>
> Key: NETBEANS-3826
> URL: https://issues.apache.org/jira/browse/NETBEANS-3826
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Blocker
> Fix For: 11.2
>
>
> This is the task of releasing Apache NetBeans 11.3



--
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] [Deleted] (NETBEANS-3831) CLONE - Update Splash Screen Images and the KeyMap files.

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni deleted NETBEANS-3831:
---


> CLONE - Update Splash Screen Images and the KeyMap files.
> -
>
> Key: NETBEANS-3831
> URL: https://issues.apache.org/jira/browse/NETBEANS-3831
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> Task no longer required.



--
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] [Created] (NETBEANS-3832) CLONE - Adjust Update Centers

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3832:
--

 Summary: CLONE - Adjust Update Centers
 Key: NETBEANS-3832
 URL: https://issues.apache.org/jira/browse/NETBEANS-3832
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith


-The update centers needs to be updated to the upcoming release.-

Managed as part of the build templates - remove task for 11.3.



--
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] [Created] (NETBEANS-3829) CLONE - Change the launcher settings for release

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3829:
--

 Summary: CLONE - Change the launcher settings for release
 Key: NETBEANS-3829
 URL: https://issues.apache.org/jira/browse/NETBEANS-3829
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith


# -Update the userdir path-
 # -Remove assertion and console logging-

Now handled by build templates - remove this task from NB 11.3 list.



--
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] [Created] (NETBEANS-3849) CLONE - Send out release announcements

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3849:
--

 Summary: CLONE - Send out release announcements
 Key: NETBEANS-3849
 URL: https://issues.apache.org/jira/browse/NETBEANS-3849
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3847) CLONE - Release installers

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3847:
--

 Summary: CLONE - Release installers
 Key: NETBEANS-3847
 URL: https://issues.apache.org/jira/browse/NETBEANS-3847
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Reema Taneja






--
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] [Created] (NETBEANS-3843) CLONE - Close PMC Vote Thread

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3843:
--

 Summary: CLONE - Close PMC Vote Thread
 Key: NETBEANS-3843
 URL: https://issues.apache.org/jira/browse/NETBEANS-3843
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3840) CLONE - Check the Critical issues

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3840:
--

 Summary: CLONE - Check the Critical issues
 Key: NETBEANS-3840
 URL: https://issues.apache.org/jira/browse/NETBEANS-3840
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


 People often add critical issues to NetBeans if that's critical for their 
workflow..
Also ask the community help for resolving real critical issues.



--
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] [Created] (NETBEANS-3845) CLONE - Create a Location for Standard Distribution AUC

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3845:
--

 Summary: CLONE - Create a Location for Standard Distribution AUC
 Key: NETBEANS-3845
 URL: https://issues.apache.org/jira/browse/NETBEANS-3845
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith


Update the URL (eg. 
[http://netbeans-vm.apache.org/uc/11.0/|http://netbeans-vm.apache.org/uc/10.0/] 
) to contain catalog.xml and redirect to mirrors for release distribution.



--
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] [Created] (NETBEANS-3830) CLONE - Update currentVersion and main window title

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3830:
--

 Summary: CLONE - Update currentVersion and main window title
 Key: NETBEANS-3830
 URL: https://issues.apache.org/jira/browse/NETBEANS-3830
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


-There are 2 files needs to be updated with the correct currentVersion property 
:-
 * -{{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}-
 * 
-{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}-

-There are 2 files where the main window title needs updating-
 * 
-{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}-
 * 
-{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}-

-Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
properties.-

Now handled by build templates - remove task from 11.3 list.



--
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] [Created] (NETBEANS-3834) CLONE - Re-Configure the Release job on Jenkins

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3834:
--

 Summary: CLONE - Re-Configure the Release job on Jenkins
 Key: NETBEANS-3834
 URL: https://issues.apache.org/jira/browse/NETBEANS-3834
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


-There can be modules and clusters that won't be released as not passed the 
license clearance.-

-Make sure that the release job: [incubator-netbeans-release 
[Jenkins]|https://builds.apache.org/job/incubator-netbeans-release/] follows 
the new release branch and produce the right delivery packages.-

Task no longer required - Jenkins job moved and based on release branches / 
release properties configuration. Remove task for NB 11.3



--
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] [Created] (NETBEANS-3826) Release NetBeans 11.3

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3826:
--

 Summary: Release NetBeans 11.3
 Key: NETBEANS-3826
 URL: https://issues.apache.org/jira/browse/NETBEANS-3826
 Project: NetBeans
  Issue Type: Task
Affects Versions: 11.2
Reporter: Neil C Smith
Assignee: Neil C Smith
 Fix For: 11.2


This is the task of releasing Apache NetBeans 11.2



--
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] [Created] (NETBEANS-3846) CLONE - Release Maven artefacts

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3846:
--

 Summary: CLONE - Release Maven artefacts
 Key: NETBEANS-3846
 URL: https://issues.apache.org/jira/browse/NETBEANS-3846
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Eric Barboni






--
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] [Created] (NETBEANS-3848) CLONE - Archive the old release artifacts.

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3848:
--

 Summary: CLONE - Archive the old release artifacts.
 Key: NETBEANS-3848
 URL: https://issues.apache.org/jira/browse/NETBEANS-3848
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith


Archive the old release artefacts, remembering that LTS releases should remain 
current throughout the year, so there should be two active releases for 9 
months.



--
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] [Created] (NETBEANS-3827) CLONE - Update pluginimporter and upgrader tool to look for previous release

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3827:
--

 Summary: CLONE - Update pluginimporter and upgrader tool to look 
for previous release
 Key: NETBEANS-3827
 URL: https://issues.apache.org/jira/browse/NETBEANS-3827
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java

nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java

Shall be updated to look for the data directory of the previous release.



--
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] [Assigned] (NETBEANS-3826) Release NetBeans 11.3

2020-02-10 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3826:
--

Assignee: Eric Barboni  (was: Neil C Smith)

> Release NetBeans 11.3
> -
>
> Key: NETBEANS-3826
> URL: https://issues.apache.org/jira/browse/NETBEANS-3826
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Blocker
> Fix For: 11.2
>
>
> This is the task of releasing Apache NetBeans 11.2



--
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] [Created] (NETBEANS-3842) CLONE - Create PMC Vote Thread

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3842:
--

 Summary: CLONE - Create PMC Vote Thread
 Key: NETBEANS-3842
 URL: https://issues.apache.org/jira/browse/NETBEANS-3842
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3833) CLONE - Update JavaDoc Generation

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3833:
--

 Summary: CLONE - Update JavaDoc Generation
 Key: NETBEANS-3833
 URL: https://issues.apache.org/jira/browse/NETBEANS-3833
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith


-Generated JavaDoc shall present the correct version numbers as well.-

Managed in build configuration - remove task for 11.3.



--
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] [Created] (NETBEANS-3841) CLONE - Create voting candidate

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3841:
--

 Summary: CLONE - Create voting candidate
 Key: NETBEANS-3841
 URL: https://issues.apache.org/jira/browse/NETBEANS-3841
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith


Create the voting candidate (eg. NB 11.1-vc1), and sign and SVN commit relevant 
files to Apache dist/dev for voting.



--
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] [Created] (NETBEANS-3838) CLONE - Create third beta (if required)

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3838:
--

 Summary: CLONE - Create third beta (if required)
 Key: NETBEANS-3838
 URL: https://issues.apache.org/jira/browse/NETBEANS-3838
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3837) CLONE - Create second beta (if required)

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3837:
--

 Summary: CLONE - Create second beta (if required)
 Key: NETBEANS-3837
 URL: https://issues.apache.org/jira/browse/NETBEANS-3837
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3844) CLONE - Copy staged release artifacts to the release area.

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3844:
--

 Summary: CLONE - Copy staged release artifacts to the release area.
 Key: NETBEANS-3844
 URL: https://issues.apache.org/jira/browse/NETBEANS-3844
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3853) CLONE - Announce merge window is reopened on master.

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3853:
--

 Summary: CLONE - Announce merge window is reopened on master.
 Key: NETBEANS-3853
 URL: https://issues.apache.org/jira/browse/NETBEANS-3853
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith






--
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] [Created] (NETBEANS-3831) CLONE - Update Splash Screen Images and the KeyMap files.

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3831:
--

 Summary: CLONE - Update Splash Screen Images and the KeyMap files.
 Key: NETBEANS-3831
 URL: https://issues.apache.org/jira/browse/NETBEANS-3831
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


Task no longer required.



--
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] [Created] (NETBEANS-3839) CLONE - Check the Blocker issues

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3839:
--

 Summary: CLONE - Check the Blocker issues
 Key: NETBEANS-3839
 URL: https://issues.apache.org/jira/browse/NETBEANS-3839
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


People often add blocker issues to NetBeans even if it is just their work is 
blocked.

At least before preparing for a release the blocker issues shall be addressed. 
If real blockers are found without suitable resolution, ask for help from the 
community.



--
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] [Created] (NETBEANS-3828) CLONE - Branch master to release branch

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3828:
--

 Summary: CLONE - Branch master to release branch
 Key: NETBEANS-3828
 URL: https://issues.apache.org/jira/browse/NETBEANS-3828
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


Create a release branch from master. Branch name is release followed by the 
version number excluding the dot

eg.

Apache NetBeans 11.0 - release110
Apache NetBeans 11.1 - release111
Apache NetBeans 12.0 - release120



--
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] [Created] (NETBEANS-3850) CLONE - Update the website for the new release

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3850:
--

 Summary: CLONE - Update the website for the new release
 Key: NETBEANS-3850
 URL: https://issues.apache.org/jira/browse/NETBEANS-3850
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Antonio Vieiro






--
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] [Created] (NETBEANS-3836) CLONE - Create first beta

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3836:
--

 Summary: CLONE - Create first beta
 Key: NETBEANS-3836
 URL: https://issues.apache.org/jira/browse/NETBEANS-3836
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


# Open PR between master and releaseXXX branch leading up to beta.
 # Merge PR to release branch when ready.
 # Add information and hash of beta under milestones in the release properties 
at 
[https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
 # Commit of beta info should trigger new build of beta on Jenkins.
 # Download and check build artefacts - make sure splash, etc. show correct 
beta version.
 # Email beta notification to dev@ and netcat@ lists, linking directly from 
build artefacts on Jenkins.



--
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] [Created] (NETBEANS-3835) CLONE - Update the Snap package descriptor files

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3835:
--

 Summary: CLONE - Update the Snap package descriptor files
 Key: NETBEANS-3835
 URL: https://issues.apache.org/jira/browse/NETBEANS-3835
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Laszlo Kishalmi


We have new hi-res frame images use the 512x512 one for the icon

Update the version number in the snapcraft.yaml and the netbeans.desktop files

In order to have the best out of the box experience add the following options 
to netbeans.conf:

-J-Djdk.gtk.version=2.2 -J-Dawt.useSystemAAFontSettings=on 
-J-Dplugin.manager.install.global=false



--
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] [Created] (NETBEANS-3852) CLONE - Increment Spec Versions on Master Branch

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3852:
--

 Summary: CLONE - Increment Spec Versions on Master Branch
 Key: NETBEANS-3852
 URL: https://issues.apache.org/jira/browse/NETBEANS-3852
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
 Fix For: Next


Incrementing spec version of all modules in master, so that master modules are 
definitely "newer" than anything on the release branch.

{{Done by:}}
 {

{ ant increment-spec-versions}

}



--
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] [Created] (NETBEANS-3851) CLONE - Snapshot of APIs for release

2020-02-10 Thread Eric Barboni (Jira)
Eric Barboni created NETBEANS-3851:
--

 Summary: CLONE - Snapshot of APIs for release
 Key: NETBEANS-3851
 URL: https://issues.apache.org/jira/browse/NETBEANS-3851
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Neil C Smith
Assignee: Neil C Smith


Creating this issue as a note for PR-1064.

{code}
 $ git checkout 11.0
 $ ant clean; ant build
 $ ant gen-sigtests-release
 # I had to fix the nbbuild/build.xml a bit to make this work
 $ git stash
 $ git checkout master
 $ git pull
 $ git checkout -b SnapshotOfAPIsAsOfRelease110
 $ git stash pop
 $ git add .
 $ git commit -m "Snapshot of APIs as of 
910bd74bf46d079e49925f702432c74d54ec705c"
{code}



--
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] [Created] (NETBEANS-3825) NB-Javac Upgrade to JDK-14

2020-02-10 Thread Arunava Sinha (Jira)
Arunava Sinha created NETBEANS-3825:
---

 Summary: NB-Javac Upgrade to JDK-14
 Key: NETBEANS-3825
 URL: https://issues.apache.org/jira/browse/NETBEANS-3825
 Project: NetBeans
  Issue Type: Task
Affects Versions: 12.0
Reporter: Arunava Sinha
Assignee: Arunava Sinha


NB-11.3, currently is supported by nb-javac for JDK-13 .

Will upgrade nb-javac  to make it in sync with JDK-14

nb-javac link:  [https://hg.netbeans.org/main/nb-java-x]



--
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] [Updated] (NETBEANS-3746) [FlatLaF] Change theme for FlatLaF

2020-02-10 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-3746:
-
Component/s: (was: platform - Window System)
 ide - UI

> [FlatLaF] Change theme for FlatLaF
> --
>
> Key: NETBEANS-3746
> URL: https://issues.apache.org/jira/browse/NETBEANS-3746
> Project: NetBeans
>  Issue Type: New Feature
>  Components: ide - UI, platform - Options&Settings
> Environment: Product Version: Apache NetBeans IDE 11.1
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: Look&Feel, theme
> Attachments: flat-laf-changing-theme.gif
>
>
> As far as I know, there ia theming option for FlatLaF inside the FlatLaF 
> demo. See my screencapture for more info. So it is possible via JSON to theme 
> the LaF easy and restartless. IntelliJ is doing that and it works like a 
> charm.
> The problem of NetBeans changing LaF is you often need to restart, because 
> not all components are repainted correctly. But it seems that theming of 
> FlatLaF is independent from NetBeans.
> So it would be nice, if we can switch the FlatLaF theme easy via NetBeans as 
> it is possible in the FlatLaF demo which is located here: 
> https://github.com/JFormDesigner/FlatLaf
> I already asked here: https://github.com/JFormDesigner/FlatLaf/issues/29



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