[netbeans-html4j] branch JDK14 updated: Check the status of generating Javadoc

2020-03-22 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/JDK14 by this push:
 new 4b0a4ce  Check the status of generating Javadoc
4b0a4ce is described below

commit 4b0a4ce8048558c0841a632baa4ef66a9f0e1c5c
Author: Jaroslav Tulach 
AuthorDate: Mon Mar 23 06:56:32 2020 +0100

Check the status of generating Javadoc
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 8c50365..b220c39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ script:
   - $JAVA_HOME/bin/java -version
   - mvn install -DskipTests $ARGS
   - mvn verify $ARGS
+  - mvn javadoc:aggregate
 
 matrix:
   include:


-
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-html4j] branch JDK14 updated: Making sure we compile and test fine on JDK14

2020-03-22 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/JDK14 by this push:
 new 3ba31fd  Making sure we compile and test fine on JDK14
3ba31fd is described below

commit 3ba31fd7f1db16aeb35401190d5d6436925b45c1
Author: Jaroslav Tulach 
AuthorDate: Mon Mar 23 05:16:09 2020 +0100

Making sure we compile and test fine on JDK14
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2db7258..d614ba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,9 +559,9 @@ 
org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
   
   
   
-  jdk13
+  jdk13+
   
-  13
+  [13,]
   
   
   1.7


-
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-html4j] branch JDK14 created (now 0a772b0)

2020-03-22 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


  at 0a772b0  Enabling testing on just released JDK14

This branch includes the following new commits:

 new 0a772b0  Enabling testing on just released JDK14

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



-
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-html4j] 01/01: Enabling testing on just released JDK14

2020-03-22 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit 0a772b02666c597c5f3b7580979815b41696ecc4
Author: Jaroslav Tulach 
AuthorDate: Mon Mar 23 04:47:33 2020 +0100

Enabling testing on just released JDK14
---
 .travis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2fb5798..8c50365 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,12 @@ matrix:
   jdk: openjdk11
   env:
 - ARGS=-Dnone
+- os: linux
+  name: Linux JDK14 (latest)
+  dist: trusty
+  jdk: openjdk14
+  env:
+- ARGS=-Dnone
 - os: osx
   name: Mac JDK8
   osx_image: xcode9.3


-
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-3876) Using Groovy in projects is causing java.lang.NoClassDefFoundError

2020-03-22 Thread Sven Reimers (Jira)


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

Sven Reimers commented on NETBEANS-3876:


Thanks for your offer... hope the actual PR fixes the problem.. will come back 
to you if I have questions how to get Groovy 3 problems fixed...

> Using Groovy in projects is causing java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3876
> URL: https://issues.apache.org/jira/browse/NETBEANS-3876
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
> Environment: Windows 10
> openjdk version "14" 2020-03-17
> OpenJDK Runtime Environment AdoptOpenJDK (build 14+34-202002111235)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+34-202002111235, mixed mode, 
> sharing)
>Reporter: Benjamin Graf
>Assignee: Sven Reimers
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Following Exception is throws in several use cases for projects using groovy 
> files. I can recognize it for following use cases:
> * internal code parsing of editor
> * while "Clean and Build" ant project
> {noformat}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.codehaus.groovy.vmplugin.v7.Java7
>   at 
> org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
>   at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:141)
>   at org.codehaus.groovy.ast.ClassHelper.(ClassHelper.java:77)
>   at org.codehaus.groovy.classgen.Verifier.(Verifier.java:133)
>   at 
> org.codehaus.groovy.control.CompilationUnit.(CompilationUnit.java:170)
>   at 
> org.netbeans.modules.groovy.editor.compiler.CompilationUnit.(CompilationUnit.java:64)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parseBuffer(GroovyParser.java:441)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parse(GroovyParser.java:137)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
>   at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> 

[jira] [Commented] (NETBEANS-3876) Using Groovy in projects is causing java.lang.NoClassDefFoundError

2020-03-22 Thread Paul King (Jira)


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

Paul King commented on NETBEANS-3876:
-

