[jira] [Updated] (NETBEANS-3749) [LSP] Adding option to open code completion while typing

2020-01-27 Thread ASF GitHub Bot (Jira)


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

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

> [LSP] Adding option to open code completion while typing
> 
>
> Key: NETBEANS-3749
> URL: https://issues.apache.org/jira/browse/NETBEANS-3749
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates, editor - Options
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.3-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta1
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
>
> Atm the code completion for new languages added with textmate and the LSP for 
> that, will not comes up after typing. It will comes up, when you type ctrl + 
> space as usual. In the standard NetBeans languages (PHP, Java, etc.) there is 
> the option to show code completion while typing w/o hitting ctrl + space. I 
> know that some people don't want that and some people want that so we need an 
> option for that.
> I would suggest to add this option to each language that we can add in the 
> add new language dialog at the Language Server pptions page. Maybe a global 
> option to make this available for each language will be good too to override 
> the specific ones.



--
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-3757) LSP based code completion may break on item confirmation

2020-01-27 Thread Jan Lahoda (Jira)
Jan Lahoda created NETBEANS-3757:


 Summary: LSP based code completion may break on item confirmation
 Key: NETBEANS-3757
 URL: https://issues.apache.org/jira/browse/NETBEANS-3757
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Affects Versions: 11.3
Reporter: Jan Lahoda
Assignee: Jan Lahoda


Consider this TypeScript code:

---

function bla(foo: string) {
 var v = foo.charAt(0)
}

---

Open code completion after "cha", and press enter on charCodeAt - this will 
result in:

---

function bla(foo: string) {
 var v = foo.chadeAtrAt(0)
}

---

 



--
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-3749) [LSP] Adding option to open code completion while typing

2020-01-27 Thread Jan Lahoda (Jira)


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

Jan Lahoda updated NETBEANS-3749:
-
Issue Type: Bug  (was: Improvement)

> [LSP] Adding option to open code completion while typing
> 
>
> Key: NETBEANS-3749
> URL: https://issues.apache.org/jira/browse/NETBEANS-3749
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates, editor - Options
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.3-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta1
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>
> Atm the code completion for new languages added with textmate and the LSP for 
> that, will not comes up after typing. It will comes up, when you type ctrl + 
> space as usual. In the standard NetBeans languages (PHP, Java, etc.) there is 
> the option to show code completion while typing w/o hitting ctrl + space. I 
> know that some people don't want that and some people want that so we need an 
> option for that.
> I would suggest to add this option to each language that we can add in the 
> add new language dialog at the Language Server pptions page. Maybe a global 
> option to make this available for each language will be good too to override 
> the specific ones.



--
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-jackpot30] branch master updated: Using https to access maven.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 2a9f5c0  Using https to access maven.
2a9f5c0 is described below

commit 2a9f5c05131b2d14acfc0dbfdfe5679dd7a93f24
Author: Jan Lahoda 
AuthorDate: Tue Jan 28 07:19:40 2020 +0100

Using https to access maven.
---
 cmdline/tool/build.xml |  2 +-
 lib/download.xml   | 54 +-
 2 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/cmdline/tool/build.xml b/cmdline/tool/build.xml
index 8edafd5..b57d509 100644
--- a/cmdline/tool/build.xml
+++ b/cmdline/tool/build.xml
@@ -26,7 +26,7 @@
 
 
 
-http://central.maven.org/maven2/net/sf/jopt-simple/jopt-simple/3.2/jopt-simple-3.2.jar;
+https://repo1.maven.org/maven2/net/sf/jopt-simple/jopt-simple/3.2/jopt-simple-3.2.jar;
  dest="build/jopt-simple-3.2.jar"
  skipexisting="true"/>
 
diff --git a/lib/download.xml b/lib/download.xml
index 798d44c..4e66eff 100644
--- a/lib/download.xml
+++ b/lib/download.xml
@@ -30,43 +30,43 @@
  
  
 
-http://central.maven.org/maven2/com/sun/jersey/jersey-client/1.0.1/jersey-client-1.0.1.jar;
 target="jersey-1.1/jersey-client-1.0.1.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-client/1.0.1/jersey-client-1.0.1-javadoc.jar;
 target="jersey-1.1/jersey-client-1.0.1-javadoc.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-client/1.0.1/jersey-client-1.0.1-sources.jar;
 target="jersey-1.1/jersey-client-1.0.1-sources.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-core/1.0.1/jersey-core-1.0.1.jar;
 target="jersey-1.1/jersey-core-1.0.1.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-core/1.0.1/jersey-core-1.0.1-javadoc.jar;
 target="jersey-1.1/jersey-core-1.0.1-javadoc.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-core/1.0.1/jersey-core-1.0.1-sources.jar;
 target="jersey-1.1/jersey-core-1.0.1-sources.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-server/1.0.1/jersey-server-1.0.1.jar;
 target="jersey-1.1/jersey-server-1.0.1.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-server/1.0.1/jersey-server-1.0.1-javadoc.jar;
 target="jersey-1.1/jersey-server-1.0.1-javadoc.jar"/>
