[jira] [Commented] (NETBEANS-5471) NPE in Call hierarchy

2021-03-20 Thread Hynek Mlnarik (Jira)


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

Hynek Mlnarik commented on NETBEANS-5471:
-

nb-javac is (and was when this bug was reported) installed and active:

 

!image-2021-03-21-06-50-41-901.png!

> NPE in Call hierarchy
> -
>
> Key: NETBEANS-5471
> URL: https://issues.apache.org/jira/browse/NETBEANS-5471
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
> Attachments: NETBEANS-5471-ide.log, image-2021-03-21-06-50-41-901.png
>
>
> I keep getting occasional NPEs when looking through Call hierarchy in Java 
> project.
> Steps to reproduce:
>  # Clone [https://github.com/keycloak/keycloak/] (a big project - may be a 
> factor)
>  # Pick a method, use Call hierarchy.
>  # Walk the call hierarchy by expanding the nodes
>  # Observe random NPEs
> {noformat}
> Annotation: An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> Annotation: An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> Caused: java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Todo.retainFiles(Todo.java:98)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:732)
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:386)
>  at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:348)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:301)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.processFiles(CallHierarchyTasks.java:476)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.runTask(CallHierarchyTasks.java:338)
> [catch] at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallTaskBase.run(CallHierarchyTasks.java:288)
>  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.3.4#803005)


[jira] [Updated] (NETBEANS-5471) NPE in Call hierarchy

2021-03-20 Thread Hynek Mlnarik (Jira)


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

Hynek Mlnarik updated NETBEANS-5471:

Attachment: image-2021-03-21-06-50-41-901.png

> NPE in Call hierarchy
> -
>
> Key: NETBEANS-5471
> URL: https://issues.apache.org/jira/browse/NETBEANS-5471
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
> Attachments: NETBEANS-5471-ide.log, image-2021-03-21-06-50-41-901.png
>
>
> I keep getting occasional NPEs when looking through Call hierarchy in Java 
> project.
> Steps to reproduce:
>  # Clone [https://github.com/keycloak/keycloak/] (a big project - may be a 
> factor)
>  # Pick a method, use Call hierarchy.
>  # Walk the call hierarchy by expanding the nodes
>  # Observe random NPEs
> {noformat}
> Annotation: An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> Annotation: An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> Caused: java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Todo.retainFiles(Todo.java:98)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:732)
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:386)
>  at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:348)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:301)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.processFiles(CallHierarchyTasks.java:476)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.runTask(CallHierarchyTasks.java:338)
> [catch] at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallTaskBase.run(CallHierarchyTasks.java:288)
>  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.3.4#803005)

-
To unsubscribe, e-mail: 

[jira] [Commented] (NETBEANS-5451) An irregular exception occurs

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5451:
---

Try to install the nbjavac plugin...

 

> An irregular exception occurs 
> --
>
> Key: NETBEANS-5451
> URL: https://issues.apache.org/jira/browse/NETBEANS-5451
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans, java - Platform
>Affects Versions: 12.0
> Environment: It is Apache Netbeans 12.0  IDE. 
>Reporter: Kumar Kelash
>Assignee: Lokesh Chinnaga
>Priority: Major
>  Labels: newbie
> Attachments: Screenshot (5).png
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> An undesired exception occurred and after that netbeans has stopped 
> suggesting me anything about code when I use to start coding and that is a 
> big problem in my case.



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

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

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



[jira] [Commented] (NETBEANS-5471) NPE in Call hierarchy

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5471:
---

Could you try this with nb-javac installed?

> NPE in Call hierarchy
> -
>
> Key: NETBEANS-5471
> URL: https://issues.apache.org/jira/browse/NETBEANS-5471
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
>Reporter: Hynek Mlnarik
>Priority: Major
> Attachments: NETBEANS-5471-ide.log
>
>
> I keep getting occasional NPEs when looking through Call hierarchy in Java 
> project.
> Steps to reproduce:
>  # Clone [https://github.com/keycloak/keycloak/] (a big project - may be a 
> factor)
>  # Pick a method, use Call hierarchy.
>  # Walk the call hierarchy by expanding the nodes
>  # Observe random NPEs
> {noformat}
> Annotation: An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> Annotation: An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> An error occurred during parsing of 
> '/home/hmlnarik/src/keycloak/services/src/main/java/org/keycloak/forms/login/freemarker/model/RealmBean.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hmlnarik/.netbeans/12.3/var/log/RealmBean.dump'.
> Caused: java.lang.NullPointerException
>  at com.sun.tools.javac.comp.Todo.retainFiles(Todo.java:98)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:732)
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:386)
>  at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:348)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:301)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.processFiles(CallHierarchyTasks.java:476)
>  at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.runTask(CallHierarchyTasks.java:338)
> [catch] at 
> org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallTaskBase.run(CallHierarchyTasks.java:288)
>  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.3.4#803005)

