[netbeans] branch master updated: Semantic highlight support for both the LSP client and Java LSP server.

2022-01-13 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.git


The following commit(s) were added to refs/heads/master by this push:
 new d2ae8ba  Semantic highlight support for both the LSP client and Java 
LSP server.
d2ae8ba is described below

commit d2ae8ba167c659458deca4a8cea3177af8450947
Author: Jan Lahoda 
AuthorDate: Fri Jan 14 07:22:39 2022 +0100

Semantic highlight support for both the LSP client and Java LSP server.
---
 ide/lsp.client/external/binaries-list  |6 +-
 ...-0.9.0-license.txt => lsp4j-0.12.0-license.txt} |4 +-
 ide/lsp.client/nbproject/project.properties|6 +-
 ide/lsp.client/nbproject/project.xml   |   12 +-
 .../netbeans/modules/lsp/client/LSPBindings.java   |   23 +-
 .../src/org/netbeans/modules/lsp/client/Utils.java |4 +
 .../lsp/client/bindings/BreadcrumbsImpl.java   |2 +-
 .../client/bindings/CompletionProviderImpl.java|8 +-
 .../modules/lsp/client/bindings/Formatter.java |8 +-
 .../lsp/client/bindings/LanguageClientImpl.java|   57 +
 .../lsp/client/bindings/MarkOccurrences.java   |3 +-
 .../lsp/client/bindings/SemanticHighlight.java |  207 
 .../TextDocumentSyncServerCapabilityHandler.java   |5 +
 .../refactoring/RefactoringActionsProvider.java|3 +-
 .../textmate/lexer/resources/fontsColors.xml   |   36 +
 .../modules/java/lsp/server/protocol/Server.java   |   23 +-
 .../server/protocol/TextDocumentServiceImpl.java   |  150 +++
 .../java/lsp/server/protocol/ServerTest.java   |   95 ++
 java/java.lsp.server/vscode/package-lock.json  | 1160 +++-
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |6 +-
 20 files changed, 1785 insertions(+), 33 deletions(-)

diff --git a/ide/lsp.client/external/binaries-list 
b/ide/lsp.client/external/binaries-list
index a8dc71e..c89b3b0 100644
--- a/ide/lsp.client/external/binaries-list
+++ b/ide/lsp.client/external/binaries-list
@@ -15,9 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
-4FF29B93C50F6768C9A73040AE818E96EB2E68DB 
org.eclipse.lsp4j:org.eclipse.lsp4j:0.9.0
-DA453B2A6C9BBD9369DE41365C59E88574EC1F0B 
org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.9.0
-1CF7FCE1E2F4DFA76C3B91E4C2D72EA0C6899945 
org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.9.0
+419B5181A4B2D054BF8FF764FCEB67DF09D87E7D 
org.eclipse.lsp4j:org.eclipse.lsp4j:0.12.0
+80607078CEB77F92C6BFEC3CDEC050D3222EFDFF 
org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.12.0
+8A80D1368F19A2F6E328E41B9BC68E53C628C68B 
org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.12.0
 751B324BED8C077BF6B7B8C2055595EB8C28509D 
org.eclipse.xtend:org.eclipse.xtend.lib:2.19.0
 F3626A047A3ABFA47CF62D76BDEF1D246F7985F6 
org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.19.0
 997BA9935D0069B3F1CD2F93B56B91D24E9C60A0 
org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.19.0
diff --git a/ide/lsp.client/external/lsp4j-0.9.0-license.txt 
b/ide/lsp.client/external/lsp4j-0.12.0-license.txt
similarity index 99%
rename from ide/lsp.client/external/lsp4j-0.9.0-license.txt
rename to ide/lsp.client/external/lsp4j-0.12.0-license.txt
index 208dfb7..7151ac5 100644
--- a/ide/lsp.client/external/lsp4j-0.9.0-license.txt
+++ b/ide/lsp.client/external/lsp4j-0.12.0-license.txt
@@ -1,10 +1,10 @@
 Name: Eclipse Language Server Protocol Library
 Origin: Eclipse
-Version: 0.9.0
+Version: 0.12.0
 License: EPL-v20
 URL: http://www.eclipse.org/
 Description: Eclipse Language Server Protocol Library
-Files: org.eclipse.lsp4j-0.9.0.jar org.eclipse.lsp4j.generator-0.9.0.jar 
org.eclipse.lsp4j.jsonrpc-0.9.0.jar
+Files: org.eclipse.lsp4j-0.12.0.jar org.eclipse.lsp4j.generator-0.12.0.jar 
org.eclipse.lsp4j.jsonrpc-0.12.0.jar
 
 Eclipse Public License - v 2.0
 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
diff --git a/ide/lsp.client/nbproject/project.properties 
b/ide/lsp.client/nbproject/project.properties
index f6a201b..f2bd513 100644
--- a/ide/lsp.client/nbproject/project.properties
+++ b/ide/lsp.client/nbproject/project.properties
@@ -18,9 +18,9 @@
 javac.source=1.8
 javac.compilerargs=-Xlint -Xlint:-serial
 javadoc.arch=${basedir}/arch.xml
-release.external/org.eclipse.lsp4j-0.9.0.jar=modules/ext/org.eclipse.lsp4j-0.9.0.jar
-release.external/org.eclipse.lsp4j.generator-0.9.0.jar=modules/ext/org.eclipse.lsp4j.generator-0.9.0.jar
-release.external/org.eclipse.lsp4j.jsonrpc-0.9.0.jar=modules/ext/org.eclipse.lsp4j.jsonrpc-0.9.0.jar
+release.external/org.eclipse.lsp4j-0.12.0.jar=modules/ext/org.eclipse.lsp4j-0.12.0.jar
+release.external/org.eclipse.lsp4j.generator-0.12.0.jar=modules/ext/org.eclipse.lsp4j.generator-0.12.0.jar

[jira] [Updated] (NETBEANS-5599) PHP 8.1 Support