-http://central.maven.org/maven2/com/sun/jersey/jersey-server/1.0.1/jersey-server-1.0.1-sources.jar;
 target="jersey-1.1/jersey-server-1.0.1-sources.jar"/>
-http://central.maven.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.8.6.3/grizzly-servlet-webserver-1.8.6.3.jar;
 target="jersey-1.1/grizzly-servlet-webserver-1.8.6.3.jar"/>
-http://central.maven.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.14/grizzly-servlet-webserver-1.9.14-javadoc.jar;
 target="jersey-1.1/grizzly-servlet-webserver-1.9.14-javadoc.jar"/>
-http://central.maven.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.14/grizzly-servlet-webserver-1.9.14-sources.jar;
 target="jersey-1.1/grizzly-servlet-webserver-1.9.14-sources.jar"/>
-http://central.maven.org/maven2/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0.jar;
 target="jersey-1.1/jsr311-api-1.0.jar"/>
-http://central.maven.org/maven2/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0-javadoc.jar;
 target="jersey-1.1/jsr311-api-1.0-javadoc.jar"/>
-http://central.maven.org/maven2/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0-sources.jar;
 target="jersey-1.1/jsr311-api-1.0-sources.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.0.1/jersey-client-1.0.1.jar;
 target="jersey-1.1/jersey-client-1.0.1.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.0.1/jersey-client-1.0.1-javadoc.jar;
 target="jersey-1.1/jersey-client-1.0.1-javadoc.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.0.1/jersey-client-1.0.1-sources.jar;
 target="jersey-1.1/jersey-client-1.0.1-sources.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.0.1/jersey-core-1.0.1.jar;
 target="jersey-1.1/jersey-core-1.0.1.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.0.1/jersey-core-1.0.1-javadoc.jar;
 target="jersey-1.1/jersey-core-1.0.1-javadoc.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.0.1/jersey-core-1.0.1-sources.jar;
 target="jersey-1.1/jersey-core-1.0.1-sources.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-server/1.0.1/jersey-server-1.0.1.jar;
 target="jersey-1.1/jersey-server-1.0.1.jar"/>
+https://repo1.maven.org/maven2/com/sun/jersey/jersey-server/1.0.1/jersey-server-1.0.1-javadoc.jar;
 target="jersey-1.1/jersey-server-1.0.1-javadoc.jar"/>
+

[jira] [Updated] (NETBEANS-2476) Netbeans 11 EE Support Weblogic Server

2020-01-27 Thread Wayne Zhang (Jira)


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

Wayne Zhang updated NETBEANS-2476:
--
Attachment: org-netbeans-modules-j2ee-weblogic9.nbm

> Netbeans 11 EE Support Weblogic Server
> --
>
> Key: NETBEANS-2476
> URL: https://issues.apache.org/jira/browse/NETBEANS-2476
> Project: NetBeans
>  Issue Type: New Feature
>Affects Versions: 11.0
>Reporter: Wayne Zhang
>Priority: Major
> Attachments: org-netbeans-modules-j2ee-weblogic9.nbm
>
>
> Java EE don't support Weblogic server (Plugins > Servers > Add Server).
>  
> Please support Weblogic server as previous Netbeans does.



--
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-2476) Netbeans 11 EE Support Weblogic Server

2020-01-27 Thread Wayne Zhang (Jira)


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

Wayne Zhang commented on NETBEANS-2476:
---

Thanks [~llo] , the Welogic (legacy) plugin can be build from contribute source 
code and it works on the latest NetBeans release (11.2).

 

Attach the nbm for anybody who is using the latest NetBeans release and 
Weblogic server.

> Netbeans 11 EE Support Weblogic Server
> --
>
> Key: NETBEANS-2476
> URL: https://issues.apache.org/jira/browse/NETBEANS-2476
> Project: NetBeans
>  Issue Type: New Feature
>Affects Versions: 11.0
>Reporter: Wayne Zhang
>Priority: Major
>
> Java EE don't support Weblogic server (Plugins > Servers > Add Server).
>  
> Please support Weblogic server as previous Netbeans does.



--
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-3756) [TUTORIALS] Review 'web' section

2020-01-27 Thread ASF GitHub Bot (Jira)


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

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

> [TUTORIALS] Review 'web' section
> 
>
> Key: NETBEANS-3756
> URL: https://issues.apache.org/jira/browse/NETBEANS-3756
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>




--
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-3756) [TUTORIALS] Review 'web' section

2020-01-27 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-3756:


 Summary: [TUTORIALS] Review 'web' section
 Key: NETBEANS-3756
 URL: https://issues.apache.org/jira/browse/NETBEANS-3756
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Antonio Vieiro






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

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

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