-
To unsubscribe, e-mail: 

[jira] [Resolved] (NETBEANS-5450) Can't install using JDK 9

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5450.
---
Resolution: Information Provided

Java 9 is not supported

Use one of the JDK-s Geertjan mentions.

> Can't install using JDK 9
> -
>
> Key: NETBEANS-5450
> URL: https://issues.apache.org/jira/browse/NETBEANS-5450
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Affects Versions: 12.3
> Environment: Tried installing it on my old machine and installer 
> crashed
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: hs_err_pid9128.log
>
>




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

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

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



[jira] [Commented] (NETBEANS-5432) ./gradlew in NETBEANS 12.2 Fails on Plugin:

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5432:
---

Well, the configuration is mostly read only as it shall be written into the 
Gradle build script.

It is read-only as the Gradle build script can be really versatile, so the IDE 
do not know how to change that.

Well Gradle projects has a display name property which is not editable (from 
the Gradle script, and it is pretty ugly), usually people use Description 
field. Though Tools > Options > Java >Gradle > Appearance that can be disabled.

Also Try to run the IDE with Java 8. The build can be run with Java 8, though 
the IDE integration needs to read the project configuration and that part 
always used the IDE JVM no matter what you set. Usually older Gradle/Groovy 
have issues with more modern JVM-s.

 

> ./gradlew in NETBEANS 12.2 Fails on Plugin: 
> 
>
> Key: NETBEANS-5432
> URL: https://issues.apache.org/jira/browse/NETBEANS-5432
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: {code}
> >System Info:
>   Product Version = Apache NetBeans IDE 12.2
>   Operating System= Mac OS X version 10.15.7 running on x86_64
>   Java; VM; Vendor= 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10; 
> Oracle Corporation
>   Runtime = OpenJDK Runtime Environment 12.0.2+10
>   Java Home   = 
> /Library/Java/JavaVirtualMachines/openjdk-12.0.2.jdk/Contents/Home
>   System Locale; Encoding = en_US (nb); UTF-8
>   Home Directory  = /Users/eggmatters
>   Current Directory   = /
>   User Directory  = /Users/eggmatters/Library/Application 
> Support/NetBeans/12.2
>   Cache Directory = /Users/eggmatters/Library/Caches/NetBeans/12.2
>   Installation= /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/nb
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/ergonomics
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/ide
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/extide
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/java
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/apisupport
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/webcommon
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/websvccommon
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/enterprise
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/profiler
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/php
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/harness
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/cpplite
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/groovy
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/javafx
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/platform
> {code}
>Reporter: Matthew Eggers
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: test-project.zip
>
>
> *Problem (expect / actual )*
> When building a Gradle project, running {{./gradlew clean build}} fails in 
> Netbeans while running it natively builds. 
> *Repro Steps*
> UPDATE: The attached {{test-project.zip}} contains an empty scaffolded 
> project from gradle5.3 which demonstrates the issue.
> * Unzip test-project
> * Open with NetBeans12.2
> Sample Gradle File:
> {code}
> plugins {
> id "com.mkobit.jenkins.pipelines.shared-library" version "0.6.1"
> }
> apply plugin: 'groovy'
> repositories {
> mavenCentral()
> }
> {code}
> Please see the Environment Above 
> Set JDK to 1.8 matching {{$JAVA_HOME}}
> Set Gradle to 5.3 (matching gradle properties)
> Set "Prefer to use gradle wrapper that comes with the project"
> Run "clean build"
> *Expected*
> Output should match what is run in a Bash shell
> 

[jira] [Assigned] (NETBEANS-5432) ./gradlew in NETBEANS 12.2 Fails on Plugin:

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi reassigned NETBEANS-5432:
-

Assignee: Laszlo Kishalmi