Cool. Let me know if there is anything I can do.

> Using Groovy in projects is causing java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3876
> URL: https://issues.apache.org/jira/browse/NETBEANS-3876
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
> Environment: Windows 10
> openjdk version "14" 2020-03-17
> OpenJDK Runtime Environment AdoptOpenJDK (build 14+34-202002111235)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+34-202002111235, mixed mode, 
> sharing)
>Reporter: Benjamin Graf
>Assignee: Sven Reimers
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Following Exception is throws in several use cases for projects using groovy 
> files. I can recognize it for following use cases:
> * internal code parsing of editor
> * while "Clean and Build" ant project
> {noformat}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.codehaus.groovy.vmplugin.v7.Java7
>   at 
> org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
>   at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:141)
>   at org.codehaus.groovy.ast.ClassHelper.(ClassHelper.java:77)
>   at org.codehaus.groovy.classgen.Verifier.(Verifier.java:133)
>   at 
> org.codehaus.groovy.control.CompilationUnit.(CompilationUnit.java:170)
>   at 
> org.netbeans.modules.groovy.editor.compiler.CompilationUnit.(CompilationUnit.java:64)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parseBuffer(GroovyParser.java:441)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parse(GroovyParser.java:137)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
>   at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)

[jira] [Updated] (NETBEANS-3876) Using Groovy in projects is causing java.lang.NoClassDefFoundError

2020-03-22 Thread Sven Reimers (Jira)


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

Sven Reimers updated NETBEANS-3876:
---
Fix Version/s: 12.0

> Using Groovy in projects is causing java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3876
> URL: https://issues.apache.org/jira/browse/NETBEANS-3876
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
> Environment: Windows 10
> openjdk version "14" 2020-03-17
> OpenJDK Runtime Environment AdoptOpenJDK (build 14+34-202002111235)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+34-202002111235, mixed mode, 
> sharing)
>Reporter: Benjamin Graf
>Assignee: Sven Reimers
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Following Exception is throws in several use cases for projects using groovy 
> files. I can recognize it for following use cases:
> * internal code parsing of editor
> * while "Clean and Build" ant project
> {noformat}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.codehaus.groovy.vmplugin.v7.Java7
>   at 
> org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
>   at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:141)
>   at org.codehaus.groovy.ast.ClassHelper.(ClassHelper.java:77)
>   at org.codehaus.groovy.classgen.Verifier.(Verifier.java:133)
>   at 
> org.codehaus.groovy.control.CompilationUnit.(CompilationUnit.java:170)
>   at 
> org.netbeans.modules.groovy.editor.compiler.CompilationUnit.(CompilationUnit.java:64)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parseBuffer(GroovyParser.java:441)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parse(GroovyParser.java:137)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
>   at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>   at 
> 

[jira] [Updated] (NETBEANS-4051) Groovy support is broken if IDE is running on JDK14

2020-03-22 Thread Sven Reimers (Jira)


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

Sven Reimers updated NETBEANS-4051:
---
Labels: pull-request-available  (was: )

> Groovy support is broken if IDE is running on JDK14
> ---
>
> Key: NETBEANS-4051
> URL: https://issues.apache.org/jira/browse/NETBEANS-4051
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Due to some issue with Groovy 2.5.9 support for Groovy code editing is broken 
> IDE is running on Java 14. Possible solution is an update to latest Groovy 
> 2.5.x version.



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

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

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



[jira] [Assigned] (NETBEANS-3876) Using Groovy in projects is causing java.lang.NoClassDefFoundError

2020-03-22 Thread Sven Reimers (Jira)


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

Sven Reimers reassigned NETBEANS-3876:
--

Assignee: Sven Reimers