[netbeans] branch master updated (e911149 -> 9437365)

2020-01-27 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from e911149  Merge pull request #1893 from ebarboni/platformide
 new 86e0107  NETBEANS-84: Support for JSF 2.3; CDI Changes for JSF 
Artifact Injection
 new 3a5b878  Added missing web-facelettaglibrary_2_3.xsd
 new e1bc511  [NETBEANS-84 ] - Support for JSF 2.3
 new 9437365  Merge pull request #1633 from juneau001/NETBEANS-84

The 3546 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:
 enterprise/servletjspapi/build.xml |   1 +
 .../web/beans/impl/model/EnableBeansFilter.java| 135 ---
 .../web/jsf/editor/facelets/libdefs/core.xml   |  11 +-
 .../web/jsf/editor/facelets/libdefs/html.xml   |   6 +-
 .../jsf/editor/facelets/mojarra/ConfigManager.java |   8 +-
 enterprise/web.jsf/licenseinfo.xml |   1 +
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |  17 +-
 .../jsf/impl/facesmodel/JSFConfigModelImpl.java|   8 +-
 .../web/jsf/impl/facesmodel/JSFConfigQNames.java   | 109 ++
 ...brary_2_2.xsd => web-facelettaglibrary_2_3.xsd} | 431 +
 .../web/jsf/resources/web-faces-mime-resolver.xml  |  10 +
 enterprise/web.jsf20/external/binaries-list|   2 +-
 ...7-license.txt => javax.faces-2.3.9-license.txt} |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf20.sig   |   8 +-
 enterprise/web.jsf20/nbproject/project.properties  |   8 +-
 .../netbeans/modules/web/jsf20/Bundle.properties   |   8 +-
 .../src/org/netbeans/modules/web/jsf20/jsf20.xml   |   4 +-
 17 files changed, 519 insertions(+), 250 deletions(-)
 copy 
enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/{web-facelettaglibrary_2_2.xsd
 => web-facelettaglibrary_2_3.xsd} (72%)
 rename enterprise/web.jsf20/external/{javax.faces-2.2.7-license.txt => 
javax.faces-2.3.9-license.txt} (99%)


-
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-3104) Extend ArchetypeWizards.definedArchetype to include optional nbactions

2020-01-27 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3104:
--

Is this issue about getting 3rd party maven artifacts to work out of the box on 
NetBeans? Example is simpe javafx project. While nbactions.xml is a part of 
that, there is certainly more. Is there another issue about this?

> Extend ArchetypeWizards.definedArchetype to include optional nbactions
> --
>
> Key: NETBEANS-3104
> URL: https://issues.apache.org/jira/browse/NETBEANS-3104
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Geertjan Wielenga
>Assignee: Jaroslav Tulach
>Priority: Major
>
> http://bits.netbeans.org/dev/javadoc/org-netbeans-api-maven/org/netbeans/api/maven/archetype/ArchetypeWizards.html



--
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-3730) Can't run a newly created project based on "Simple JavaFX Maven Archetype (Gluon)"

2020-01-27 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3730:
--

Attaching two files to provide NB run/debug for javafx.

The first BuildConfigFor-javafx-maven-plugin-givingRunDebug is used to 
modify/replace part of the pom.xml in the project root. The 
 for the org.openjfx:javafx-maven-plugin.

Simply copy the 2nd file, nbactions.xml, into the project root; unless there is 
already an nbactions.xml, in which case integrate the contents.