> ./gradlew in NETBEANS 12.2 Fails on Plugin: 
> 
>
> Key: NETBEANS-5432
> URL: https://issues.apache.org/jira/browse/NETBEANS-5432
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: {code}
> >System Info:
>   Product Version = Apache NetBeans IDE 12.2
>   Operating System= Mac OS X version 10.15.7 running on x86_64
>   Java; VM; Vendor= 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10; 
> Oracle Corporation
>   Runtime = OpenJDK Runtime Environment 12.0.2+10
>   Java Home   = 
> /Library/Java/JavaVirtualMachines/openjdk-12.0.2.jdk/Contents/Home
>   System Locale; Encoding = en_US (nb); UTF-8
>   Home Directory  = /Users/eggmatters
>   Current Directory   = /
>   User Directory  = /Users/eggmatters/Library/Application 
> Support/NetBeans/12.2
>   Cache Directory = /Users/eggmatters/Library/Caches/NetBeans/12.2
>   Installation= /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/nb
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/ergonomics
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/ide
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/extide
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/java
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/apisupport
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/webcommon
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/websvccommon
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/enterprise
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/profiler
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/php
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/harness
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/cpplite
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/groovy
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/javafx
> /Applications/NetBeans/Apache NetBeans 
> 12.2.app/Contents/Resources/NetBeans/netbeans/platform
> {code}
>Reporter: Matthew Eggers
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: test-project.zip
>
>
> *Problem (expect / actual )*
> When building a Gradle project, running {{./gradlew clean build}} fails in 
> Netbeans while running it natively builds. 
> *Repro Steps*
> UPDATE: The attached {{test-project.zip}} contains an empty scaffolded 
> project from gradle5.3 which demonstrates the issue.
> * Unzip test-project
> * Open with NetBeans12.2
> Sample Gradle File:
> {code}
> plugins {
> id "com.mkobit.jenkins.pipelines.shared-library" version "0.6.1"
> }
> apply plugin: 'groovy'
> repositories {
> mavenCentral()
> }
> {code}
> Please see the Environment Above 
> Set JDK to 1.8 matching {{$JAVA_HOME}}
> Set Gradle to 5.3 (matching gradle properties)
> Set "Prefer to use gradle wrapper that comes with the project"
> Run "clean build"
> *Expected*
> Output should match what is run in a Bash shell
> *Actual*
> A couple of things happen here. Output of build command is:
> {code:java}
> cd /Users/eggmatters/project-to-build; ./gradlew clean build
> Parallel execution with configuration on demand is an incubating feature.
> FAILURE: Build failed with an exception.
> * What went wrong:
> Could not initialize class com.mkobit.jenkins.pipelines.CodegenTypesKt
>  {code}
> Stacktrace expands to:
> {code:java}
> * Exception is:
> java.lang.NoClassDefFoundError: Could not initialize class 
> com.mkobit.jenkins.pipelines.CodegenTypesKt
> {code}
> *Additional Info*
>  A Notification pops up either on build or configuration change. It issues a 
> low-level warning stating that it cannot load the project. It then gives some 

[jira] [Commented] (NETBEANS-5442) Adding folder of Jar files to classpath has no effect.

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5442:
---

Please provide more concrete information, like project layout, property file 
content, maybe a few screenshots.

Without those context all we have: "I tried to add jar files to the classpath. 
It didn't work."

> Adding folder of Jar files to classpath has no effect.
> --
>
> Key: NETBEANS-5442
> URL: https://issues.apache.org/jira/browse/NETBEANS-5442
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath
>Affects Versions: 8.2, 9.0, 12.0
> Environment: Windows 7 and Windows 10. Other platforms untested.
>Reporter: Nick Anthony
>Priority: Minor
>
> In "project properties -> Libraries -> Compile" if I add a folder to the 
> classpath rather than adding every .jar file individually the .jar files in 
> the directory don't actually end up on the classpath.
>  
> Everything looks fine in the "Project Properties" window. The folder shows up 
> and it can be expanded to show all the contents of the folder. But in the 
> code editor none of the dependencies are found. If I try to compile or debug 
> it fails since the dependencies aren't found.
>  
> I tried making some edits to the path in the project's "project.properties" 
> files but didn't have any success.



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

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

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



[jira] [Commented] (NETBEANS-5452) Slow Startup

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5452:
---