2022-01-13 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-5599:
---
Description: 
[https://wiki.php.net/rfc#php_81]
 * [https://wiki.php.net/rfc/final_class_const]
 * [https://wiki.php.net/rfc/noreturn_type]
 * [https://wiki.php.net/rfc/readonly_properties_v2]
 * [https://wiki.php.net/rfc/new_in_initializers]
 * [https://wiki.php.net/rfc/pure-intersection-types]

  was:
[https://wiki.php.net/rfc#php_81]
 * [https://wiki.php.net/rfc/final_class_const]
 * [https://wiki.php.net/rfc/noreturn_type]
 * [https://wiki.php.net/rfc/readonly_properties_v2]
 * [https://wiki.php.net/rfc/new_in_initializers]


> PHP 8.1 Support
> ---
>
> Key: NETBEANS-5599
> URL: https://issues.apache.org/jira/browse/NETBEANS-5599
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h
>  Remaining Estimate: 0h
>
> [https://wiki.php.net/rfc#php_81]
>  * [https://wiki.php.net/rfc/final_class_const]
>  * [https://wiki.php.net/rfc/noreturn_type]
>  * [https://wiki.php.net/rfc/readonly_properties_v2]
>  * [https://wiki.php.net/rfc/new_in_initializers]
>  * [https://wiki.php.net/rfc/pure-intersection-types]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6388) Source->Inspect no longer works

2022-01-13 Thread ASF GitHub Bot (Jira)


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

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

> Source->Inspect no longer works
> ---
>
> Key: NETBEANS-6388
> URL: https://issues.apache.org/jira/browse/NETBEANS-6388
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: macOS Monterey.  Running NB 12.6 with Java 17.
>Reporter: Thomas Wolf
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that the deprecated FindBugs plugin support is causing the rest of 
> Source->Inspect not to work either.   Very easy to reproduce.
> When I try to define a configuration via the Source-Inspect… dialog, it lets 
> me define it and hit the “Inspect” button, but the results tab simply shows 
> “Required Plugin Missing” even when the configuration I’ve defined and run 
> uses the built-in “Netbeans Java Hints".  As a matter of fact, you don’t even 
> have to define a configuration - just select the “Default” one - which uses 
> the “Netbeans Java Hints” analyzer from the drop-down and hit “Inspect”.  
> You’ll still see (at least I do) the result of “Required Plugin Missing”.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4644) Netbeans crashes on hybernate.

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz commented on NETBEANS-4644:
---

[~pneves] Is this still a Problem? If so, could you please try out the latest 
Version of Netbeans and JDK, or else close this issue?

> Netbeans crashes on hybernate. 
> ---
>
> Key: NETBEANS-4644
> URL: https://issues.apache.org/jira/browse/NETBEANS-4644
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.0
> Environment: Mac OS Catalina, 10.15.5, MacBook Pro (Retina 15 inch 
> Late 2013) 
> Processor 2.3 GHZ Quad Core Intel Core I7 
> Memory 16BC 1600 MHZ DDR3
> Graphics NVIDIA GeForce GT 750M 2GB. 
> Intel Iris Pro 1536 MB 
>Reporter: Philip Neves
>Priority: Critical
>
> Whenever my computer goes into hybernate the IDE crashes.  The IDE locks up. 
> It doesn't even refresh the screen and redraw the UI.  When I go into the 
> force quite interface it says netbeans not responding.  And sometimes even my 
> finder application on some of my screens becomes unresponsive. I have move to 
> another screen to be able to get to the finder window. 
>  
> Sorry no logs available for this. But perhaps someone can reproduce it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4599) Texts of Nimbus look and feel does not follow --fontsize

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz closed NETBEANS-4599.
-

> Texts of Nimbus look and feel does not follow --fontsize
> 
>
> Key: NETBEANS-4599
> URL: https://issues.apache.org/jira/browse/NETBEANS-4599
> Project: NetBeans
>  Issue Type: Bug
>Reporter: aliSadeqi
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> I'm using latest Manjaro linux ,and I'm a new in netbeans.
>  
> I have tried all look and feels all of them work good except Nimbus ,when I 
> choose a font size like 17 (as my eyes weak to see smalls) some of texts 
> appear smaller than others .
>  
> the images placed into my question in stackoverflow 
> ([https://stackoverflow.com/questions/62846082/font-problem-on-java-look-and-feel-style-nimbus-in-netbeans)]
>  please check it out (other look and feels does not have this issue)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Resolved] (NETBEANS-4599) Texts of Nimbus look and feel does not follow --fontsize

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz resolved NETBEANS-4599.
---
Resolution: Won't Fix

This is a problem in the Nimbus LaF - which can't be fixed by us. Workaround: 
use an other LaF.

> Texts of Nimbus look and feel does not follow --fontsize
> 
>
> Key: NETBEANS-4599
> URL: https://issues.apache.org/jira/browse/NETBEANS-4599
> Project: NetBeans
>  Issue Type: Bug
>Reporter: aliSadeqi
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> I'm using latest Manjaro linux ,and I'm a new in netbeans.
>  
> I have tried all look and feels all of them work good except Nimbus ,when I 
> choose a font size like 17 (as my eyes weak to see smalls) some of texts 
> appear smaller than others .
>  
> the images placed into my question in stackoverflow 
> ([https://stackoverflow.com/questions/62846082/font-problem-on-java-look-and-feel-style-nimbus-in-netbeans)]
>  please check it out (other look and feels does not have this issue)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4599) Texts of Nimbus look and feel does not follow --fontsize

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz updated NETBEANS-4599:
--
Priority: Minor  (was: Critical)

> Texts of Nimbus look and feel does not follow --fontsize
> 
>
> Key: NETBEANS-4599
> URL: https://issues.apache.org/jira/browse/NETBEANS-4599
> Project: NetBeans
>  Issue Type: Bug
>Reporter: aliSadeqi
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> I'm using latest Manjaro linux ,and I'm a new in netbeans.
>  
> I have tried all look and feels all of them work good except Nimbus ,when I 
> choose a font size like 17 (as my eyes weak to see smalls) some of texts 
> appear smaller than others .
>  
> the images placed into my question in stackoverflow 
> ([https://stackoverflow.com/questions/62846082/font-problem-on-java-look-and-feel-style-nimbus-in-netbeans)]
>  please check it out (other look and feels does not have this issue)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4599) Texts of Nimbus look and feel does not follow --fontsize

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz commented on NETBEANS-4599:
---

Just for the record: User mentioned JDK 14 and version 12 on Manjaro, but this 
is present on  JDK 17 NB 12.6 on Windows also, and seems indeed a Problem with 
the Nimbus LaF.

I used --fontsize 18 on this one, but clearly sub menue entries and tree nodes 
don't scale the same as main menue, tab titles, and editor texts. 


!screenshot-1.png!

> Texts of Nimbus look and feel does not follow --fontsize
> 
>
> Key: NETBEANS-4599
> URL: https://issues.apache.org/jira/browse/NETBEANS-4599
> Project: NetBeans
>  Issue Type: Bug
>Reporter: aliSadeqi
>Priority: Critical
> Attachments: screenshot-1.png
>
>
> I'm using latest Manjaro linux ,and I'm a new in netbeans.
>  
> I have tried all look and feels all of them work good except Nimbus ,when I 
> choose a font size like 17 (as my eyes weak to see smalls) some of texts 
> appear smaller than others .
>  
> the images placed into my question in stackoverflow 
> ([https://stackoverflow.com/questions/62846082/font-problem-on-java-look-and-feel-style-nimbus-in-netbeans)]
>  please check it out (other look and feels does not have this issue)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4599) Texts of Nimbus look and feel does not follow --fontsize

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz updated NETBEANS-4599:
--
Attachment: screenshot-1.png

> Texts of Nimbus look and feel does not follow --fontsize
> 
>
> Key: NETBEANS-4599
> URL: https://issues.apache.org/jira/browse/NETBEANS-4599
> Project: NetBeans
>  Issue Type: Bug
>Reporter: aliSadeqi
>Priority: Critical
> Attachments: screenshot-1.png
>
>
> I'm using latest Manjaro linux ,and I'm a new in netbeans.
>  
> I have tried all look and feels all of them work good except Nimbus ,when I 
> choose a font size like 17 (as my eyes weak to see smalls) some of texts 
> appear smaller than others .
>  
> the images placed into my question in stackoverflow 
> ([https://stackoverflow.com/questions/62846082/font-problem-on-java-look-and-feel-style-nimbus-in-netbeans)]
>  please check it out (other look and feels does not have this issue)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6388) Source->Inspect no longer works

2022-01-13 Thread Thomas Wolf (Jira)
Thomas Wolf created NETBEANS-6388:
-

 Summary: Source->Inspect no longer works
 Key: NETBEANS-6388
 URL: https://issues.apache.org/jira/browse/NETBEANS-6388
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.6
 Environment: macOS Monterey.  Running NB 12.6 with Java 17.
Reporter: Thomas Wolf


It appears that the deprecated FindBugs plugin support is causing the rest of 
Source->Inspect not to work either.   Very easy to reproduce.

When I try to define a configuration via the Source-Inspect… dialog, it lets me 
define it and hit the “Inspect” button, but the results tab simply shows 
“Required Plugin Missing” even when the configuration I’ve defined and run uses 
the built-in “Netbeans Java Hints".  As a matter of fact, you don’t even have 
to define a configuration - just select the “Default” one - which uses the 
“Netbeans Java Hints” analyzer from the drop-down and hit “Inspect”.  You’ll 
still see (at least I do) the result of “Required Plugin Missing”.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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] (NETBEANSINFRA-259) Certificate expired on https://netbeans.apidesign.org/maven2/

2022-01-13 Thread Eduardo Quintanilla (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANSINFRA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17475762#comment-17475762
 ] 

Eduardo Quintanilla commented on NETBEANSINFRA-259:
---

It is working now

> Certificate expired on https://netbeans.apidesign.org/maven2/
> -
>
> Key: NETBEANSINFRA-259
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-259
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: Website - Infrastructure
>Reporter: Tomas Hartmann
>Priority: Major
>
> Hi, Certificate expired on [https://netbeans.apidesign.org/maven2/] a week 
> ago. 
> Thanks!
> Tomas



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4629) CJK(Chinese, Japanese, and Korean) text cannot be rendered in Editor

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz closed NETBEANS-4629.
-

> CJK(Chinese, Japanese, and Korean) text cannot be rendered in Editor
> 
>
> Key: NETBEANS-4629
> URL: https://issues.apache.org/jira/browse/NETBEANS-4629
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Text
>Affects Versions: 12.0, 11.3
>Reporter: KoKo
>Priority: Critical
> Attachments: image-2020-07-25-01-50-04-278.png, 
> image-2020-07-25-01-51-10-492.png
>
>
> If change the default font to other fonts, for example, Consolas, the CJK 
> text in comment and string literal cannot be rendered.
>  
> Take the CJK line comment below as example
> {code:java}
> // 汉字
> // あいうえお
> // 한국어{code}
>  
> In EditPlus, CJK characters are rendered well:
> !image-2020-07-25-01-50-04-278.png!  
> but in NetBeans, those characters cannot be recognized:
> !image-2020-07-25-01-51-10-492.png!
>  
>  I do not know other languages, but I guess this problem may happen as well.
>  I want the NetBeans to support CJK text rendering out of box, as opposed to 
> some workarounds.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Resolved] (NETBEANS-4629) CJK(Chinese, Japanese, and Korean) text cannot be rendered in Editor

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz resolved NETBEANS-4629.
---
Resolution: Not A Bug

Has to be fixed by installing additional fonts into the operating system or the 
JDK

> CJK(Chinese, Japanese, and Korean) text cannot be rendered in Editor
> 
>
> Key: NETBEANS-4629
> URL: https://issues.apache.org/jira/browse/NETBEANS-4629
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Text
>Affects Versions: 12.0, 11.3
>Reporter: KoKo
>Priority: Critical
> Attachments: image-2020-07-25-01-50-04-278.png, 
> image-2020-07-25-01-51-10-492.png
>
>
> If change the default font to other fonts, for example, Consolas, the CJK 
> text in comment and string literal cannot be rendered.
>  
> Take the CJK line comment below as example
> {code:java}
> // 汉字
> // あいうえお
> // 한국어{code}
>  
> In EditPlus, CJK characters are rendered well:
> !image-2020-07-25-01-50-04-278.png!  
> but in NetBeans, those characters cannot be recognized:
> !image-2020-07-25-01-51-10-492.png!
>  
>  I do not know other languages, but I guess this problem may happen as well.
>  I want the NetBeans to support CJK text rendering out of box, as opposed to 
> some workarounds.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-4629) CJK(Chinese, Japanese, and Korean) text cannot be rendered in Editor

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz commented on NETBEANS-4629:
---

Sorry, this can not be helped. This caused not by Netbeans or Java having a 
Problem with rendering, but by the selected font not having the glyphs for 
those characters. If you absolutely have to be able, to show next to any UTF-8 
Character invented, you are restricted to very few available fonts.

If necessary, you may add some additional into the list of your operating 
system. Make sure, your JDK is picking them up from there.

One place to look for a font capable of this is 
[https://fonts.google.com/noto,|https://fonts.google.com/noto], other ones are 
this [https://de.wikipedia.org/wiki/Source_Code_Pro] and this 
[https://de.wikipedia.org/wiki/Source_Sans_Pro]

> CJK(Chinese, Japanese, and Korean) text cannot be rendered in Editor
> 
>
> Key: NETBEANS-4629
> URL: https://issues.apache.org/jira/browse/NETBEANS-4629
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Text
>Affects Versions: 12.0, 11.3
>Reporter: KoKo
>Priority: Critical
> Attachments: image-2020-07-25-01-50-04-278.png, 
> image-2020-07-25-01-51-10-492.png
>
>
> If change the default font to other fonts, for example, Consolas, the CJK 
> text in comment and string literal cannot be rendered.
>  
> Take the CJK line comment below as example
> {code:java}
> // 汉字
> // あいうえお
> // 한국어{code}
>  
> In EditPlus, CJK characters are rendered well:
> !image-2020-07-25-01-50-04-278.png!  
> but in NetBeans, those characters cannot be recognized:
> !image-2020-07-25-01-51-10-492.png!
>  
>  I do not know other languages, but I guess this problem may happen as well.
>  I want the NetBeans to support CJK text rendering out of box, as opposed to 
> some workarounds.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-mavenutils-nbm-maven-plugin] branch master updated: Fix link to mavenized builds FAQs

2022-01-13 Thread jmborer
This is an automated email from the ASF dual-hosted git repository.

jmborer pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 0679de7  Fix link to mavenized builds FAQs
 new e8e4e65  Merge pull request #18 from oyarzun/oyarzun-patch-1
0679de7 is described below

commit 0679de769b1d1c6e7879010b6d823138a02363b3
Author: oyarzun 
AuthorDate: Tue Sep 7 09:23:19 2021 -0400

Fix link to mavenized builds FAQs
---
 src/site/apt/index.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 19827f0..2b812ac 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -31,7 +31,7 @@ an autoupdate site content or build and assemble an 
application on top of NetBea
 
  Note: The <<>> goal has been moved to it's own 
plugin {{{../nb-repository-plugin/index.html}nb-repository-plugin}}.
 
- Also see: 
{{{http://wiki.netbeans.org/NetBeansDeveloperFAQ#Mavenized_Builds}Maven NBM 
development FAQs}}
+ Also see: 
{{{https://netbeans.apache.org/wiki/DevFaqIndex.asciidoc#_mavenized_builds}Maven
 NBM development FAQs}}
 
  Sample <<>> excerpts for creation of a NetBeans module:
 

-
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-mavenutils-nbm-maven-plugin] branch master updated: Fixed missing Class-Path URL decoding reported in [NETBEANSINFRA-262]

2022-01-13 Thread jmborer
This is an automated email from the ASF dual-hosted git repository.

jmborer pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 54a7ef7  Fixed missing Class-Path URL decoding reported in 
[NETBEANSINFRA-262]
54a7ef7 is described below

commit 54a7ef76579bad62f4dce05e326fc93011b14a20
Author: Jean-Marc Borer 
AuthorDate: Thu Jan 13 21:05:49 2022 +

Fixed missing Class-Path URL decoding reported in [NETBEANSINFRA-262]
---
 .../java/org/apache/netbeans/nbm/CreateClusterAppMojo.java | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java 
b/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
index c47e2e8..fdb0ce9 100644
--- a/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
@@ -31,8 +31,10 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;
 import java.io.OutputStream;
+import java.io.UnsupportedEncodingException;
 
 import java.net.URL;
+import java.net.URLDecoder;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
@@ -371,7 +373,13 @@ public class CreateClusterAppMojo
   getModule() ) );
 if ( ex.getClasspath().length() > 
0 )
 { //MNBMODULE-220
-classPath = ex.getClasspath();
+try 
+{
+classPath = 
URLDecoder.decode(ex.getClasspath(), "UTF-8");
+} catch 
(UnsupportedEncodingException exception) 
+{
+throw new 
IllegalStateException(exception);
+}
 classpathRoot = 
fl.getParentFile();
 }
 }

-
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] (NETBEANSINFRA-262) Class-Path manifest entry not properly URL decoded

2022-01-13 Thread Jean-Marc Borer (Jira)
Jean-Marc Borer created NETBEANSINFRA-262:
-

 Summary: Class-Path manifest entry not properly URL decoded 
 Key: NETBEANSINFRA-262
 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-262
 Project: Apache NetBeans Infra
  Issue Type: Bug
  Components: MU - Apache NetBeans NBM maven plugin
Affects Versions: NBM Maven Plugin 4.6
Reporter: Jean-Marc Borer


Compilation of NB RCP apps lead to 

Could not resolve Class-Path item in 
org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path 
is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping


since the commit that changes this is here:

[https://github.com/apache/netbeans/commit/1b96b56ac3bfda8bd9b97f36c25901e84289cb23]

And is part of this:

[https://github.com/apache/netbeans/pull/2761]

 

${java.home} is now URL encoded in the manifest. According to 
[https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#classpath]

Every Class-Path are URLs and as such should be decoded accordingly and 
therefore the class CreateClusterAppMojo should be fixed:

lines 376 shall become:
      try 
      {
           classPath = URLDecoder.decode(ex.getClasspath(), "UTF-8");
       } catch (UnsupportedEncodingException exception) 
       {
           throw new IllegalStateException(exception);
       }



 

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6058) new maven action is disabled permanently

2022-01-13 Thread Jira


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

Arnaud Bourrée commented on NETBEANS-6058:
--

Workaround: creating action from "Run Maven > Goals..." works

> new maven action is disabled permanently
> 
>
> Key: NETBEANS-6058
> URL: https://issues.apache.org/jira/browse/NETBEANS-6058
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5, 12.6
> Environment: NB 12.5
> NB: open-jdk-17 / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>
> Newly created maven action in project-properties is disabled permanently and 
> can be edited or enabled. So no usefull maven actions can be created.
> How to reproduce:
> Open Project Properties of a maven netbeans project. Klick 'Actions', klick 
> 'Add Custom', Type in an action name and klick OK. The resulting action is 
> disabled - there is no possibility to enable it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic commented on NETBEANS-6347:
---

I just wanted to have reproduction steps and/or the buggy state so I can verify 
the supposed fix before PR gets merged. Thanks for that and for pointing out 
the layout issues - I'll look at it.

Re. the behaviour - in the first round, it is fixable by enabling 'disable' 
button just for builtin actions; this was added more or less just override 
contributed defaults (some plugins may disable some actions which user may not 
like). I filed the other issue to provide better experience / consistency 
overall - but that requires to slightly change the APIs and serialization, 
which I don't want to do just before the branching - so filed an issue to 
remind me.

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png, image-2022-01-13-19-09-32-623.png, 
> image-2022-01-13-19-27-19-230.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz edited comment on NETBEANS-6347 at 1/13/22, 7:17 PM:
-

Not exactly understanding what you are saying, but: It doesn't matter, whether 
I start with an empty userdir/config/Projects, or content automigrated from a 
previous installation:

!image-2022-01-13-19-09-32-623.png!

Adding a name hier and clicking OK, will take me to the result initially shown, 
and producing this as (sans Copyright-Header:

        
            CUSTOM-aas
            aas
        


Starting with something meaningful, like this:


        
            CUSTOM-Version Updates
            Version Updates
            
                versions:display-plugin-updates
                versions:display-parent-updates
                versions:display-property-updates
                versions:display-dependency-updates
            
        


will allow you to edit goals and parameters for this one, if you click it in 
the window, but adding another one, still gets you nowhere:

!image-2022-01-13-19-27-19-230.png!

Scaling is broken too: I could do without the blank space between the controls 
and OK/Cancel/Help, which makes up nearly half of the panel. But here, the 
Disabled "Disabled' button (which shouldn't be disabled at all, and likely be 
labeled 'Enable', if the goal is 'Disabled') gets clipped until it vanishes, 
because its enclosing box is to small, while the Properties Multiline Textbox 
shows just half of a line.

Afterwards, the definitions look like this:


        
            CUSTOM-Version Updates
            Version Updates
            
                versions:display-plugin-updates
                versions:display-parent-updates
                versions:display-property-updates
                versions:display-dependency-updates
            
        
        
            CUSTOM-anothergoal
            anothergoal
            
                true
            
        


I would think that:
 * firstly, the new definition shouldn't be created in disabled state in the 
first place,
 * secondly, it shouldn't make a difference to the three textboxes for goals, 
profiles & packagings, whether the definition is disabled or not, it should be 
possible to edit them in the disable state, as is the case for the multiline 
properties box and the Add-Button to its left.
 * 3rd. whether those five controls are active should hinge solely on whether 
one of the definitions in the list above has been {*}selected{*}.
 * If there is none selected, these controls should be disabled and empty

Maybe it is a solution, to put the five controls for a single definition into a 
group, and en/disable the whole group?

Come to think of all this: It would also be better, if we drop the pop up 
dialogue asking for the action name, and replace that with another editable 
text control, so we may be able to edit the name later too. Alas, this would 
make disabling rules a bit more complicated Possible path: on pressing Add 
(Goal), insert a dummy line  into the list of definitions, 
whose text gets fixed as it is typed into the control below.

 


was (Author: taps):
Not exactly understanding what you are saying, but: It doesn't matter, whether 
I start with an empty userdir/config/Projects, or content automigrated from a 
previous installation:

!image-2022-01-13-19-09-32-623.png!

Adding a name hier and clicking OK, will take me to the result initially shown, 
and producing this as (sans Copyright-Header:

        
            CUSTOM-aas
            aas
        


Starting with something meaningful, like this:


        
            CUSTOM-Version Updates
            Version Updates
            
                versions:display-plugin-updates
                versions:display-parent-updates
                versions:display-property-updates
                versions:display-dependency-updates
            
        


will allow you to edit goals and parameters for this one, if you click it in 
the window, but adding another one, still gets you nowhere:

!image-2022-01-13-19-27-19-230.png!

And scaling is mentioned: scaling is broken too: I could do without the blank 
space between the controls and OK/Cancel/Help, which makes up nearly half of 
the panel. But here, the Disabled "Disabled' button (which shouldn't be 
disabled at all, and likely be labeled 'Enable', if the goal is 'Disabled', 
vanishes, because its enclosing box is to small, while the Properties Multiline 
Textbox shows just half of a line.

Afterwards, the definitions look like this:


        
            CUSTOM-Version Updates
            Version Updates
            
                versions:display-plugin-updates
                versions:display-parent-updates
                versions:display-property-updates
                

[jira] [Commented] (NETBEANS-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz commented on NETBEANS-6347:
---

Not exactly understanding what you are saying, but: It doesn't matter, whether 
I start with an empty userdir/config/Projects, or content automigrated from a 
previous installation:

!image-2022-01-13-19-09-32-623.png!

Adding a name hier and clicking OK, will take me to the result initially shown, 
and producing this as (sans Copyright-Header:

        
            CUSTOM-aas
            aas
        


Starting with something meaningful, like this:


        
            CUSTOM-Version Updates
            Version Updates
            
                versions:display-plugin-updates
                versions:display-parent-updates
                versions:display-property-updates
                versions:display-dependency-updates
            
        


will allow you to edit goals and parameters for this one, if you click it in 
the window, but adding another one, still gets you nowhere:

!image-2022-01-13-19-27-19-230.png!

And scaling is mentioned: scaling is broken too: I could do without the blank 
space between the controls and OK/Cancel/Help, which makes up nearly half of 
the panel. But here, the Disabled "Disabled' button (which shouldn't be 
disabled at all, and likely be labeled 'Enable', if the goal is 'Disabled', 
vanishes, because its enclosing box is to small, while the Properties Multiline 
Textbox shows just half of a line.

Afterwards, the definitions look like this:


        
            CUSTOM-Version Updates
            Version Updates
            
                versions:display-plugin-updates
                versions:display-parent-updates
                versions:display-property-updates
                versions:display-dependency-updates
            
        
        
            CUSTOM-anothergoal
            anothergoal
            
                true
            
        


I would think that:
 * firstly, the new definition shouldn't be created in disabled state in the 
first place,
 * secondly, it shouldn't make a difference to the three textboxes for goals, 
profiles & packagings, whether the definition is disabled or not, it should be 
possible to edit them in the disable state, as is the case for the multiline 
properties box and the Add-Button to its left.
 * 3rd. whether those five controls are active should hinge solely on whether 
one of the definitions in the list above has been {*}selected{*}.
 * If there is none selected, these controls should be disabled and empty

Maybe it is a solution, to put the five controls for a single definition into a 
group, and en/disable the whole group?

Come to think of all this: It would also be better, if we drop the pop up 
dialogue asking for the action name, and replace that with another editable 
text control, so we may be able to edit the name later too. Alas, this would 
make disabling rules a bit more complicated Possible path: on pressing Add 
(Goal), insert a dummy line  into the list of definitions, 
whose text gets fixed as it is typed into the control below.

 

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png, image-2022-01-13-19-09-32-623.png, 
> image-2022-01-13-19-27-19-230.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

[jira] [Updated] (NETBEANS-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz updated NETBEANS-6347:
--
Attachment: image-2022-01-13-19-27-19-230.png

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png, image-2022-01-13-19-09-32-623.png, 
> image-2022-01-13-19-27-19-230.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-5778) Window layout lost after update

2022-01-13 Thread dennis lucero (Jira)


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

dennis lucero updated NETBEANS-5778:

Affects Version/s: 12.6

> Window layout lost after update
> ---
>
> Key: NETBEANS-5778
> URL: https://issues.apache.org/jira/browse/NETBEANS-5778
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4, 12.6
>Reporter: dennis lucero
>Priority: Major
>
> This is the same as [https://bz.apache.org/netbeans/show_bug.cgi?id=249040]:
> After using 12.3, I unpacked 12.4. I imported the settings from 12.3 by 
> confirming the prompt on the first run.
> The window layout (I had enabled Javadoc and Action items) and the open file 
> tabs were lost.
> Settings retained:
> - Open projects
> - Other configuration
> Settings lost:
> - Window layout
> - Open files



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz updated NETBEANS-6347:
--
Attachment: image-2022-01-13-19-09-32-623.png

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png, image-2022-01-13-19-09-32-623.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6360) NB platform processes not seen as closed by NB IDE

2022-01-13 Thread Jean-Marc Borer (Jira)


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

Jean-Marc Borer edited comment on NETBEANS-6360 at 1/13/22, 3:00 PM:
-

Hello. Same behaviour with NB 12.6 and JDK 15. The application is launched via 
Maven and on a JDK8.


was (Author: jmborer):
Hello. Same behaviour with NB 12.6 and JDK 15. The application is launch via 
Maven and on a JDK8.

> NB platform processes not seen as closed by NB IDE
> --
>
> Key: NETBEANS-6360
> URL: https://issues.apache.org/jira/browse/NETBEANS-6360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Execution
>Affects Versions: 12.4, 12.5
> Environment: *Product Version:* Apache NetBeans IDE 12.5
> *Java:* 1.8.0_312; OpenJDK 64-Bit Server VM 25.312-b07
> *Runtime:* OpenJDK Runtime Environment 1.8.0_312-b07
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> *User directory:* C:\Users\borerjc\AppData\Roaming\NetBeans\12.5
> *Cache directory:* C:\Users\borerjc\AppData\Local\NetBeans\Cache\12.5
>Reporter: Jean-Marc Borer
>Priority: Minor
> Attachments: 2022-01-04 11_30_34-crystal-position-rosterplus-app - 
> 6.6.2-SNAPSHOT - PJ09_44 - Apache NetBeans IDE.png
>
>
> When running NB applications from within NB IDE, on IDE close, it reports 
> that the processes are still running even though the application have been 
> properly stopped.
> The IDE eventually exits, but it takes more time than necessary.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6360) NB platform processes not seen as closed by NB IDE

2022-01-13 Thread Jean-Marc Borer (Jira)


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

Jean-Marc Borer commented on NETBEANS-6360:
---

Hello. Same behaviour with NB 12.6 and JDK 15. The application is launch via 
Maven and on a JDK8.

> NB platform processes not seen as closed by NB IDE
> --
>
> Key: NETBEANS-6360
> URL: https://issues.apache.org/jira/browse/NETBEANS-6360
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Execution
>Affects Versions: 12.4, 12.5
> Environment: *Product Version:* Apache NetBeans IDE 12.5
> *Java:* 1.8.0_312; OpenJDK 64-Bit Server VM 25.312-b07
> *Runtime:* OpenJDK Runtime Environment 1.8.0_312-b07
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> *User directory:* C:\Users\borerjc\AppData\Roaming\NetBeans\12.5
> *Cache directory:* C:\Users\borerjc\AppData\Local\NetBeans\Cache\12.5
>Reporter: Jean-Marc Borer
>Priority: Minor
> Attachments: 2022-01-04 11_30_34-crystal-position-rosterplus-app - 
> 6.6.2-SNAPSHOT - PJ09_44 - Apache NetBeans IDE.png
>
>
> When running NB applications from within NB IDE, on IDE close, it reports 
> that the processes are still running even though the application have been 
> properly stopped.
> The IDE eventually exits, but it takes more time than necessary.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-3270) Webapp not correctly recognised as Java EE

2022-01-13 Thread ASF GitHub Bot (Jira)


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

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

> Webapp not correctly recognised as Java EE
> --
>
> Key: NETBEANS-3270
> URL: https://issues.apache.org/jira/browse/NETBEANS-3270
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project, projects - Maven
>Affects Versions: 11.1, 11.2
>Reporter: Stephen Parry
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Steps to reproduce:
> 1. Clean install of Netbeans 11.1 or 11.2 Beta 3 with all modules activated 
> and Payara 5.192 added.
> 2. File -> New Project -> Maven -> Web Application
> 3. Accept defaults for project except: Server: Payara  Server Java EE 
> version: Java EE 7 Web -> Finish
> 4. File -> New -> Other -> Persistence -> Persistence Unit -> Next
> Expected Outcome:
> Provider and Database Dialog should show EE options, i.e. "Use Java 
> Transaction APIs" and server JNDI datasources in the "Data Source" drop down.
> Actual Outcome:
> Dialog only shows SE options; no server data sources and to JTA checkbox.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-3270 Webapp not correctly recognized as Java EE (#3231)

2022-01-13 Thread jgauravgupta
This is an automated email from the ASF dual-hosted git repository.

jgauravgupta 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 09555f4  NETBEANS-3270 Webapp not correctly recognized as Java EE 
(#3231)
09555f4 is described below

commit 09555f479cf01dc92a5ac33e28d531c1e01f5292
Author: Gaurav Gupta 
AuthorDate: Thu Jan 13 19:26:06 2022 +0530

NETBEANS-3270 Webapp not correctly recognized as Java EE (#3231)
---
 .../eecommon/api/config/EjbJarVersion.java | 67 --
 .../netbeans/modules/j2ee/dd/api/ejb/EjbJar.java   |  3 +-
 .../netbeans/modules/j2ee/dd/api/web/WebApp.java   |  1 +
 .../modules/j2ee/persistence/wizard/Util.java  |  6 +-
 4 files changed, 57 insertions(+), 20 deletions(-)

diff --git 
a/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/config/EjbJarVersion.java
 
b/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/config/EjbJarVersion.java
index f3cb9b8..0f279f1 100644
--- 
a/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/config/EjbJarVersion.java
+++ 
b/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/config/EjbJarVersion.java
@@ -26,33 +26,61 @@ package org.netbeans.modules.glassfish.eecommon.api.config;
  */
 public final class EjbJarVersion extends J2EEBaseVersion {
 
-/** Represents ejbjar version 2.0
+/**
+ * Represents ejbjar version 2.0
  */
 public static final EjbJarVersion EJBJAR_2_0 = new EjbJarVersion(
-"2.0", 2000,   // NOI18N
-"1.3", 1300// NOI18N
-);
+"2.0", 2000, // NOI18N
+"1.3", 1300 // NOI18N
+);
 
-/** Represents ejbjar version 2.1
+/**
+ * Represents ejbjar version 2.1
  */
 public static final EjbJarVersion EJBJAR_2_1 = new EjbJarVersion(
-"2.1", 2101,   // NOI18N
-"1.4", 1400// NOI18N
-);
+"2.1", 2101, // NOI18N
+"1.4", 1400 // NOI18N
+);
 
-/** Represents ejbjar version 3.0
+/**
+ * Represents ejbjar version 3.0
  */
 public static final EjbJarVersion EJBJAR_3_0 = new EjbJarVersion(
-"3.0", 3000,   // NOI18N
-"5.0", 5000// NOI18N
-);
+"3.0", 3000, // NOI18N
+"5.0", 5000 // NOI18N
+);
 
-/** Represents ejbjar version 3.0
+/**
+ * Represents ejbjar version 3.1
  */
 public static final EjbJarVersion EJBJAR_3_1 = new EjbJarVersion(
-"3.1", 3100,   // NOI18N
-"6.0", 6000// NOI18N
-);
+"3.1", 3100, // NOI18N
+"6.0", 6000 // NOI18N
+);
+
+/**
+ * Represents ejbjar version 3.2
+ */
+public static final EjbJarVersion EJBJAR_3_2 = new EjbJarVersion(
+"3.2", 3200, // NOI18N
+"7.0", 7000 // NOI18N
+);
+
+/**
+ * Represents ejbjar version 3.2.6
+ */
+public static final EjbJarVersion EJBJAR_3_2_6 = new EjbJarVersion(
+"3.2.6", 3260, // NOI18N
+"8.0", 8000 // NOI18N
+);
+
+/**
+ * Represents ejbjar version 4.0
+ */
+public static final EjbJarVersion EJBJAR_4_0 = new EjbJarVersion(
+"4.0", 4000, // NOI18N
+"9.0", 9000 // NOI18N
+);
 /** ---
  *  Implementation
  */
@@ -70,6 +98,7 @@ public final class EjbJarVersion extends J2EEBaseVersion {
  * than the version passed in as an argument.
  *  @throws ClassCastException if obj is not a EjbJarVersion object.
  */
+@Override
 public int compareTo(Object obj) {
 EjbJarVersion target = (EjbJarVersion) obj;
 return numericCompare(target);
@@ -86,6 +115,12 @@ public final class EjbJarVersion extends J2EEBaseVersion {
 result = EJBJAR_3_0;
 } else if(EJBJAR_3_1.toString().equals(version)) {
 result = EJBJAR_3_1;
+} else if(EJBJAR_3_2.toString().equals(version)) {
+result = EJBJAR_3_2;
+} else if(EJBJAR_3_2_6.toString().equals(version)) {
+result = EJBJAR_3_2_6;
+} else if(EJBJAR_4_0.toString().equals(version)) {
+result = EJBJAR_4_0;
 }
 
 return result;
diff --git 
a/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/ejb/EjbJar.java 
b/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/ejb/EjbJar.java
index f1dfa05..891750f 100644
--- a/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/ejb/EjbJar.java
+++ b/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/ejb/EjbJar.java
@@ -43,6 +43,7 @@ public interface EjbJar extends 
org.netbeans.modules.j2ee.dd.api.common.RootInte
  * @since 1.29
  */
 public static final String VERSION_3_2 = "3.2"; //NOI18N
+public static final String 

[netbeans] branch master updated: Fixes creation of a Glassfish deployment descriptor (#3219)

2022-01-13 Thread jgauravgupta
This is an automated email from the ASF dual-hosted git repository.

jgauravgupta 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 de94f12  Fixes creation of a Glassfish deployment descriptor (#3219)
de94f12 is described below

commit de94f12e898a66153123bf535a397b3202e7fcd3
Author: Gaurav Gupta 
AuthorDate: Thu Jan 13 19:23:43 2022 +0530

Fixes creation of a Glassfish deployment descriptor (#3219)
---
 .../modules/glassfish/eecommon/api/Utils.java  | 26 --
 .../configbean/templates/SunDDVisualPanel.java |  9 
 2 files changed, 9 insertions(+), 26 deletions(-)

diff --git 
a/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/Utils.java
 
b/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/Utils.java
index 89cf116..6b4953e 100644
--- 
a/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/Utils.java
+++ 
b/enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/Utils.java
@@ -30,6 +30,8 @@ import org.netbeans.api.project.ProjectUtils;
 import org.netbeans.modules.glassfish.eecommon.api.config.J2eeModuleHelper;
 import org.netbeans.modules.j2ee.dd.api.common.RootInterface;
 import org.netbeans.modules.j2ee.dd.api.common.VersionNotSupportedException;
+import org.netbeans.modules.j2ee.dd.api.ejb.EjbJar;
+import org.netbeans.modules.j2ee.dd.api.web.WebApp;
 import org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule;
 import org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider;
 import org.openide.filesystems.FileObject;
@@ -177,30 +179,10 @@ public final class Utils {
 }
 
 public static FileObject getSunDDFromProjectsModuleVersion(J2eeModule mod, 
String sunDDFileName) {
-FileObject retVal = null;
-String suffix = "-java_ee_5/";
-if (null != mod) {
-String modVer = mod.getModuleVersion();
-J2eeModule.Type t = mod.getType();
-// ejb 2.0, 2.1, 3.0, 3.1
-// web 2.3, 2.4, 2.5, 3.0
-// appcli 1.3, 1.4, 5.0, 6.0
-// ear 1.3, 1.4, 5, 6
-if (modVer.equals("6") || modVer.equals("6.0") || 
modVer.endsWith("1.6") || modVer.equals("3.1")) {
-suffix = "-java_ee/";
-} else if (modVer.equals("3.0")) {
-if (J2eeModule.Type.WAR.equals(t)) {
-suffix = "-java_ee/";
-}
-} else if (modVer.equals("1.4") || modVer.equals("2.4") || 
modVer.equals("2.1")) {
-suffix = "-j2ee_1_4/";
-} else if (modVer.equals("2.0") || modVer.equals("2.3") || 
modVer.equals("1.3")) {
-suffix = "-j2ee_1_3/";
-}
-}
+FileObject retVal;
+String suffix = "-java_ee/";
 String resource = 
"org-netbeans-modules-glassfish-eecommon-ddtemplates" + suffix + sunDDFileName; 
// NOI18N
 retVal = FileUtil.getConfigFile(resource);
-
 return retVal;
 }
 
diff --git 
a/enterprise/j2ee.sun.ddui/src/org/netbeans/modules/j2ee/sun/share/configbean/templates/SunDDVisualPanel.java
 
b/enterprise/j2ee.sun.ddui/src/org/netbeans/modules/j2ee/sun/share/configbean/templates/SunDDVisualPanel.java
index f034494..590f247 100644
--- 
a/enterprise/j2ee.sun.ddui/src/org/netbeans/modules/j2ee/sun/share/configbean/templates/SunDDVisualPanel.java
+++ 
b/enterprise/j2ee.sun.ddui/src/org/netbeans/modules/j2ee/sun/share/configbean/templates/SunDDVisualPanel.java
@@ -41,6 +41,7 @@ public final class SunDDVisualPanel extends JPanel {
 private String sunDDFileName;
 private File sunDDFile;
 private File sunDDLocation;
+private static final String STANDARD_DD_NAME = "web.xml";
 
 public SunDDVisualPanel() {
 initComponents();
@@ -58,10 +59,10 @@ public final class SunDDVisualPanel extends JPanel {
 J2eeModule j2eeModule = provider.getJ2eeModule();
 sunDDFileName = 
getConfigFileName(j2eeModule,provider.getServerInstanceID());
 
-// Calculate location:
-sunDDFile = (sunDDFileName != null) ? 
j2eeModule.getDeploymentConfigurationFile(sunDDFileName) : null;
-sunDDLocation = (sunDDFile != null) ? sunDDFile.getParentFile() : null;
-
+// Calculate location:
+sunDDLocation = 
j2eeModule.getDeploymentConfigurationFile(STANDARD_DD_NAME).getParentFile();
+sunDDFile = (sunDDFileName != null) ? new File(sunDDLocation, 
sunDDFileName) : null;
+
 // initialize visual components
 textFileName.setText(sunDDFileName); // NOI18N
 
textProjectName.setText(ProjectUtils.getInformation(project).getDisplayName());

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

[jira] [Commented] (NETBEANS-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic commented on NETBEANS-6347:
---

Could you please supply a sample of your global action defs ? They are located 
in {*}userdir{*}/config/Projects/org-netbeans-modules-maven/nbactions.xml.

The reason for the bug is that *disabled* condition for an action is 
represented as *absence* of any goal, which is the default state of any new 
action. A proper fix is more complicated - filed NETBEANS-6387 to track the 
progress. 

The fast fix before NB13 branch point is simply to assume user-defined actions 
as always enabled + necessary adjustments in UI.

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-13 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic reassigned NETBEANS-6347:
-

Assignee: Svatopluk Dedic  (was: Neil C Smith)

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6387) Explicit representation of disabled actions, Maven-Gradle consistency

2022-01-13 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-6387:
-

 Summary: Explicit representation of disabled actions, Maven-Gradle 
consistency
 Key: NETBEANS-6387
 URL: https://issues.apache.org/jira/browse/NETBEANS-6387
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle, projects - Maven
Affects Versions: 12.5, 12.6
Reporter: Svatopluk Dedic
Assignee: Svatopluk Dedic


Concept of *disabled* *actions* was introduced primarily as a way how a plugin 
in a specific *provided* configuration could disable certain predefined 
actions, bcs they do not make sense in that configuration.

The examples are Development mode (continuous build) provided natively by 
Gradle, and a Development mode that Micronaut plugin provides for Maven: In 
both cases, *Debug* makes only a little sense, as a change in the source will 
result in VM restart - this is  inconvenient in debug mode to the degree that 
I/we decided to disable the action by default.

As the feature was implemented at the end of the release cycle, the disabled 
actions are identified by existing action mapping poperties. For gradle it is 
no task + reload_never, for maven no goals.

This is not optimal, as it prevents user from half-defining the actions, 
complicates new action creation and also mangles action definition so if a 
(builtin) action is customized, then disabled, and re-enabled, the 
customizations are gone (or may be gone, if the customized properties are the 
ones used to indicate disabled status).
 * The property should be explicit
 * both Maven | Gradle should allow to disable actions in any (not just 
non-default) configurations, if possible.
 * User actions should be allowed to be disabled as well
 * *Disabled* actions should not be presented in popup goals/tasks submenu on a 
project

// cc: [~lkishalmi]  for feature comments



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6386) Netbeans JavaDoc site is not properly generated

2022-01-13 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-6386:


seems that doc-files folder is not copied with jdk 11.

 

I tried to update codesnippet4javadoc to 0.63 
https://github.com/jtulach/codesnippet4javadoc

[https://github.com/apache/netbeans/blob/master/nbbuild/javadoctools/template.xml]

 [javadoc] CodesnippetDoclet: error - In doclet class 
org.apidesign.javadoc.codesnippet.Doclet,  method start has thrown an exception 
java.lang.reflect.InvocationTargetException
  [javadoc] java.lang.ClassCastException: class 
sun.net.www.protocol.file.FileURLConnection cannot be cast to class 
java.net.HttpURLConnection (sun.net.www.protocol.file.FileURLConnection and 
java.net.HttpURLConnection are in module java.base of loader 'bootstrap')
  [javadoc]     at 
com.sun.tools.oldlets.internal.toolkit.util.Extern.getLinkForPackageList(Extern.java:261)
  [javadoc]     at 
com.sun.tools.oldlets.internal.toolkit.util.Extern.readPackageListFromURL(Extern.java:237)
  [javadoc]     at 
com.sun.tools.oldlets.internal.toolkit.util.Extern.link(Extern.java:182)
  [javadoc]     at 
com.sun.tools.oldlets.internal.toolkit.Configuration.setOptions(Configuration.java:543)
  [javadoc]     at 
org.apidesign.javadoc.codesnippet.Doclet.start(Doclet.java:88)
  [javadoc]     at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [javadoc]     at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  [javadoc]     at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  [javadoc]     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  [javadoc]     at 
com.sun.tools.oldlets.javadoc.main.DocletInvoker.invoke(DocletInvoker.java:335)
  [javadoc]     at 
com.sun.tools.oldlets.javadoc.main.DocletInvoker.start(DocletInvoker.java:214)
  [javadoc]     at 
com.sun.tools.oldlets.javadoc.main.Start.parseAndExecute(Start.java:468)
  [javadoc]     at 
com.sun.tools.oldlets.javadoc.main.Start.begin(Start.java:234)
  [javadoc]     at 
com.sun.tools.oldlets.javadoc.main.Start.begin(Start.java:227)
  [javadoc]     at org.apidesign.javadoc.codesnippet.Doclet.run(Doclet.java:399)
  [javadoc]     at 
jdk.javadoc/jdk.javadoc.internal.tool.Start.parseAndExecute(Start.java:588)
  [javadoc]     at 
jdk.javadoc/jdk.javadoc.internal.tool.Start.begin(Start.java:432)
  [javadoc]     at 
jdk.javadoc/jdk.javadoc.internal.tool.Start.begin(Start.java:345)
  [javadoc]     at 
jdk.javadoc/jdk.javadoc.internal.tool.Main.execute(Main.java:63)
  [javadoc]     at jdk.javadoc/jdk.javadoc.internal.tool.Main.main(Main.java:52)
  [javadoc] javadoc: error - an unknown error has occurred

 

If I remove the doclet, doc-files is copied but it remove the others feature 
codesnippet offers.

 

Maybe [~jtulach] may help

 

> Netbeans JavaDoc site is not properly generated
> ---
>
> Key: NETBEANS-6386
> URL: https://issues.apache.org/jira/browse/NETBEANS-6386
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jean-Marc Borer
>Priority: Major
>
> I have noticed that many pages with important documentation are missing on 
> the official web site.
> For example, on page
> [https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/package-summary.html#package.description]
> there are links to 
> [https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]
> [https://bits.netbeans.org/12.6/javadoc/org-netbeans-modules-editor-indent/overview-summary.html]
> Those pages are missing. They exist in the sources.
> This is particularly annoying to find information and the documentation is 
> hardly useful in these conditions.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6268) NPE in TestClassInfoTask.java:104

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz closed NETBEANS-6268.
-

> NPE in TestClassInfoTask.java:104
> -
>
> Key: NETBEANS-6268
> URL: https://issues.apache.org/jira/browse/NETBEANS-6268
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: Vlasta Ramik
>Priority: Major
>
> {noformat}
> SEVERE [org.openide.util.Exceptions]
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.junit.ui.actions.TestClassInfoTask.computeTestMethods(TestClassInfoTask.java:104)
>   at 
> org.netbeans.modules.junit.ui.actions.TestClassInfoTask$ComputeTestMethodsImpl$TaskImpl.computeTestMethods(TestClassInfoTask.java:202)
>   at 
> org.netbeans.modules.java.testrunner.ui.ComputeTestMethodsImpl$TaskImpl.run(ComputeTestMethodsImpl.java:96)
>   at 
> org.netbeans.modules.java.testrunner.ui.ComputeTestMethodsImpl$TaskImpl.run(ComputeTestMethodsImpl.java:60)
> [catch] at 
> org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Resolved] (NETBEANS-6268) NPE in TestClassInfoTask.java:104

2022-01-13 Thread Thomas Schapitz (Jira)


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

Thomas Schapitz resolved NETBEANS-6268.
---
Resolution: Cannot Reproduce

> NPE in TestClassInfoTask.java:104
> -
>
> Key: NETBEANS-6268
> URL: https://issues.apache.org/jira/browse/NETBEANS-6268
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
>Reporter: Vlasta Ramik
>Priority: Major
>
> {noformat}
> SEVERE [org.openide.util.Exceptions]
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.junit.ui.actions.TestClassInfoTask.computeTestMethods(TestClassInfoTask.java:104)
>   at 
> org.netbeans.modules.junit.ui.actions.TestClassInfoTask$ComputeTestMethodsImpl$TaskImpl.computeTestMethods(TestClassInfoTask.java:202)
>   at 
> org.netbeans.modules.java.testrunner.ui.ComputeTestMethodsImpl$TaskImpl.run(ComputeTestMethodsImpl.java:96)
>   at 
> org.netbeans.modules.java.testrunner.ui.ComputeTestMethodsImpl$TaskImpl.run(ComputeTestMethodsImpl.java:60)
> [catch] at 
> org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-jenkins-lib] branch master updated: Meta information for VSNetBeans 12.6.301

2022-01-13 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-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
 new 0f4c351  Meta information for VSNetBeans 12.6.301
 new 93ae53f  Merge pull request #46 from 
JaroslavTulach/jtulach/vsnetbeans_preview_1263
0f4c351 is described below

commit 0f4c351e89e1945ae440f53d0ac7c2ba9c0acae4
Author: Jaroslav Tulach 
AuthorDate: Wed Jan 12 09:56:23 2022 +0100

Meta information for VSNetBeans 12.6.301
---
 meta/netbeansrelease.json | 29 +
 1 file changed, 29 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index c4da16b..a0fe9f2 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -586,6 +586,35 @@
 "year": "2021"
 }
 },
+"release1263": {
+"position": "16",
+"ant": "ant_latest",
+"jdk": "jdk_1.8_latest",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
+"maven": "maven_3.3.9",
+"versionName": "12.6.301",
+"tlp": "true",
+"apidocurl": "https://bits.netbeans.org/12.6/javadoc;,
+"update_url": 
"https://netbeans.apache.org/nb/updates/12.6/updates.xml.gz?{$netbeans.hash.code};,
+"plugin_url": 
"https://netbeans.apache.org/nb/plugins/12.6/catalog.xml.gz;,
+"publish_apidoc":"false",
+"milestones": {
+"e38a4a3e560418b45d0900cae2cfdc4cdd333f8f": {
+"vote": "1",
+"position": "1"
+}
+},
+"releasedate": {
+"day": "16",
+"month": "1",
+"year": "2022"
+},
+"previousreleasedate": {
+"day": "29",
+"month": "11",
+"year": "2021"
+}
+},
 "master": {
 "position": "5",
 "ant": "ant_latest",

-
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: Better junit reporting, add stderr/out

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 233ec7a  Better junit reporting, add stderr/out
 new 84bd3ea  Merge pull request #3450 from sdedic/infra/junit-report2
233ec7a is described below

commit 233ec7a288891ccd4a4873864a172712bd8a7ef1
Author: Svata Dedic 
AuthorDate: Wed Jan 12 18:48:49 2022 +0100

Better junit reporting, add stderr/out
---
 nbbuild/travis/print-junit-report.sh | 41 ++--
 1 file changed, 35 insertions(+), 6 deletions(-)

diff --git a/nbbuild/travis/print-junit-report.sh 
b/nbbuild/travis/print-junit-report.sh
index 63f0237..9288a13 100755
--- a/nbbuild/travis/print-junit-report.sh
+++ b/nbbuild/travis/print-junit-report.sh
@@ -17,18 +17,47 @@
 # specific language governing permissions and limitations
 # under the License.
 
-echo junit report / failed tests:
+# 
+files=$(grep -L 'errors="0".*failures="0"' 
./*/*/build/test/*/results/TEST-*.xml 2> /dev/null) || exit 0
 
-ls ./*/*/build/test/*/results/TEST-*.xml | while read file ;
-do
-TEST=$(xmllint --xpath '//testsuite[@failures>0]/@name' $file 2>/dev/null)
+echo === JUnit Report Summary / failed tests 
===
+realfiles=''
+for file in $files ; do 
+TEST=$(xmllint --xpath '//testsuite[@errors>0 or @failures>0]/@name' $file 
2>/dev/null)
 status=$?
 
 if [ $status -eq 0 ]; then
+realfiles="$realfiles $file"
 echo
 echo $TEST | cut -f2 -d '=' | tr -d '"'
-xmllint --xpath '//testsuite/testcase[./failure]/@name' $file | cut 
-f2 -d '=' | xargs -L1 echo "failed:"
+xmllint --xpath '//testsuite/testcase[./failure]/@name' $file 2> 
/dev/null | sed -r 's/name="([^"]+)"/ failed: \1\n/g' 
+xmllint --xpath '//testsuite/testcase[./error]/@name' $file 2> 
/dev/null | sed -r 's/name="([^"]+)"/ errored: \1\n/g' 
 fi
 done
 
-echo end of report
+echo
+echo == JUnit failure details 
===
+echo
+for file in $realfiles ; do 
+classname=$(xmllint --xpath '//testsuite[@errors>0 or @failures>0]/@name' 
$file 2>/dev/null | cut -f2 -d '=' | tr -d '"')
+echo Suite: $classname 
+
+for err in $(xmllint --xpath 
"//testsuite/testcase[@classname='${classname}'][./error]/@name" $file 2> 
/dev/null | sed -r 's/name="([^"]+)"/\1/g') ; do 
+msg=$(xmllint --xpath "//testsuite/testcase[@classname='${classname}' 
and @name='${err}']/error/@message" $file 2> /dev/null | sed -r 
's/message="([^"]+)"/\1/g' )
+echo "  $err ERRORED : $msg"
+xmllint --xpath "//testsuite/testcase[@classname='${classname}' and 
@name='${err}']/error/text()" $file 2> /dev/null | sed -r 's/^(.*$)/  
\1/g'
+done 
+for err in $(xmllint --xpath 
"//testsuite/testcase[@classname='${classname}'][./failure]/@name" $file 2> 
/dev/null | sed -r 's/name="([^"]+)"/\1/g') ; do 
+msg=$(xmllint --xpath "//testsuite/testcase[@classname='${classname}' 
and @name='${err}']/failure/@message" $file 2> /dev/null | sed -r 
's/message="([^"]+)"/\1/g' )
+echo "  $err FAILED : $msg"
+xmllint --xpath "//testsuite/testcase[@classname='${classname}' and 
@name='${err}']/failure/text()" $file 2> /dev/null | sed -r 's/^(.*$)/  
\1/g'
+done 
+text=$(xmllint --nocdata --xpath "//testsuite//system-out/text()" $file)
+[ -n "$text" ] && { echo "Stdout 
--%<--%<-%<-%<---" ; echo 
"$text" ; }
+text=$(xmllint --nocdata --xpath "//testsuite//system-err/text()" $file)
+[ -n "$text" ] && { echo "Stderr 
--%<--%<-%<-%<---" ; echo 
"$text" ; }
+echo "- End suite $classname "
+
+done
+echo
+echo === End of JUnit report 
===

-
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-6386) Netbeans JavaDoc site is not properly generated

2022-01-13 Thread Jean-Marc Borer (Jira)


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

Jean-Marc Borer updated NETBEANS-6386:
--
Description: 
I have noticed that many pages with important documentation are missing on the 
official web site.

For example, on page

[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/package-summary.html#package.description]

there are links to 

[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]

[https://bits.netbeans.org/12.6/javadoc/org-netbeans-modules-editor-indent/overview-summary.html]

Those pages are missing. They exist in the sources.

This is particularly annoying to find information and the documentation is 
hardly useful in these conditions.

  was:
I have noticed that many pages with important documentation are missing on the 
official web site.

For example, on page

[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/package-summary.html#package.description]

there are links to 

[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]

[https://bits.netbeans.org/12.6/javadoc/org-netbeans-modules-editor-indent/overview-summary.html]

Those pages are missing. They exist in the sources.

This is particularly annoying to find information.


> Netbeans JavaDoc site is not properly generated
> ---
>
> Key: NETBEANS-6386
> URL: https://issues.apache.org/jira/browse/NETBEANS-6386
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jean-Marc Borer
>Priority: Major
>
> I have noticed that many pages with important documentation are missing on 
> the official web site.
> For example, on page
> [https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/package-summary.html#package.description]
> there are links to 
> [https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]
> [https://bits.netbeans.org/12.6/javadoc/org-netbeans-modules-editor-indent/overview-summary.html]
> Those pages are missing. They exist in the sources.
> This is particularly annoying to find information and the documentation is 
> hardly useful in these conditions.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6386) Netbeans JavaDoc site is not properly generated

2022-01-13 Thread Jean-Marc Borer (Jira)


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

Jean-Marc Borer updated NETBEANS-6386:
--
Description: 
I have noticed that many pages with important documentation are missing on the 
official web site.

For example, on page

[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/package-summary.html#package.description]

there are links to 

[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]

[https://bits.netbeans.org/12.6/javadoc/org-netbeans-modules-editor-indent/overview-summary.html]

Those pages are missing. They exist in the sources.

This is particularly annoying to find information.

  was:
I have noticed that many pages with important documentation are missing on the 
official web site.

For example: 
[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]

This is particularly annoying to find information.


> Netbeans JavaDoc site is not properly generated
> ---
>
> Key: NETBEANS-6386
> URL: https://issues.apache.org/jira/browse/NETBEANS-6386
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jean-Marc Borer
>Priority: Major
>
> I have noticed that many pages with important documentation are missing on 
> the official web site.
> For example, on page
> [https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/package-summary.html#package.description]
> there are links to 
> [https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]
> [https://bits.netbeans.org/12.6/javadoc/org-netbeans-modules-editor-indent/overview-summary.html]
> Those pages are missing. They exist in the sources.
> This is particularly annoying to find information.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6386) Netbeans JavaDoc site is not properly generated

2022-01-13 Thread Jean-Marc Borer (Jira)
Jean-Marc Borer created NETBEANS-6386:
-

 Summary: Netbeans JavaDoc site is not properly generated
 Key: NETBEANS-6386
 URL: https://issues.apache.org/jira/browse/NETBEANS-6386
 Project: NetBeans
  Issue Type: Bug
  Components: website
Reporter: Jean-Marc Borer


I have noticed that many pages with important documentation are missing on the 
official web site.

For example: 
[https://bits.netbeans.org/12.6/javadoc/org-openide-text/org/openide/text/doc-files/api.html]

This is particularly annoying to find information.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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