> Can't run a newly created project based on "Simple JavaFX Maven Archetype 
> (Gluon)" 
> ---
>
> Key: NETBEANS-3730
> URL: https://issues.apache.org/jira/browse/NETBEANS-3730
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 11.2, 11.3
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Pavlo Iatsiuk
>Priority: Major
> Attachments: 2020-01-22 16_02_03-Window.png, 
> BuildConfigFor-javafx-maven-plugin-givingRunDebug, nbactions.xml
>
>
> Can't run a newly created project based on "Simple JavaFX Maven Archetype 
> (Gluon)" template.
> Run action tries to execute maven exec:exec task (see console output below)
> This template includes org.openjfx:javafx-maven-plugin into the pom.xml. So, 
> action can be changed on javafx:run to run the application.
> Console output:
> {{cd D:\projects\temp\SimpleJavaFXMaven; "JAVA_HOME=C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10" cmd /c 
> "\"\"D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven\\bin\\mvn.cmd\" 
> -Dexec.args=\"-classpath %classpath com.nems.simplejavafxmaven.App\" 
> -Dexec.executable=\"C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10\\bin\\java.exe\" 
> -Dmaven.ext.class.path=D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven-nblib\\netbeans-eventspy.jar
>  -Dfile.encoding=UTF-8 org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""cd 
> D:\projects\temp\SimpleJavaFXMaven; "JAVA_HOME=C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10" cmd /c 
> "\"\"D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven\\bin\\mvn.cmd\" 
> -Dexec.args=\"-classpath %classpath com.nems.simplejavafxmaven.App\" 
> -Dexec.executable=\"C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10\\bin\\java.exe\" 
> -Dmaven.ext.class.path=D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven-nblib\\netbeans-eventspy.jar
>  -Dfile.encoding=UTF-8 
> org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""Running NetBeans Compile On 
> Save execution. Phase execution is skipped and output directories of 
> dependency projects (with Compile on Save turned on) will be used instead of 
> their jar artifacts.Scanning for projects...                                  
>                                       
> Building
>  SimpleJavaFXMaven 
> 1.0-SNAPSHOT}}
> {{--- exec-maven-plugin:1.5.0:exec (default-cli) @ SimpleJavaFXMaven 
> ---Error: JavaFX runtime components are missing, and are required to run this 
> applicationCommand execution failed.org.apache.commons.exec.ExecuteException: 
> Process exited with an error: 1 (Exit value: 1) at 
> org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
>  at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) 
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at 
> org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at 
> org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> 

[jira] [Updated] (NETBEANS-3730) Can't run a newly created project based on "Simple JavaFX Maven Archetype (Gluon)"

2020-01-27 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-3730:
-
Attachment: BuildConfigFor-javafx-maven-plugin-givingRunDebug

> Can't run a newly created project based on "Simple JavaFX Maven Archetype 
> (Gluon)" 
> ---
>
> Key: NETBEANS-3730
> URL: https://issues.apache.org/jira/browse/NETBEANS-3730
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 11.2, 11.3
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Pavlo Iatsiuk
>Priority: Major
> Attachments: 2020-01-22 16_02_03-Window.png, 
> BuildConfigFor-javafx-maven-plugin-givingRunDebug, nbactions.xml
>
>
> Can't run a newly created project based on "Simple JavaFX Maven Archetype 
> (Gluon)" template.
> Run action tries to execute maven exec:exec task (see console output below)
> This template includes org.openjfx:javafx-maven-plugin into the pom.xml. So, 
> action can be changed on javafx:run to run the application.
> Console output:
> {{cd D:\projects\temp\SimpleJavaFXMaven; "JAVA_HOME=C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10" cmd /c 
> "\"\"D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven\\bin\\mvn.cmd\" 
> -Dexec.args=\"-classpath %classpath com.nems.simplejavafxmaven.App\" 
> -Dexec.executable=\"C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10\\bin\\java.exe\" 
> -Dmaven.ext.class.path=D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven-nblib\\netbeans-eventspy.jar
>  -Dfile.encoding=UTF-8 org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""cd 
> D:\projects\temp\SimpleJavaFXMaven; "JAVA_HOME=C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10" cmd /c 
> "\"\"D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven\\bin\\mvn.cmd\" 
> -Dexec.args=\"-classpath %classpath com.nems.simplejavafxmaven.App\" 
> -Dexec.executable=\"C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10\\bin\\java.exe\" 
> -Dmaven.ext.class.path=D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven-nblib\\netbeans-eventspy.jar
>  -Dfile.encoding=UTF-8 
> org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""Running NetBeans Compile On 
> Save execution. Phase execution is skipped and output directories of 
> dependency projects (with Compile on Save turned on) will be used instead of 
> their jar artifacts.Scanning for projects...                                  
>                                       
> Building
>  SimpleJavaFXMaven 
> 1.0-SNAPSHOT}}
> {{--- exec-maven-plugin:1.5.0:exec (default-cli) @ SimpleJavaFXMaven 
> ---Error: JavaFX runtime components are missing, and are required to run this 
> applicationCommand execution failed.org.apache.commons.exec.ExecuteException: 
> Process exited with an error: 1 (Exit value: 1) at 
> org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
>  at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) 
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at 
> org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at 
> org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
> org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 

[jira] [Updated] (NETBEANS-3730) Can't run a newly created project based on "Simple JavaFX Maven Archetype (Gluon)"

2020-01-27 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-3730:
-
Attachment: nbactions.xml

> Can't run a newly created project based on "Simple JavaFX Maven Archetype 
> (Gluon)" 
> ---
>
> Key: NETBEANS-3730
> URL: https://issues.apache.org/jira/browse/NETBEANS-3730
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 11.2, 11.3
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Pavlo Iatsiuk
>Priority: Major
> Attachments: 2020-01-22 16_02_03-Window.png, 
> BuildConfigFor-javafx-maven-plugin-givingRunDebug, nbactions.xml
>
>
> Can't run a newly created project based on "Simple JavaFX Maven Archetype 
> (Gluon)" template.
> Run action tries to execute maven exec:exec task (see console output below)
> This template includes org.openjfx:javafx-maven-plugin into the pom.xml. So, 
> action can be changed on javafx:run to run the application.
> Console output:
> {{cd D:\projects\temp\SimpleJavaFXMaven; "JAVA_HOME=C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10" cmd /c 
> "\"\"D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven\\bin\\mvn.cmd\" 
> -Dexec.args=\"-classpath %classpath com.nems.simplejavafxmaven.App\" 
> -Dexec.executable=\"C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10\\bin\\java.exe\" 
> -Dmaven.ext.class.path=D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven-nblib\\netbeans-eventspy.jar
>  -Dfile.encoding=UTF-8 org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""cd 
> D:\projects\temp\SimpleJavaFXMaven; "JAVA_HOME=C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10" cmd /c 
> "\"\"D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven\\bin\\mvn.cmd\" 
> -Dexec.args=\"-classpath %classpath com.nems.simplejavafxmaven.App\" 
> -Dexec.executable=\"C:\\Program Files\\Amazon 
> Corretto\\jdk11.0.5_10\\bin\\java.exe\" 
> -Dmaven.ext.class.path=D:\\soft\\scoop\\apps\\netbeans\\current\\java\\maven-nblib\\netbeans-eventspy.jar
>  -Dfile.encoding=UTF-8 
> org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""Running NetBeans Compile On 
> Save execution. Phase execution is skipped and output directories of 
> dependency projects (with Compile on Save turned on) will be used instead of 
> their jar artifacts.Scanning for projects...                                  
>                                       
> Building
>  SimpleJavaFXMaven 
> 1.0-SNAPSHOT}}
> {{--- exec-maven-plugin:1.5.0:exec (default-cli) @ SimpleJavaFXMaven 
> ---Error: JavaFX runtime components are missing, and are required to run this 
> applicationCommand execution failed.org.apache.commons.exec.ExecuteException: 
> Process exited with an error: 1 (Exit value: 1) at 
> org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
>  at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) 
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at 
> org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at 
> org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
> org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) at 
> 

[jira] [Created] (NETBEANS-3755) "Can use functional operations" hint creates uncompilable code with nested loops (Unexpected return value)

2020-01-27 Thread dennis lucero (Jira)
dennis lucero created NETBEANS-3755:
---

 Summary: "Can use functional operations" hint creates uncompilable 
code with nested loops (Unexpected return value)
 Key: NETBEANS-3755
 URL: https://issues.apache.org/jira/browse/NETBEANS-3755
 Project: NetBeans
  Issue Type: Bug
  Components: java - Hints
Affects Versions: 11.2
 Environment: OpenJDK 13+33
Reporter: dennis lucero


Consider this code:
{code:java}
private static boolean deepContains(
final String needle,
final Collection> haystack) {
for (final Collection hay : haystack) {
for (final String check : hay) {
if (check.equals(needle)) {
return true;
}
}
}
return false;
}
{code}
NetBeans suggests to replace the outer loop with with a functional operation, 
resulting in
{code:java}
private static boolean deepContains(
final String needle,
final Collection> haystack) {
haystack.forEach((hay) -> {
for (final String check : hay) {
if (check.equals(needle)) {
return true;
}
}
});
return false;
}
{code}
This does not compile. Error messages:
 For the outer loop:
{quote}incompatible types: unexpected return value
{quote}
For the inner loop:
 
{quote}for-each not applicable to expression type
required: array or java.lang.Iterable
found: T
where T is a type-variable:
T extends Object declared in interface Iterable
{quote}



--
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-3579) Code completion not working inside block lambdas

2020-01-27 Thread dennis lucero (Jira)


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

dennis lucero commented on NETBEANS-3579:
-

Completion does not work for
{noformat}
public class NewClass {
public int compute(Collection c) {
return c.stream().map(s -> {s.|});
}
}
{noformat}
It works as soon as a return type is added:
{noformat}
public class NewClass {
public int compute(Collection c) {
return c.stream().map(s -> {s.|;return null;});
}
}
{noformat}
It also works for
{noformat}
public class NewClass {
public int compute(Collection c) {
return c.stream().map(s -> s.|);
}
}
{noformat}

> Code completion not working inside block lambdas
> 
>
> Key: NETBEANS-3579
> URL: https://issues.apache.org/jira/browse/NETBEANS-3579
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Jan Lahoda
>Assignee: Akhilesh Singh
>Priority: Critical
>
> Consider the following code ('|' should not be part of the code, and 
> represents where the caret should be placed):
> {{package org.netbeans.modules.learning.lambda.code.completion;}}
> {{import java.util.Collection;}}
> {{public class NewClass {}}
> {{    public int compute(Collection c) {}}
> {{    return c.stream().map(s -> {s.|)}}
> {{    }}}
> {{}}}
> Invoking the code completion at the marked place ('|') yields not results 
> whatsoever for me. That is apparently wrong - there should be results for a 
> variable of type String.
>  
> The IDE is a fully updated Apache NetBeans 11.2, with nb-javac installed 
> running on JDK 13:
> Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Linux version 4.15.0-72-generic running on amd64; UTF-8; en_US (nb)
> User directory: /tmp/nbuser.lambda.test
> Cache directory: /tmp/nbuser.lambda.test/var/cache



--
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-3596) Refactoring/Rename threw java.util.ConcurrentModificationException

2020-01-27 Thread Peter Thanisch (Jira)


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

Peter Thanisch commented on NETBEANS-3596:
--

I have a couple of  further important observations about this bug. 

When the rename issue occurs, it is not just that it fails to do anything. 
There is a circumstance where Netbeans 11.2 makes some changes, then produces 
the error message. This can leave your application in an inconsistent state. 
For example,I wanted to rename a class and I used refactor/rename. Netbeans 
11.2 changed the name of the java file, then decided that it could not complete 
the renaming exercise and produced the error message, leaving the class name 
unchanged and therefore different from the file name.

Thus I would say that the refactor/rename feature should be disabled until 
there is a fix.  

Incidentally, if all you want to do is to rename a variable within a method, 
refactor/rename works correctly.

> Refactoring/Rename threw java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3596
> URL: https://issues.apache.org/jira/browse/NETBEANS-3596
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.2
> Environment: Windows 10
>Reporter: Peter Thanisch
>Priority: Major
> Fix For: 11.3
>
> Attachments: 2019-12-15.png, messages.log
>
>
> In the development environment, I ask for a refactoring operation. The 
> operation that I requested was Refactor/Rename
> I get the following error message popping up:
> "Module Java Refactoring threw java.util.ConcurrentModificationException. 
> Please report a bug against Java Refactoring module and attach your 
> var/log/messages.log."
> See the attached screenshot for the error message displayed.
> As requested by the error message, I have also attached the messages.log file



--
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-3596) Refactoring/Rename threw java.util.ConcurrentModificationException