> Using Groovy in projects is causing java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3876
> URL: https://issues.apache.org/jira/browse/NETBEANS-3876
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
> Environment: Windows 10
> openjdk version "14" 2020-03-17
> OpenJDK Runtime Environment AdoptOpenJDK (build 14+34-202002111235)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+34-202002111235, mixed mode, 
> sharing)
>Reporter: Benjamin Graf
>Assignee: Sven Reimers
>Priority: Major
>
> Following Exception is throws in several use cases for projects using groovy 
> files. I can recognize it for following use cases:
> * internal code parsing of editor
> * while "Clean and Build" ant project
> {noformat}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.codehaus.groovy.vmplugin.v7.Java7
>   at 
> org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
>   at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:141)
>   at org.codehaus.groovy.ast.ClassHelper.(ClassHelper.java:77)
>   at org.codehaus.groovy.classgen.Verifier.(Verifier.java:133)
>   at 
> org.codehaus.groovy.control.CompilationUnit.(CompilationUnit.java:170)
>   at 
> org.netbeans.modules.groovy.editor.compiler.CompilationUnit.(CompilationUnit.java:64)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parseBuffer(GroovyParser.java:441)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parse(GroovyParser.java:137)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
>   at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
>   

[jira] [Updated] (NETBEANS-3876) Using Groovy in projects is causing java.lang.NoClassDefFoundError

2020-03-22 Thread Sven Reimers (Jira)


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

Sven Reimers updated NETBEANS-3876:
---
Labels: pull-request-available  (was: )

> Using Groovy in projects is causing java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3876
> URL: https://issues.apache.org/jira/browse/NETBEANS-3876
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 11.3
> Environment: Windows 10
> openjdk version "14" 2020-03-17
> OpenJDK Runtime Environment AdoptOpenJDK (build 14+34-202002111235)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+34-202002111235, mixed mode, 
> sharing)
>Reporter: Benjamin Graf
>Assignee: Sven Reimers
>Priority: Major
>  Labels: pull-request-available
>
> Following Exception is throws in several use cases for projects using groovy 
> files. I can recognize it for following use cases:
> * internal code parsing of editor
> * while "Clean and Build" ant project
> {noformat}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.codehaus.groovy.vmplugin.v7.Java7
>   at 
> org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
>   at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:141)
>   at org.codehaus.groovy.ast.ClassHelper.(ClassHelper.java:77)
>   at org.codehaus.groovy.classgen.Verifier.(Verifier.java:133)
>   at 
> org.codehaus.groovy.control.CompilationUnit.(CompilationUnit.java:170)
>   at 
> org.netbeans.modules.groovy.editor.compiler.CompilationUnit.(CompilationUnit.java:64)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parseBuffer(GroovyParser.java:441)
>   at 
> org.netbeans.modules.groovy.editor.api.parser.GroovyParser.parse(GroovyParser.java:137)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
>   at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
>   at 
> org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>   at 
> 

