[netbeans] branch master updated: [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support

2020-08-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new a0532dc  [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile 
Support
 new 0598a9d  Merge pull request #2313 from lkishalmi/NETBEANS-4715
a0532dc is described below

commit a0532dc5aad291247de62ae18c359e25c96ef37f
Author: Laszlo Kishalmi 
AuthorDate: Fri Aug 14 09:23:47 2020 -0700

[NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile Support
---
 .../server/config/ConfigBuilderProvider.java   |   2 +-
 .../tooling/server/config/GlassFishV5_1.xml| 101 -
 .../tooling/server/config/GlassFishV5_1_0.xml  |   4 +-
 .../tooling/server/config/JavaEEProfile.java   |   2 +-
 4 files changed, 4 insertions(+), 105 deletions(-)

diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java
index d297c77..90efe45 100644
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java
+++ 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/ConfigBuilderProvider.java
@@ -72,7 +72,7 @@ public class ConfigBuilderProvider {
 /** Library builder configuration since GlassFish 5.1. */
 private static final Config.Next CONFIG_V5_1
 = new Config.Next(GlassFishVersion.GF_5_1_0,
-ConfigBuilderProvider.class.getResource("GlassFishV5_1.xml"));
+ConfigBuilderProvider.class.getResource("GlassFishV5_1_0.xml"));
 
 /** Library builder configuration for GlassFish cloud. */
 private static final Config config
diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml
deleted file mode 100644
index bce4c22..000
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-http://repo1.maven.org/maven2/org/glassfish/jersey/jersey-documentation/2.0-m05-2/jersey-documentation-2.0-m05-2-docbook.zip"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml
index bafd707..ea62cd8 100644
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml
+++ 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1_0.xml
@@ -37,8 +37,8 @@
 
 
 
-
-
+
+
 
 
 
diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java
index 7efcd2f..75efca9 100644
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java
+++ 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/JavaEEProfile.java
@@ -119,7 +119,7 @@ public enum JavaEEProfile {
 v1_7("1.7"),
 /** JavaEE 1.8. */
 v1_8("1.8"),
-/** JakartaEE 1.8.0. */
+/** JakartaEE 8.0. */
 v8_0_0("8.0.0");
 
 /** JavaEE profile type name. */


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

[jira] [Commented] (NETBEANS-4716) Netbeans source will not build under Java 13 (Ambigous reference)

2020-08-17 Thread Austin Stephens (Jira)


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

Austin Stephens commented on NETBEANS-4716:
---

[~lkishalmi] Have you tried doing a build from a fresh clean checkout?

> Netbeans source will not build under Java 13 (Ambigous reference)
> -
>
> Key: NETBEANS-4716
> URL: https://issues.apache.org/jira/browse/NETBEANS-4716
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 12.0, 12.1
>Reporter: Austin Stephens
>Priority: Major
>
> When attempting to build from netbeans source, I get a compile error when it 
> goes to build langtools. Here are the details:
> {noformat}
> D:\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.compiler\share\classes\com\sun\tools\javac\file\JavacFileManager.java:519:
>  error: reference to newFileSystem is ambiguous
> this.fileSystem = FileSystems.newFileSystem(archivePath, 
> null);
>   both method newFileSystem(Path,ClassLoader) in FileSystems and method 
> newFileSystem(Path,Map) in FileSystems match
> D:\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.compiler\share\classes\com\sun\tools\javac\file\Locations.java:383:
>  error: reference to newFileSystem is ambiguous
> FileSystems.newFileSystem(file, null).close();
>   both method newFileSystem(Path,ClassLoader) in FileSystems and method 
> newFileSystem(Path,Map) in FileSystems match
> D:\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.compiler\share\classes\com\sun\tools\javac\platform\JDKPlatformProvider.java:80:
>  error: reference to newFileSystem is ambiguous
> try (FileSystem fs = FileSystems.newFileSystem(ctSymFile, null);
>   both method newFileSystem(Path,ClassLoader) in FileSystems and method 
> newFileSystem(Path,Map) in FileSystems match
> D:\netbeans\incubator-netbeans\nbbuild\build\langtools\src\jdk.compiler\share\classes\com\sun\tools\javac\platform\JDKPlatformProvider.java:120:
>  error: reference to newFileSystem is ambiguous
> ctSym2FileSystem.put(file, fs = 
> FileSystems.newFileSystem(file, null));
>   both method newFileSystem(Path,ClassLoader) in FileSystems and method 
> newFileSystem(Path,Map) in FileSystems match{noformat}



--
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-4721) Code templates lack contexts when saving

2020-08-17 Thread Riksoft (Jira)


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

Riksoft updated NETBEANS-4721:
--
Description: 
The code completion doesn't work on code templates on languages that are not 
PHP or Javascript, not by keyword, nor by typing the initial part of the 
expanded text (as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

refurbished for v.12 :) 
https://www.riksoft.it/wikiriks/ide/netbeans-12-no-code-completion-on-templates

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP/JS only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.

  was:
The code completion doesn't work on code templates on languages that are not 
PHP or Javascript, not by keyword, nor by typing the initial part of the 
expanded text (as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP/JS only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.


> Code templates lack contexts when saving
> 
>
> Key: NETBEANS-4721
> URL: https://issues.apache.org/jira/browse/NETBEANS-4721
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 8.2, 9.0, 12.0, 11.3
> Environment: Any
>Reporter: Riksoft
>Priority: Major
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The code completion doesn't work on code templates on languages that are not 
> PHP or Javascript, not by keyword, nor by typing the initial part of the 
> expanded text (as the manual says).
> It is years and years that I work around this problem with this bash script 
> that adds contexts to the xml config file and it's ridiculous I have to do 
> this to make the IDE works properly
> [https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]
> refurbished for v.12 :) 
> https://www.riksoft.it/wikiriks/ide/netbeans-12-no-code-completion-on-templates
> One day, when the IDE was still branded Oracle, someone fixed this problem 
> for PHP/JS only, adding a tab "Contexts" in Tools->Options->Editor->code 
> Templates  when you click "New" for Language=PHP; but all the other languages 
> have not such checkbox.



--
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-4721) Code templates lack contexts when saving

2020-08-17 Thread Riksoft (Jira)


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

Riksoft updated NETBEANS-4721:
--
Description: 
The code completion doesn't work on code templates on languages that are not 
PHP or Javascript, not by keyword, nor by typing the initial part of the 
expanded text (as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP/JS only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.

  was:
The code completion doesn't work at all on code templates on languages that are 
not PHP, not by keyword, nor by typing the initial part of the expanded text 
(as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.


> Code templates lack contexts when saving
> 
>
> Key: NETBEANS-4721
> URL: https://issues.apache.org/jira/browse/NETBEANS-4721
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 8.2, 9.0, 12.0, 11.3
> Environment: Any
>Reporter: Riksoft
>Priority: Major
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The code completion doesn't work on code templates on languages that are not 
> PHP or Javascript, not by keyword, nor by typing the initial part of the 
> expanded text (as the manual says).
> It is years and years that I work around this problem with this bash script 
> that adds contexts to the xml config file and it's ridiculous I have to do 
> this to make the IDE works properly
> [https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]
> One day, when the IDE was still branded Oracle, someone fixed this problem 
> for PHP/JS only, adding a tab "Contexts" in Tools->Options->Editor->code 
> Templates  when you click "New" for Language=PHP; but all the other languages 
> have not such checkbox.



--
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-4721) Code templates lack contexts when saving

2020-08-17 Thread Riksoft (Jira)


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

Riksoft updated NETBEANS-4721:
--
Description: 
The code completion doesn't work at all on code templates on languages that are 
not PHP, not by keyword, nor by typing the initial part of the expanded text 
(as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.

  was:
The code completion doesn't work at all on code templates on languages that are 
not PHP, not by keyword, nor by typing the initial part of the expanded text 
(as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.

By the way I think we shouldn't even bother to add a checkbox because the 
proper contexts should be always added automatically.


> Code templates lack contexts when saving
> 
>
> Key: NETBEANS-4721
> URL: https://issues.apache.org/jira/browse/NETBEANS-4721
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 8.2, 9.0, 12.0, 11.3
> Environment: Any
>Reporter: Riksoft
>Priority: Major
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The code completion doesn't work at all on code templates on languages that 
> are not PHP, not by keyword, nor by typing the initial part of the expanded 
> text (as the manual says).
> It is years and years that I work around this problem with this bash script 
> that adds contexts to the xml config file and it's ridiculous I have to do 
> this to make the IDE works properly
> [https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]
> One day, when the IDE was still branded Oracle, someone fixed this problem 
> for PHP only, adding a tab "Contexts" in Tools->Options->Editor->code 
> Templates  when you click "New" for Language=PHP; but all the other languages 
> have not such checkbox.



--
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-4721) Code templates lack contexts when saving

2020-08-17 Thread Riksoft (Jira)
Riksoft created NETBEANS-4721:
-

 Summary: Code templates lack contexts when saving
 Key: NETBEANS-4721
 URL: https://issues.apache.org/jira/browse/NETBEANS-4721
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Completion & Templates
Affects Versions: 11.3, 12.0, 9.0, 8.2
 Environment: Any
Reporter: Riksoft


The code completion doesn't work at all on code templates on languages that are 
not PHP, not by keyword, nor by typing the initial part of the expanded text 
(as the manual says).

It is years and years that I work around this problem with this bash script 
that adds contexts to the xml config file and it's ridiculous I have to do this 
to make the IDE works properly

[https://www.riksoft.it/wikiriks/ide/netbeans-8-no-completion-on-php-code-template]

One day, when the IDE was still branded Oracle, someone fixed this problem for 
PHP only, adding a tab "Contexts" in Tools->Options->Editor->code Templates  
when you click "New" for Language=PHP; but all the other languages have not 
such checkbox.

By the way I think we shouldn't even bother to add a checkbox because the 
proper contexts should be always added automatically.



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