2020-01-27 Thread Ron Aday (Jira)


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

Ron Aday commented on NETBEANS-3596:


Just happened.

Netbeans 11.2 64bit

Oracle JDK 11.0.6 64bit

Attempted to rename a constant using ctrl-r, once I clicked ok I got the error.

This is unacceptable.  For me this renders Netbeans 11.2 almost useless.

> Refactoring/Rename threw java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3596
> URL: https://issues.apache.org/jira/browse/NETBEANS-3596
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.2
> Environment: Windows 10
>Reporter: Peter Thanisch
>Priority: Major
> Fix For: 11.3
>
> Attachments: 2019-12-15.png, messages.log
>
>
> In the development environment, I ask for a refactoring operation. The 
> operation that I requested was Refactor/Rename
> I get the following error message popping up:
> "Module Java Refactoring threw java.util.ConcurrentModificationException. 
> Please report a bug against Java Refactoring module and attach your 
> var/log/messages.log."
> See the attached screenshot for the error message displayed.
> As requested by the error message, I have also attached the messages.log file



--
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-html4j] branch master updated: Make the test pass on GraalVM 19.3.0

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

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


The following commit(s) were added to refs/heads/master by this push:
 new e70b3ce  Make the test pass on GraalVM 19.3.0
e70b3ce is described below