[netbeans-mavenutils-nb-repository-plugin] branch master updated: add test and better dependency identification (#5)

2020-03-22 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-mavenutils-nb-repository-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 2b61d7a  add test and better dependency identification (#5)
2b61d7a is described below

commit 2b61d7ab4270ca450467d23463385a6d73806c33
Author: Eric Barboni 
AuthorDate: Sun Mar 22 21:49:28 2020 +0100

add test and better dependency identification (#5)
---
 .../nbm/repository/PopulateRepositoryMojo.java | 38 ++
 .../nbm/repository/PopulateRepositoryMojoTest.java | 32 ++
 2 files changed, 56 insertions(+), 14 deletions(-)

diff --git 
a/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java 
b/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
index f4ebcd5..0e0af62 100644
--- 
a/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
+++ 
b/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
@@ -981,16 +981,15 @@ public class PopulateRepositoryMojo
 String sha1 = encode ( shaDig.digest() ).toUpperCase();
 for ( String string : content512 ) 
 {
+if ( string.startsWith( "#" ) ) 
+{
+continue;
+}
 String[] split = string.split( ";" );
 if ( split[0].equals( sha1 ) && split[1].contains( ":" ) ) 
 {
-String[] splits = split[1].split( ":" );
-Dependency dep = new Dependency();
-dep.setArtifactId( splits[1] );
-dep.setGroupId( splits[0] );
-dep.setVersion( splits[2] );
-dep.setType( "jar" );
-getLog().info( "found match " + splits[0] + ":" + 
splits[1] + ":" + splits[2] + " for " + f.getName() );
+Dependency dep = splitDependencyString( split[1] );

+getLog().info( "found match " + dep.getGroupId() + ":" + 
dep.getArtifactId() + ":" + dep.getVersion() + " for " + f.getName() );
 return dep;
 }
 }
@@ -1003,6 +1002,31 @@ public class PopulateRepositoryMojo
 return null;
 }
 
+static Dependency splitDependencyString( String split ) 
+{
+String[] splits = split.split( ":" );
+Dependency dep = new Dependency();
+dep.setArtifactId( splits[1] );
+dep.setGroupId( splits[0] );
+dep.setVersion( splits[2] );
+dep.setType( "jar" );
+dep.setClassifier( "" );
+if ( splits.length > 3 )
+{
+String[] split2 = splits[3].split( "@" );
+if ( split2.length > 1 )
+{
+dep.setClassifier( split2[0] );
+dep.setType( split2[1] );
+}
+else
+{
+dep.setClassifier( splits[3] );
+}
+}
+return dep;
+}
+
 File createExternalProject( ExternalsWrapper wrapper )
 {
 Model mavenModel = new Model();
diff --git 
a/src/test/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojoTest.java
 
b/src/test/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojoTest.java
index 516c4a1..5a6ab2a 100644
--- 
a/src/test/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojoTest.java
+++ 
b/src/test/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojoTest.java
@@ -19,14 +19,8 @@ package org.apache.netbeans.nbm.repository;
  * under the License.
  */
 
-import org.apache.netbeans.nbm.repository.PopulateRepositoryMojo;
-import java.io.File;
 import junit.framework.TestCase;
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.artifact.repository.DefaultArtifactRepository;
-import org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;
-import org.apache.maven.plugin.testing.AbstractMojoTestCase;
-import org.codehaus.plexus.util.FileUtils;
+import org.apache.maven.model.Dependency;
 
 /**
  * 
@@ -59,6 +53,30 @@ public class PopulateRepositoryMojoTest extends TestCase /** 
AbstractMojoTestCas
 assertTrue( new File( repo, "testgrp/testarg/1.0/testarg-1.0.nbm" 
).isFile() );
 assertFalse( new File( repo, "testgrp/testarg/1.0/testarg-1.0.jar" 
).isFile() );
 }
+
+public void testSplit() throws Exception
+{
+Dependency dep1 = 
PopulateRepositoryMojo.splitDependencyString("org.apache.maven:apache-maven:3.6.3:bin@zip");
+assertEquals("org.apache.maven", dep1.getGroupId() );
+assertEquals("apache-maven", dep1.getArtifactId());
+assertEquals("3.6.3", dep1.getVersion());
+assertEquals("bin", dep1.getClassifier());
+assertEquals("zip", 

[jira] [Commented] (NETBEANS-4055) Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 11.0 and above

2020-03-22 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4055:
-

If you're using the NetBeans Chrome Connector, make sure to use Apache NetBeans 
11.3.

> Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my web HTML5/JavaScript project not working in versions 11.0 and above
> ---
>
> Key: NETBEANS-4055
> URL: https://issues.apache.org/jira/browse/NETBEANS-4055
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.3
> Environment: Windows 8.1 64 bit 
> Use NetBeans Connector
> 1.1.5 on google chrome
>Reporter: Amikam Kaminsky
>Priority: Major
> Attachments: nb_11.0.png
>
>
> Hi,
>  Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my *web* HTML5/JavaScript project not working in versions 11.0 and above 
> (11.2, 11.3). 
>  (using debugger; word work with read only source files that its very hard to 
> work that way:
>  force me all the time to change the code and clear the NB cashe and restart 
> NB for making the read only files up to date).
>  BTW
>  On HTML 5/JavaScript project that its *not* *web* the breakpoints on js 
> files works OK on the versions 11.0 and above as they work before for me in 
> NB 8.02.
> Can i chat or talk with someone about it?
> Thanks
>  Ami



--
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-4055) Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 11.0 and above

2020-03-22 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4055:
-

Step by step instructions so someone can reproduce the problem, please.

> Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my web HTML5/JavaScript project not working in versions 11.0 and above
> ---
>
> Key: NETBEANS-4055
> URL: https://issues.apache.org/jira/browse/NETBEANS-4055
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.3
> Environment: Windows 8.1 64 bit 
> Use NetBeans Connector
> 1.1.5 on google chrome
>Reporter: Amikam Kaminsky
>Priority: Major
> Attachments: nb_11.0.png
>
>
> Hi,
>  Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my *web* HTML5/JavaScript project not working in versions 11.0 and above 
> (11.2, 11.3). 
>  (using debugger; word work with read only source files that its very hard to 
> work that way:
>  force me all the time to change the code and clear the NB cashe and restart 
> NB for making the read only files up to date).
>  BTW
>  On HTML 5/JavaScript project that its *not* *web* the breakpoints on js 
> files works OK on the versions 11.0 and above as they work before for me in 
> NB 8.02.
> Can i chat or talk with someone about it?
> Thanks
>  Ami



--
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-4055) Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 11.0 and above

2020-03-22 Thread Amikam Kaminsky (Jira)


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

Amikam Kaminsky commented on NETBEANS-4055:
---

Use NetBeans Connector 1.1.5 on google chrome

> Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my web HTML5/JavaScript project not working in versions 11.0 and above
> ---
>
> Key: NETBEANS-4055
> URL: https://issues.apache.org/jira/browse/NETBEANS-4055
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.3
> Environment: Windows 8.1 64 bit 
> Use NetBeans Connector
> 1.1.5 on google chrome
>Reporter: Amikam Kaminsky
>Priority: Major
> Attachments: nb_11.0.png
>
>
> Hi,
>  Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my *web* HTML5/JavaScript project not working in versions 11.0 and above 
> (11.2, 11.3). 
>  (using debugger; word work with read only source files that its very hard to 
> work that way:
>  force me all the time to change the code and clear the NB cashe and restart 
> NB for making the read only files up to date).
>  BTW
>  On HTML 5/JavaScript project that its *not* *web* the breakpoints on js 
> files works OK on the versions 11.0 and above as they work before for me in 
> NB 8.02.
> Can i chat or talk with someone about it?
> Thanks
>  Ami



--
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-4055) Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 11.0 and above

2020-03-22 Thread Amikam Kaminsky (Jira)


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

Amikam Kaminsky updated NETBEANS-4055:
--
Environment: 
Windows 8.1 64 bit 
Use NetBeans Connector
1.1.5 on google chrome

  was:Windows 8.1 64 bit


> Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my web HTML5/JavaScript project not working in versions 11.0 and above
> ---
>
> Key: NETBEANS-4055
> URL: https://issues.apache.org/jira/browse/NETBEANS-4055
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.3
> Environment: Windows 8.1 64 bit 
> Use NetBeans Connector
> 1.1.5 on google chrome
>Reporter: Amikam Kaminsky
>Priority: Major
> Attachments: nb_11.0.png
>
>
> Hi,
>  Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my *web* HTML5/JavaScript project not working in versions 11.0 and above 
> (11.2, 11.3). 
>  (using debugger; word work with read only source files that its very hard to 
> work that way:
>  force me all the time to change the code and clear the NB cashe and restart 
> NB for making the read only files up to date).
>  BTW
>  On HTML 5/JavaScript project that its *not* *web* the breakpoints on js 
> files works OK on the versions 11.0 and above as they work before for me in 
> NB 8.02.
> Can i chat or talk with someone about it?
> Thanks
>  Ami



--
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-4055) Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 11.0 and above

2020-03-22 Thread Amikam Kaminsky (Jira)


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

Amikam Kaminsky updated NETBEANS-4055:
--
Description: 
Hi,
 Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
my *web* HTML5/JavaScript project not working in versions 11.0 and above (11.2, 
11.3). 
 (using debugger; word work with read only source files that its very hard to 
work that way:
 force me all the time to change the code and clear the NB cashe and restart NB 
for making the read only files up to date).
 BTW
 On HTML 5/JavaScript project that its *not* *web* the breakpoints on js files 
works OK on the versions 11.0 and above as they work before for me in NB 8.02.

Can i chat or talk with someone about it?

Thanks
 Ami

  was:
Hi,
 Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
my *web* HTML5/JavaScript project not working in versions 11.0 and above (11.2, 
11.3). 
 (using debugger; word work with read only source files that its very hard to 
work that way:
 force me all the time to change the code and clear the NB cash and restart NB 
for making the read only files up to date).
 BTW
 On HTML 5/JavaScript project that its *not* *web* the breakpoints on js files 
works OK on the versions 11.0 and above as they work before for me in NB 8.02.

Can i chat or talk with someone about it?

Thanks
 Ami


> Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my web HTML5/JavaScript project not working in versions 11.0 and above
> ---
>
> Key: NETBEANS-4055
> URL: https://issues.apache.org/jira/browse/NETBEANS-4055
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.3
> Environment: Windows 8.1 64 bit
>Reporter: Amikam Kaminsky
>Priority: Major
> Attachments: nb_11.0.png
>
>
> Hi,
>  Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
> my *web* HTML5/JavaScript project not working in versions 11.0 and above 
> (11.2, 11.3). 
>  (using debugger; word work with read only source files that its very hard to 
> work that way:
>  force me all the time to change the code and clear the NB cashe and restart 
> NB for making the read only files up to date).
>  BTW
>  On HTML 5/JavaScript project that its *not* *web* the breakpoints on js 
> files works OK on the versions 11.0 and above as they work before for me in 
> NB 8.02.
> Can i chat or talk with someone about it?
> Thanks
>  Ami



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

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

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



[jira] [Created] (NETBEANS-4055) Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 11.0 and above

2020-03-22 Thread Amikam Kaminsky (Jira)
Amikam Kaminsky created NETBEANS-4055:
-

 Summary: Breakpoints on JavaScript source files that used to work 
on NetBeans 8.02 in my web HTML5/JavaScript project not working in versions 
11.0 and above
 Key: NETBEANS-4055
 URL: https://issues.apache.org/jira/browse/NETBEANS-4055
 Project: NetBeans
  Issue Type: Task
Affects Versions: 11.3
 Environment: Windows 8.1 64 bit
Reporter: Amikam Kaminsky
 Attachments: nb_11.0.png

Hi,
 Breakpoints on JavaScript source files that used to work on NetBeans 8.02 in 
my *web* HTML5/JavaScript project not working in versions 11.0 and above (11.2, 
11.3). 
 (using debugger; word work with read only source files that its very hard to 
work that way:
 force me all the time to change the code and clear the NB cash and restart NB 
for making the read only files up to date).
 BTW
 On HTML 5/JavaScript project that its *not* *web* the breakpoints on js files 
works OK on the versions 11.0 and above as they work before for me in NB 8.02.

Can i chat or talk with someone about it?

Thanks
 Ami



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

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

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



[jira] [Created] (NETBEANS-4054) Embedded Webkit browser not working

2020-03-22 Thread Jira
Manuel Hernández created NETBEANS-4054:
--

 Summary: Embedded Webkit browser not working
 Key: NETBEANS-4054
 URL: https://issues.apache.org/jira/browse/NETBEANS-4054
 Project: NetBeans
  Issue Type: Bug
 Environment: Win10, JDK 10, Netbeans 11.3
Reporter: Manuel Hernández


Triying to use the embedded webkit browser results in an error:

java.lang.NoSuchMethodError: 
javafx.scene.web.WebEngine.impl_getDebugger()Lcom/sun/javafx/scene/web/Debugger;java.lang.NoSuchMethodError:
 
javafx.scene.web.WebEngine.impl_getDebugger()Lcom/sun/javafx/scene/web/Debugger;
 at 
org.netbeans.core.browser.webview.ext.WebKitDebuggingTransport.attach(WebKitDebuggingTransport.java:57)
 at 
org.netbeans.core.browser.webview.HtmlBrowserImpl$1.run(HtmlBrowserImpl.java:156)
 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)[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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] (NETBEANSINFRA-12) org.netbeans.external:net.java.html & co. have wrong groupId/artifactId

2020-03-22 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANSINFRA-12:
---

Did another fix to allow getting true coordinate instead of the "-" one. 

Still miss adding to netbeans build an extended white list for jar we unzip 
from maven for example.

For the test, it's complicated to have them in the plugin they need a full 
netbeans build. It would be better at the end of TLP job. Will try that a bit 
later

> org.netbeans.external:net.java.html & co. have wrong groupId/artifactId
> ---
>
> Key: NETBEANSINFRA-12
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-12
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: MU - Apache NetBeans nb repository plugin
>Reporter: Jaroslav Tulach
>Assignee: Eric Barboni
>Priority: Minor
>  Labels: pull-request-available
> Fix For: NB Repository Plugin 1.6
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> While working on https://github.com/apache/netbeans/pull/1738 I realized that 
> the Maven name given to org.netbeans.external:net.java.html:1.7 is wrong and 
> it needlessly complicates the integration with rest of the utilities that 
> rely on upstream org.netbeans.html:net.java.html:1.7 name.
> There is a code that tries to {{findExternal}} in Maven Utilities module:
> https://github.com/apache/netbeans-mavenutils-nb-repository-plugin/blob/master/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java#L426
> However it is not yet implemented. Anyway, many of our OSGi bundles come from 
> Maven central and they should be referenced with their real Maven 
> co-ordinates.



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

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

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



[netbeans-website] branch master updated (fbc9d96 -> 63b9746)

2020-03-22 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from fbc9d96  [NETBEANS-3704] Wiki pages required by apidoc
 add 5127f04  Adding review label and one tweak
 new 63b9746  Merge pull request #465 from apache/geertjanw-patch-21

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


Summary of changes:
 netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


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

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



[netbeans-website] 01/01: Adding review label and one tweak

2020-03-22 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 5127f048159ccefdd26c9ca958a786eb8f00f92a
Author: Geertjan Wielenga 
AuthorDate: Sun Mar 22 09:58:58 2020 +0100

Adding review label and one tweak
---
 netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc
index d70cb21..4b1e18a 100644
--- a/netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc
@@ -28,6 +28,7 @@
 :icons: font
 :experimental:
 :description: NetBeans Platform Learning Trail - Apache NetBeans
+:reviewed: 2020-03-22
 :keywords: Apache NetBeans Platform, Platform Tutorials, NetBeans Platform 
Learning Trail
 
 
@@ -66,8 +67,6 @@ additional editor feature.
 
 == Using the NetBeans APIs
 
-=== NetBeans Platform Fundamentals
-
 Are you new to the NetBeans Platform? If so, after following the documents in
 the "Getting Started" section above, please continue your learning path by
 reading the documents below. In particular, the book, published in 2014,


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

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



[netbeans-website] branch geertjanw-patch-21 created (now 5127f04)

2020-03-22 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch geertjanw-patch-21
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


  at 5127f04  Adding review label and one tweak

This branch includes the following new commits:

 new 5127f04  Adding review label and one tweak

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



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

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



[netbeans-website] 01/01: Merge pull request #465 from apache/geertjanw-patch-21

2020-03-22 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 63b97465bbe784d54dfaa96e8b0e05217303f231
Merge: fbc9d96 5127f04
Author: Geertjan Wielenga 
AuthorDate: Sun Mar 22 09:59:11 2020 +0100

Merge pull request #465 from apache/geertjanw-patch-21

Adding review label and one tweak

 netbeans.apache.org/src/content/kb/docs/platform/index.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


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

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



[jira] [Commented] (NETBEANS-4053) Netbeans Installer under Windows 10 using JDK14 throws Exception

2020-03-22 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4053:
-

Go for it, make it happen, it's on GitHub, just provide a pull request with 
these changes.

> Netbeans Installer under Windows 10 using JDK14 throws Exception
> 
>
> Key: NETBEANS-4053
> URL: https://issues.apache.org/jira/browse/NETBEANS-4053
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 11.3
>Reporter: Svante Schubert
>Priority: Major
> Attachments: 2020-03-22_0208.png
>
>
> If I am installing Netbeans 11.3 on Windows 10 using JDK 14 and 
> Apache-NetBeans-11.3-bin-windows-x64.exe an exception is thrown:
> !2020-03-22_0208.png!
> It works fine when switching back to JDK 11.
>  



--
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-4053) Netbeans Installer under Windows 10 using JDK14 throws Exception

2020-03-22 Thread Svante Schubert (Jira)


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

Svante Schubert commented on NETBEANS-4053:
---

Yes, I indeed, I have now double-checked, as you mentioned it.

But I did not notice nor read it, likely as
 # It is a green light bulb, not a red one...
 # The font is even smaller than the surrounding...

In other words, you might want to give that paragraph a bit more atmosphere of 
a warning (I love red for these cases!) ;)

> Netbeans Installer under Windows 10 using JDK14 throws Exception
> 
>
> Key: NETBEANS-4053
> URL: https://issues.apache.org/jira/browse/NETBEANS-4053
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 11.3
>Reporter: Svante Schubert
>Priority: Major
> Attachments: 2020-03-22_0208.png
>
>
> If I am installing Netbeans 11.3 on Windows 10 using JDK 14 and 
> Apache-NetBeans-11.3-bin-windows-x64.exe an exception is thrown:
> !2020-03-22_0208.png!
> It works fine when switching back to JDK 11.
>  



--
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-4052) Just downloaded but cannot open project

2020-03-22 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4052:
-

 Best to use the latest release: 11.3

> Just downloaded but cannot open project
> ---
>
> Key: NETBEANS-4052
> URL: https://issues.apache.org/jira/browse/NETBEANS-4052
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: windows 
>Reporter: Peyton Osborn
>Priority: Major
> Fix For: 11.2
>
>
> I just downloaded netbeans to my laptop and i am able to open the app but 
> when i start a new project it says there is a problem and this is the 
> exception that is caught. A java.lang.NoClassDefFoundError exception has 
> occurred.



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

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

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



[jira] [Closed] (NETBEANS-4042) Unused use statement in PHP when used just in @throws phpdoc

2020-03-22 Thread Jira


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

Pavel Železný closed NETBEANS-4042.
---
Resolution: Not A Bug

> Unused use statement in PHP when used just in @throws phpdoc
> 
>
> Key: NETBEANS-4042
> URL: https://issues.apache.org/jira/browse/NETBEANS-4042
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code, php - Code Analysis, php - Editor
>Affects Versions: 11.3
>Reporter: Pavel Železný
>Priority: Minor
>
> When the php code contains @throws, the previous version of Netbeans 
> understand it and shorten the namespace and move him into "use" block.
> Unfortunately, the current version don't understand it an mark this "use" as 
> "unused" and also delete them when the "fix usages" was called.



--
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-4042) Unused use statement in PHP when used just in @throws phpdoc

2020-03-22 Thread Jira


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

Pavel Železný commented on NETBEANS-4042:
-

After reinstalling Netbeans, the autocomplete work again. :) Sorry for disturb.

> Unused use statement in PHP when used just in @throws phpdoc
> 
>
> Key: NETBEANS-4042
> URL: https://issues.apache.org/jira/browse/NETBEANS-4042
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code, php - Code Analysis, php - Editor
>Affects Versions: 11.3
>Reporter: Pavel Železný
>Priority: Minor
>
> When the php code contains @throws, the previous version of Netbeans 
> understand it and shorten the namespace and move him into "use" block.
> Unfortunately, the current version don't understand it an mark this "use" as 
> "unused" and also delete them when the "fix usages" was called.



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