Nos ez így egy kicsit nehéz lesz. Hosszabb szöveget jó lenne attachment-ként 
ehhez az issue-hoz adni. Ami info most itt van abból nem sok minden látszik. 
Pl. a hibaüzenet.

 

Well, it would be difficult to judge what happened upon the provided 
information.

 

> Slow Startup
> 
>
> Key: NETBEANS-5452
> URL: https://issues.apache.org/jira/browse/NETBEANS-5452
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Molnar Csaba
>Assignee: Molnar Csaba
>Priority: Major
>
> Lassan indult el, majd hibaüzenet jelent meg, hogy küldjem el nektek a 
> kigyűjtött adatokat.
> Ezeket a Docs Text-be másoltam.



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

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

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



[jira] [Updated] (NETBEANS-5452) Slow Startup

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-5452:
--
Summary: Slow Startup  (was: Lassú indulás)

> Slow Startup
> 
>
> Key: NETBEANS-5452
> URL: https://issues.apache.org/jira/browse/NETBEANS-5452
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Molnar Csaba
>Assignee: Molnar Csaba
>Priority: Major
>
> Lassan indult el, majd hibaüzenet jelent meg, hogy küldjem el nektek a 
> kigyűjtött adatokat.
> Ezeket a Docs Text-be másoltam.



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

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

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



[jira] [Resolved] (NETBEANS-5141) Support Source Groups form Alien Projects

2021-03-20 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-5141.
---
Fix Version/s: 12.4
   Resolution: Fixed