commit e70b3cee720514cf15cd0da8dbf01bdead1d0a3a
Author: Jaroslav Tulach 
AuthorDate: Mon Jan 27 15:14:39 2020 +0100

Make the test pass on GraalVM 19.3.0
---
 .../main/java/org/netbeans/html/presenters/spi/Generic.java |  2 +-
 .../java/org/netbeans/html/presenters/spi/test/Testing.java | 13 +
 .../test/java/org/netbeans/html/ko4j/KnockoutFXTest.java|  1 +
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git 
a/generic/src/main/java/org/netbeans/html/presenters/spi/Generic.java 
b/generic/src/main/java/org/netbeans/html/presenters/spi/Generic.java
index d96dafe..df12a8b 100644
--- a/generic/src/main/java/org/netbeans/html/presenters/spi/Generic.java
+++ b/generic/src/main/java/org/netbeans/html/presenters/spi/Generic.java
@@ -326,7 +326,7 @@ abstract class Generic implements Fn.Presenter, 
Fn.KeepAlive, Flushable {
 "fnBegin=  var encParams = ds(@1).toJava(null, [",
 "fnPPar=@2 p@1",
 "fnBody=]);\n" +
-"  var v = ds(@3).toVM('c', @1, '@2', thiz ? thiz.id : null, 
encParams);\n" +
+"  var v = ds(@3).toVM('c', '@1', '@2', thiz ? thiz.id : null, 
encParams);\n" +
 "  while (v !== null && v.indexOf && v.indexOf('javascript:') === 
0) {\n" +
 "var script = v.substring(11);\n" +
 "try {\n" +
diff --git 
a/generic/src/test/java/org/netbeans/html/presenters/spi/test/Testing.java 
b/generic/src/test/java/org/netbeans/html/presenters/spi/test/Testing.java
index 887b435..4adc485 100644
--- a/generic/src/test/java/org/netbeans/html/presenters/spi/test/Testing.java
+++ b/generic/src/test/java/org/netbeans/html/presenters/spi/test/Testing.java
@@ -59,6 +59,7 @@ class Testing {
 
 ScriptEngineManager sem = new ScriptEngineManager();
 eng = sem.getEngineByMimeType("text/javascript");
+
eng.getBindings(ScriptContext.ENGINE_SCOPE).put("polyglot.js.allowAllAccess", 
true);
 try {
 eng.eval("function alert(m) { 
Packages.java.lang.System.out.println(m); };");
 } catch (ScriptException ex) {
@@ -91,13 +92,17 @@ class Testing {
 public final class Clbk {
 private Clbk() {
 }
-
-public String pass(String method, String a1, String a2, String a3, 
String a4) throws Exception {
-return presenter.js2java(method, a1, a2, a3, a4);
+
+private String ts(Object o) {
+return o == null ? null : o.toString();
+}
+
+public String pass(String method, Object a1, Object a2, Object a3, 
Object a4) throws Exception {
+return presenter.js2java(method, ts(a1), ts(a2), ts(a3), ts(a4));
 }
 }
 private final Clbk clbk = new Clbk();
-
+
 protected void callbackFn(ProtoPresenterBuilder.OnPrepared ready) {
 eng.getBindings(ScriptContext.ENGINE_SCOPE).put("jvm", clbk);
 try {
diff --git a/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java 
b/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java
index 8e4fb1a..f6152d6 100644
--- a/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java
+++ b/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java
@@ -122,6 +122,7 @@ public final class KnockoutFXTest extends KnockoutTCK {
 "1.8.0_212".equals(version) ||
 "1.8.0_221".equals(version) ||
 "1.8.0_222".equals(version) ||
+"1.8.0_231".equals(version) ||
 "1.8.0_241".equals(version);
 }
 


-
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 master updated: WebSockets in 1.8.0_241 continue to be broken

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

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


The following commit(s) were added to refs/heads/master by this push:
 new f6780ab  WebSockets in 1.8.0_241 continue to be broken
f6780ab is described below

commit f6780ab2294f0a31f79bccd3f8e78a668dd2257a
Author: Jaroslav Tulach 
AuthorDate: Mon Jan 27 14:08:39 2020 +0100

WebSockets in 1.8.0_241 continue to be broken
---
 ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java 
b/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java
index ffdb34d..8e4fb1a 100644
--- a/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java
+++ b/ko4j/src/test/java/org/netbeans/html/ko4j/KnockoutFXTest.java
@@ -121,7 +121,8 @@ public final class KnockoutFXTest extends KnockoutTCK {
 return 
 "1.8.0_212".equals(version) ||
 "1.8.0_221".equals(version) ||
-"1.8.0_222".equals(version);
+"1.8.0_222".equals(version) ||
+"1.8.0_241".equals(version);
 }
 
 static synchronized ClassLoader getClassLoader() throws 
InterruptedException {


-
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-2373) Support for Gradle distribution plugin

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-2373:
-
Priority: Major  (was: Critical)

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Netbeans 11
> Gradle 5
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reassigned NETBEANS-2373:


Assignee: Netbeans User 2019

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Netbeans 11
> Gradle 5
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Netbeans User 2019
>Priority: Critical
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reassigned NETBEANS-2373:


Assignee: Laszlo Kishalmi  (was: Netbeans User 2019)

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Netbeans 11
> Gradle 5
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-2373:
--

I hope this comes also as it is not so comfortable as this moment if you need 
to edit / add / ... under such dist resources.

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Netbeans 11
> Gradle 5
> Java 11
>Reporter: Netbeans User 2019
>Priority: Critical
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2373) Support for Gradle distribution plugin

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-2373:
-
Affects Version/s: 11.1
   11.2

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Netbeans 11
> Gradle 5
> Java 11
>Reporter: Netbeans User 2019
>Priority: Critical
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2387) Gradle tasks (Navigator) do not scroll down and show recents at the top

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-2387:
-
Affects Version/s: 11.1
   11.2

> Gradle tasks (Navigator) do not scroll down and show recents at the top
> ---
>
> Key: NETBEANS-2387
> URL: https://issues.apache.org/jira/browse/NETBEANS-2387
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Netbeans 11 
> Gradle 5 
> Java 11 
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Navigator is always scroll down so it is needed at least in my case scroll up 
> mostly to the right task to run.
> Could you add a category recent tasks and scroll to that category or just 
> give a option to show that always collapsed?



--
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-3754) On Save option for Java is ignored about removal of trailing spaces

2020-01-27 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3754:


 Summary: On Save option for Java is ignored about removal of 
trailing spaces
 Key: NETBEANS-3754
 URL: https://issues.apache.org/jira/browse/NETBEANS-3754
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Options
Reporter: Netbeans User 2019


I expect when I have set on Save Option to "All lines" for:
Tools > Options > Editor > On Save > Remove Trailing Whitespace from 
that will be removed such trailings spaces, but I have mostly run it manually 
via Source > Remove Trailing Spaces.



--
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-3753) After reopen IDE be in editor tab where you previously ended

2020-01-27 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3753:


 Summary: After reopen IDE be in editor tab where you previously 
ended
 Key: NETBEANS-3753
 URL: https://issues.apache.org/jira/browse/NETBEANS-3753
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - UI
Reporter: Netbeans User 2019


I would like expect to continue in last open (active in view) editor tab (file) 
before IDE is closed, but I have not find any option to do this so I have 
always to know when I have endes my work.



--
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-3752) Problem with Sort opened documents list by project

2020-01-27 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3752:


 Summary: Problem with Sort opened documents list by project
 Key: NETBEANS-3752
 URL: https://issues.apache.org/jira/browse/NETBEANS-3752
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Reporter: Netbeans User 2019


In Context:
Tools > Options > Appearance > Sort opened documents list by project

My understanding is that has impact only to group open document ("list") by 
project at the end on tabs as \/ (arrow down). But this does not works properly 
as you have to have click twice from start to be really grouped by project.



--
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-3751) Keep order of tabs after reopen

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3751:
-
Description: 
Tabs are always reorder (I do not know on what sorting key) by each opening of 
IDE even if it is set:

Tools > Options > Appearance > Sort tabs when a document opens is set to "Sort 
nothing"

So I expect that will be kept in order before I close IDE.

  was:
Tabs are always reorder (I do not know on what sorting key) by each opening 
even if it is set:

Tools > Options > Appearance > Sort tabs when a document opens is set to "Sort 
nothing"

So I expect that will be kept in order before I close IDE.


> Keep order of tabs after reopen
> ---
>
> Key: NETBEANS-3751
> URL: https://issues.apache.org/jira/browse/NETBEANS-3751
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other, ide - UI
>Reporter: Netbeans User 2019
>Priority: Major
>
> Tabs are always reorder (I do not know on what sorting key) by each opening 
> of IDE even if it is set:
> Tools > Options > Appearance > Sort tabs when a document opens is set to 
> "Sort nothing"
> So I expect that will be kept in order before I close IDE.



--
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-3751) Keep order of tabs after IDE reopen