> Support Source Groups form Alien Projects
> -
>
> Key: NETBEANS-5141
> URL: https://issues.apache.org/jira/browse/NETBEANS-5141
> Project: NetBeans
>  Issue Type: New Feature
>  Components: projects - Gradle
>Reporter: Antonio Marques
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In the Kelemen plugin ([https://github.com/kelemen/netbeans-gradle-project)] 
> it is possible to set global arguments to add to the gradle command line, as 
> well as to the gradle JVM command line (Preferences \ Miscellaneous \ Gradle 
> \ Scripts and Tasks). This is essential if your build scripts respond to 
> custom parameters that you don't want to replicate across every specific 
> project. The Kelemen plugin uses two textareas, of line-separated options. I 
> don't see such a feature in the current implementation, though there are 
> places in the Preferences where it could be placed.
> This may only be useful for some, but for those of us for whom it is useful, 
> it's essential. Until it's in place, our only option is to keep using the 
> Kelemen plugin (which I have nothing against, but there must be a reason why 
> there's s separate implementation on NB).



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

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

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



[netbeans] branch master updated (d81e530 -> 29dcfe0)

2021-03-20 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from d81e530  Fix userdir and cachedir location for netbeans-dev Snap
 add 29dcfe0  [NETBEANS-5141] Support Gradle Source Groups from Alien 
Projects

No new revisions were added by this update.

Summary of changes:
 .../gradle/java/classpath/GradleSourcesImpl.java   |  3 --
 .../gradle/java/nodes/SourcesNodeFactory.java  | 52 +++---
 2 files changed, 35 insertions(+), 20 deletions(-)

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

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



[jira] [Created] (NETBEANS-5473) Syntax highlighting is not always working

2021-03-20 Thread Jacco van Weert (Jira)
Jacco van Weert created NETBEANS-5473:
-

 Summary: Syntax highlighting is not always working
 Key: NETBEANS-5473
 URL: https://issues.apache.org/jira/browse/NETBEANS-5473
 Project: NetBeans
  Issue Type: Bug
Reporter: Jacco van Weert


 

 

-->Log
 Session: Saturday, March 20, 2021 at 7:26:16 PM Central European Standard 
Time>System Info:   Product Version         = Apache NetBeans IDE 12.3  
Operating System        = Mac OS X version 10.15.7 running on x86_64  Java; VM; 
Vendor        = 16; OpenJDK 64-Bit Server VM 16+36; BellSoft  Runtime           
      = OpenJDK Runtime Environment 16+36  Java Home               = 
/Volumes/SDD1/tools/java/jdk-16-full.jdk  System Locale; Encoding = en_NL (nb); 
UTF-8  Home Directory          = /Users/weertj  Current Directory       = /  
User Directory          = /Users/weertj/Library/Application 
Support/NetBeans/12.3  Cache Directory         = /Volumes/RAM Disk/12.3  
Installation            = /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/nb                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/ergonomics                        
    /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/ide                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/extide                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/java                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/apisupport                        
    /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/webcommon                         
   /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/websvccommon                      
      /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/enterprise                        
    /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/profiler                          
  /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/php                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/harness                           
 /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/cpplite                           
 /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/groovy                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/javafx                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans                            
/Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform  Boot & Ext. Classpath   
=   Application Classpath   = /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/lib/boot.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-modules.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-lookup.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-ui.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util.jar 
 Startup Classpath       = /Applications/NetBeans/Apache NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/asm-tree-8.0.1.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/org-netbeans-libs-asm.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/org-openide-filesystems-compat8.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/org-openide-filesystems.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/asm-8.0.1.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/asm-commons-8.0.1.jar:/Applications/NetBeans/Apache
 NetBeans 
12.3.app/Contents/Resources/NetBeans/netbeans/platform/core/core.jar:/Applications/NetBeans/Apache
 NetBeans 

[jira] [Commented] (NETBEANS-189) SQL editor, shouldn't ask evertime to set the connection

2021-03-20 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-189:
--

I have checked in changes to allow auto-completion without connection error 
each time.

See https://github.com/apache/netbeans/pull/2820


> SQL editor, shouldn't ask evertime to set the connection
> 
>
> Key: NETBEANS-189
> URL: https://issues.apache.org/jira/browse/NETBEANS-189
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Eric Bresie
>Priority: Major
> Attachments: SQL Notification.png, required-connection.gif
>
>
> Of course, the SQL editor doesn't make sense, if you don't set a connection 
> to see databases, tables and columns, but sometimes or often, you only want 
> to scratch a SQL query and you want the code completion for the SQL stuff, 
> like the keywords (SELECT, FROM, WHERE) or aggregate functions (COUNT, AVG, 
> etc.) So this is not possible, without setting a connection. But when I don't 
> have a connection, I can't use the code completion, becauses it will ends up 
> in a loop. See my little screen capture for what I mean.



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

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

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



[jira] [Commented] (NETBEANS-5257) Executing a series of SQL statements when not connected fails on every statement

2021-03-20 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5257:
---

Is this maybe related to NETBEANS-189 "SQL editor, shouldn't ask evertime to 
set the connection"?  If a connection is set then those problems may not 
happen.  Or am I missing something?

> Executing a series of SQL statements when not connected fails on every 
> statement
> 
>
> Key: NETBEANS-5257
> URL: https://issues.apache.org/jira/browse/NETBEANS-5257
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: 12.2
>Reporter: Peter
>Priority: Minor
>
> When executing a script from the SQL editor to a data source that is not 
> already logged in/connected, every single statement fails and each results in 
> a dialog box requesting the password. The result is a stack of password 
> requests so deep that the IDE will no longer accept any input. It is not 
> possible to dismiss any of the dialogs or interact with Netbeans itself. The 
> only recourse is to use "kill" from the OS.
> This problem is exacerbated by the fact that the connection to the database 
> is sometimes silently closed, resulting in the stack of password boxes 
> without warning.  As a result, my workflow now includes checking the status 
> of the connection before executing any SQL scripts lest I end up having to 
> kill off the IDE.
> The "fix" would be to pause (or stop) executing the script until the user has 
> entered the password in the first dialog box, then continue.
>  



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

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

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



[jira] [Commented] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-03-20 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-2842:
---

This appears to be a version of pack200 forked from the original prior to 
removal.

https://github.com/pack200/pack200

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



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

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

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



[jira] [Commented] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-03-20 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-2842:
---

Not sure this really helps but this  
https://docs.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/pack200.html
 talks a little about pack200 and gzip.  Is this an alternative 

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



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

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

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



[jira] [Commented] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-03-20 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-2842:
---

So is this a two part problem?  

(1) Need a way to uncompress existing pack200 format nbm and 
(2) Replacing with a different  compress format?

Is pack200 compatible with any other format as an alternative (i.e. could it 
just use a Java unzip/zipper instead)?

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



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

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

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



[jira] [Commented] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-03-20 Thread Peter Firmstone (Jira)


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

Peter Firmstone commented on NETBEANS-2842:
---

AL2.0 Apache Harmony pack200 application code and unit tests, also with OpenJDK 
GPL pack200 jtreg tests, until they are replaced by unit tests.

https://github.com/pfirmstone/Pack200.net

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



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

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

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