2020-01-27 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3751:
-
Summary: Keep order of tabs after IDE reopen  (was: Keep order of tabs 
after reopen)

> Keep order of tabs after IDE reopen
> ---
>
> Key: NETBEANS-3751
> URL: https://issues.apache.org/jira/browse/NETBEANS-3751
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other, ide - UI
>Reporter: Netbeans User 2019
>Priority: Major
>
> Tabs are always reorder (I do not know on what sorting key) by each opening 
> of IDE even if it is set:
> Tools > Options > Appearance > Sort tabs when a document opens is set to 
> "Sort nothing"
> So I expect that will be kept in order before I close IDE.



--
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-3751) Keep order of tabs after reopen

2020-01-27 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3751:


 Summary: Keep order of tabs after reopen
 Key: NETBEANS-3751
 URL: https://issues.apache.org/jira/browse/NETBEANS-3751
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Other, ide - UI
Reporter: Netbeans User 2019


Tabs are always reorder (I do not know on what sorting key) by each opening 
even if it is set:

Tools > Options > Appearance > Sort tabs when a document opens is set to "Sort 
nothing"

So I expect that will be kept in order before I close IDE.



--
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-3750) Gradle clean task fails in gradle [version 5.6.4 and 6.0.1]

2020-01-27 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3750:


 Summary: Gradle clean task fails in gradle [version 5.6.4 and 
6.0.1] 
 Key: NETBEANS-3750
 URL: https://issues.apache.org/jira/browse/NETBEANS-3750
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.2
 Environment: Gradle: e.g. 5.6.4 as gradle-wrapped 6.0.1
JVM: 11.0.2 (Oracle Corporation 11.0.2+9)
IDE: Netbeans 11.2
Reporter: Netbeans User 2019
Assignee: Laszlo Kishalmi


Shortly:

It seems that it is starting since version 5.4, but more used version 5.6.4 and 
6.0.1 to occure issue with clean task that leads to failure, but build 
directory is deleted and it is possibly needed to do N-times "clean task" for 
each possible subproject that you have.

It has been reported also on Gradle, but it seems that happen only from 
Netbeans IDE, not via command line as gradlew.

See also: 

[https://github.com/gradle/gradle/issues/12014]

https://discuss.gradle.org/t/gradle-clean-task-fails-in-gradle-version-5-6-4-and-6-0-1/34218/3



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

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

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