[jira] [Commented] (NETBEANS-2763) css autocompletion not working

2020-02-21 Thread Pavel Selivanov (Jira)


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

Pavel Selivanov commented on NETBEANS-2763:
---

Just checked this project more and in some directories autocompletion works, 
like inside web/libraries/bootstrap/dist/css/

but doesn't work in most other places, for example core themes in: 
web/core/themes/classy/css/layout/media-library.css

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> autocompletion_test2.tar.gz, bootstrap-4.1.3-dist.zip, 
> bootstrap-4.2.0-dist.zip, bootstrap_4.1.3_to_4.2.0.diff, 
> bootstrap_400_431.diff, many-classes.css
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-2763) css autocompletion not working

2020-02-21 Thread Pavel Selivanov (Jira)


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

Pavel Selivanov commented on NETBEANS-2763:
---

[~matthiasblaesing] Ok, I've built NB with your patch with jdk-11 on Ubuntu 
19.10 and it's almost perfect. Test project from this issue works, most of my 
projects work once again, but I've found one that is still broken.

Most of my projects are drupal 7 or 8 sites, and one of them has a broken 
autocompletion still. The strange thing is that this exact project is not even 
the largest or more complex. Can you please open it and check the reason of 
autocompletion fail in this one?

Steps to reproduce:

1.open project [^autocompletion_test2.tar.gz]

2. let NB complete indexing

3. Open web/themes/armpanel/css/style.css or mobile.css or probably any other 
css

4.Try to autocomplete any class.

Actual results: "No suggestions"

Expected result: working autocompletion

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> autocompletion_test2.tar.gz, bootstrap-4.1.3-dist.zip, 
> bootstrap-4.2.0-dist.zip, bootstrap_4.1.3_to_4.2.0.diff, 
> bootstrap_400_431.diff, many-classes.css
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-2763) css autocompletion not working

2020-02-21 Thread Pavel Selivanov (Jira)


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

Pavel Selivanov updated NETBEANS-2763:
--
Attachment: autocompletion_test2.tar.gz

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> autocompletion_test2.tar.gz, bootstrap-4.1.3-dist.zip, 
> bootstrap-4.2.0-dist.zip, bootstrap_4.1.3_to_4.2.0.diff, 
> bootstrap_400_431.diff, many-classes.css
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-3908) Update asm from 7.2 to 7.3.1

2020-02-21 Thread ASF GitHub Bot (Jira)


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

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

> Update asm from 7.2 to 7.3.1
> 
>
> Key: NETBEANS-3908
> URL: https://issues.apache.org/jira/browse/NETBEANS-3908
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 12.0, 11.2, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - New V15 constant
> - Experimental support for PermittedSubtypes and RecordComponent
> - Bug fixes (317885): SKIP_DEBUG now skips MethodParameters attributes
> [ASM Web Page|https://asm.ow2.io/index.html]
> [Release Notes|https://asm.ow2.io/versions.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] [Created] (NETBEANS-3908) Update asm from 7.2 to 7.3.1

2020-02-21 Thread Jose (Jira)
Jose created NETBEANS-3908:
--

 Summary: Update asm from 7.2 to 7.3.1
 Key: NETBEANS-3908
 URL: https://issues.apache.org/jira/browse/NETBEANS-3908
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Libraries
Affects Versions: 11.2, 12.0, 11.3
Reporter: Jose
Assignee: Jose
 Fix For: 12.0


Notes:
- New V15 constant
- Experimental support for PermittedSubtypes and RecordComponent
- Bug fixes (317885): SKIP_DEBUG now skips MethodParameters attributes

[ASM Web Page|https://asm.ow2.io/index.html]
[Release Notes|https://asm.ow2.io/versions.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] [Updated] (NETBEANS-3907) Update JDBC PostgreSQL from 42.2.8 to 42.2.10

2020-02-21 Thread ASF GitHub Bot (Jira)


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

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

> Update JDBC PostgreSQL from 42.2.8 to 42.2.10
> -
>
> Key: NETBEANS-3907
> URL: https://issues.apache.org/jira/browse/NETBEANS-3907
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 12.0, 11.2, 11.3
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
>
> Notes:
> - Support for large update counts (JDBC 4.2)
> - 23 Bug Fixes
> - 9 New Features
> [JDBC PostgreSQL Web Page|https://jdbc.postgresql.org/]
> [Release Notes|https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md]



--
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-3907) Update JDBC PostgreSQL from 42.2.8 to 42.2.10

2020-02-21 Thread Jose (Jira)
Jose created NETBEANS-3907:
--

 Summary: Update JDBC PostgreSQL from 42.2.8 to 42.2.10
 Key: NETBEANS-3907
 URL: https://issues.apache.org/jira/browse/NETBEANS-3907
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Libraries
Affects Versions: 11.2, 12.0, 11.3
Reporter: Jose
Assignee: Jose
 Fix For: 12.0


Notes:
- Support for large update counts (JDBC 4.2)
- 23 Bug Fixes
- 9 New Features

[JDBC PostgreSQL Web Page|https://jdbc.postgresql.org/]
[Release Notes|https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md]



--
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: Revert "[NETBEANS-3807] - cleanup ArrayList rawtype warnings.."

2020-02-21 Thread ebakke
This is an automated email from the ASF dual-hosted git repository.

ebakke 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 02cb421  Revert "[NETBEANS-3807] - cleanup ArrayList rawtype 
warnings.."
02cb421 is described below

commit 02cb421077d9ccaa47ac4a5e3d1cda13e7d66c66
Author: Eirik Bakke 
AuthorDate: Fri Feb 21 20:37:43 2020 -0500

Revert "[NETBEANS-3807] - cleanup ArrayList rawtype warnings.."

(Reverting on ebarboni's request, since release work is underway.)

This reverts commit 682bd5713321f04739000f7cc3de402c82a915be.
---
 ...nationalizationResourceBundleBrandingPanel.java |  2 +-
 .../tooling/admin/RunnerRestFetchLogData.java  |  2 +-
 .../websvc/rest/support/SourceGroupSupport.java|  2 +-
 .../src/org/netbeans/editor/ext/ExtFormatter.java  |  2 +-
 .../editor/ext/FormatTokenPositionSupport.java | 33 +++---
 .../editor/fold/ui/CaretFoldExpanderImpl.java  |  4 +--
 .../debugger/ui/views/ViewModelListener.java   | 16 +--
 ide/target.iterator/nbproject/project.properties   |  2 +-
 .../modules/target/iterator/api/BrowseFolders.java |  3 +-
 .../modules/xml/catalog/CatalogMounterModel.java   |  2 +-
 .../debugger/breakpoints/PersistenceManager.java   |  3 +-
 .../modules/dbschema/DBMemoryCollection.java   |  4 +--
 .../netbeans/modules/dbschema/TableElement.java|  9 +++---
 .../dbschema/jdbcimpl/DBElementsCollection.java|  4 +--
 .../dbschema/jdbcimpl/SchemaElementImpl.java   |  2 +-
 .../java/freeform/JavaProjectGenerator.java|  3 ++
 .../refactoring/InspectAndRefactorPanel.java   |  2 +-
 .../modules/jshell/project/JShellOptions2.java |  2 +-
 .../codegen/java/support/SourceGroupSupport.java   |  2 +-
 .../editor/actions/ControllerGenerator.java|  2 +-
 .../javafx2/editor/completion/beans/FxBean.java|  3 +-
 .../core/multitabs/impl/TabLayoutManager.java  |  2 +-
 .../org/netbeans/core/multiview/MultiViewPeer.java |  6 ++--
 .../core/startup/layers/SessionManager.java| 10 +++
 .../profiler/heapwalk/model/HeapWalkerNode.java|  2 +-
 .../modules/javascript2/model/ModelVisitor.java| 24 
 26 files changed, 73 insertions(+), 75 deletions(-)

diff --git 
a/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
 
b/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
index 91db0f4..315b3fe 100644
--- 
a/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
+++ 
b/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
@@ -537,7 +537,7 @@ public class 
InternationalizationResourceBundleBrandingPanel extends AbstractBra
 }
 
 private void refreshList() {
-List keys = new ArrayList<>();
+List keys = new ArrayList();
 Node[] origChildren = original.getChildren().getNodes();
 for (Node node : origChildren) {
 keys.add(node);
diff --git 
a/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
 
b/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
index 1847b25..97205ff 100644
--- 
a/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
+++ 
b/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
@@ -221,7 +221,7 @@ public class RunnerRestFetchLogData extends RunnerRest {
 protected boolean processResponse() {
 // Make ArrayList copy of stored lines. ArrayList allows better access
 // to log values.
-List logLines = new ArrayList<>(lines.size());
+List logLines = new ArrayList(lines.size());
 for (String line : lines) {
 logLines.add(line);
 }
diff --git 
a/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
 
b/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
index b0ae689..9d6e589 100644
--- 
a/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
+++ 
b/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
@@ -192,7 +192,7 @@ public class SourceGroupSupport {
 private static List getTestTargets(SourceGroup sourceGroup, 
Map foldersToSourceGroupsMap) {
 final URL[] rootURLs = 
UnitTestForSourceQuery.findUnitTests(sourceGroup.getRootFolder());
 if (rootURLs.length == 0) {
-return new ArrayList();

[jira] [Created] (NETBEANS-3905) building netbeans from source fails to download components

2020-02-21 Thread Jeferson de Lemos Pinheiro (Jira)
Jeferson de Lemos Pinheiro created NETBEANS-3905:


 Summary: building netbeans from source fails to download components
 Key: NETBEANS-3905
 URL: https://issues.apache.org/jira/browse/NETBEANS-3905
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: Operating system: gentoo
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (IcedTea 3.13.0) (Gentoo icedtea-3.13.0)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
Apache Ant(TM) version 1.10.7 compiled on January 29 2020
Reporter: Jeferson de Lemos Pinheiro


Unfortunately on running ant build, as it tries to download from maven central 
repository it uses an url that seems outdated, the new url appers to be 
metioned on [new url|https://mvnrepository.com/repos/central] 

ant's output:
{code:java}
// Buildfile: 
/home/teste/Downloads/netbeans-11.2-source/build.xml-jdk-pre-preinit:-jdk-preinit:-jdk-warn:-jdk-presetdef-basic:-jdk-default:-jdk-init:-load-build-properties:bootstrap:
[mkdir] Created dir: 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/build/antclasses
[javac] Compiling 2 source files to 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/build/antclasses
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/external/apache-rat-0.12.jar
[downloadbinaries] Downloading: 
http://central.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
[downloadbinaries] central.maven.org
[downloadbinaries] Could not download 
16398550402B27F81CD0D508CEF54B3E47A4A6DA-apache-rat-0.12.jar to 
/home/teste/.hgexternalcache/16398550402B27F81CD0D508CEF54B3E47A4A6DA-apache-rat-0.12.jar:
 java.io.IOException: Cannot connect to 
http://central.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/external/langtools-9.zip
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/external/codesnippet-doclet-0.30.jar
[downloadbinaries] Downloading: 
http://central.maven.org/maven2/org/apidesign/javadoc/codesnippet-doclet/0.30/codesnippet-doclet-0.30.jar
[downloadbinaries] central.maven.org
[downloadbinaries] Could not download 
E32B3483FBF362C92088CB79E9F1F161F3F64A21-codesnippet-doclet-0.30.jar to 
/home/teste/.hgexternalcache/E32B3483FBF362C92088CB79E9F1F161F3F64A21-codesnippet-doclet-0.30.jar:
 java.io.IOException: Cannot connect to 
http://central.maven.org/maven2/org/apidesign/javadoc/codesnippet-doclet/0.30/codesnippet-doclet-0.30.jar
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/external/sigtest-maven-plugin-1.2.jar
[downloadbinaries] Downloading: 
http://central.maven.org/maven2/org/netbeans/tools/sigtest-maven-plugin/1.2/sigtest-maven-plugin-1.2.jar
[downloadbinaries] central.maven.org
[downloadbinaries] Could not download 
D5CC2CD2A20963B86CF95397784BC7E74101C7A9-sigtest-maven-plugin-1.2.jar to 
/home/teste/.hgexternalcache/D5CC2CD2A20963B86CF95397784BC7E74101C7A9-sigtest-maven-plugin-1.2.jar:
 java.io.IOException: Cannot connect to 
http://central.maven.org/maven2/org/netbeans/tools/sigtest-maven-plugin/1.2/sigtest-maven-plugin-1.2.jar
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/nbbuild/external/json-simple-1.1.1.jar
[downloadbinaries] Downloading: 
http://central.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[downloadbinaries] central.maven.org
[downloadbinaries] Could not download 
C9AD4A0850AB676C5C64461A05CA524CDFFF59F1-json-simple-1.1.1.jar to 
/home/teste/.hgexternalcache/C9AD4A0850AB676C5C64461A05CA524CDFFF59F1-json-simple-1.1.1.jar:
 java.io.IOException: Cannot connect to 
http://central.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/platform/javahelp/external/jhall-2.0_05.jar
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/platform/libs.junit4/external/junit-4.12.jar
[downloadbinaries] Downloading: 
http://central.maven.org/maven2/junit/junit/4.12/junit-4.12.jar
[downloadbinaries] central.maven.org
[downloadbinaries] Could not download 
2973D150C0DC1FEFE998F834810D68F278EA58EC-junit-4.12.jar to 
/home/teste/.hgexternalcache/2973D150C0DC1FEFE998F834810D68F278EA58EC-junit-4.12.jar:
 java.io.IOException: Cannot connect to 
http://central.maven.org/maven2/junit/junit/4.12/junit-4.12.jar
[downloadbinaries] Creating 
/home/teste/Downloads/netbeans-11.2-source/platform/libs.junit4/external/hamcrest-core-1.3.jar
[downloadbinaries] Downloading: 
http://central.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[downloadbinaries] central.maven.org
[downloadbinaries] Could not download 
42A25DC3219429F0E5D060061F71ACB49BF010A0-hamcrest-core-1.3.jar to 
/home/teste/.hgexternalcache/4

[netbeans] branch master updated: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

2020-02-21 Thread ebakke
This is an automated email from the ASF dual-hosted git repository.

ebakke 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 682bd57  [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
682bd57 is described below

commit 682bd5713321f04739000f7cc3de402c82a915be
Author: Brad Walker 
AuthorDate: Thu Feb 6 17:44:38 2020 -0700

[NETBEANS-3807] - cleanup ArrayList rawtype warnings..

This change cleans up the following warning..

   [repeat] 
/home/bwalker/src/netbeans/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/ModelVisitor.java:1454:
 warning: [rawtypes] found raw type: ArrayList
   [repeat] private List declaredVars = new 
ArrayList();
   [repeat]  ^
   [repeat]   missing type arguments for generic class ArrayList
   [repeat]   where E is a type-variable:
   [repeat] E extends Object declared in class ArrayList
---
 ...nationalizationResourceBundleBrandingPanel.java |  2 +-
 .../tooling/admin/RunnerRestFetchLogData.java  |  2 +-
 .../websvc/rest/support/SourceGroupSupport.java|  2 +-
 .../src/org/netbeans/editor/ext/ExtFormatter.java  |  2 +-
 .../editor/ext/FormatTokenPositionSupport.java | 33 +++---
 .../editor/fold/ui/CaretFoldExpanderImpl.java  |  4 +--
 .../debugger/ui/views/ViewModelListener.java   | 16 +--
 ide/target.iterator/nbproject/project.properties   |  2 +-
 .../modules/target/iterator/api/BrowseFolders.java |  3 +-
 .../modules/xml/catalog/CatalogMounterModel.java   |  2 +-
 .../debugger/breakpoints/PersistenceManager.java   |  3 +-
 .../modules/dbschema/DBMemoryCollection.java   |  4 +--
 .../netbeans/modules/dbschema/TableElement.java|  9 +++---
 .../dbschema/jdbcimpl/DBElementsCollection.java|  4 +--
 .../dbschema/jdbcimpl/SchemaElementImpl.java   |  2 +-
 .../java/freeform/JavaProjectGenerator.java|  3 --
 .../refactoring/InspectAndRefactorPanel.java   |  2 +-
 .../modules/jshell/project/JShellOptions2.java |  2 +-
 .../codegen/java/support/SourceGroupSupport.java   |  2 +-
 .../editor/actions/ControllerGenerator.java|  2 +-
 .../javafx2/editor/completion/beans/FxBean.java|  3 +-
 .../core/multitabs/impl/TabLayoutManager.java  |  2 +-
 .../org/netbeans/core/multiview/MultiViewPeer.java |  6 ++--
 .../core/startup/layers/SessionManager.java| 10 ---
 .../profiler/heapwalk/model/HeapWalkerNode.java|  2 +-
 .../modules/javascript2/model/ModelVisitor.java| 24 
 26 files changed, 75 insertions(+), 73 deletions(-)

diff --git 
a/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
 
b/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
index 315b3fe..91db0f4 100644
--- 
a/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
+++ 
b/apisupport/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.java
@@ -537,7 +537,7 @@ public class 
InternationalizationResourceBundleBrandingPanel extends AbstractBra
 }
 
 private void refreshList() {
-List keys = new ArrayList();
+List keys = new ArrayList<>();
 Node[] origChildren = original.getChildren().getNodes();
 for (Node node : origChildren) {
 keys.add(node);
diff --git 
a/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
 
b/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
index 97205ff..1847b25 100644
--- 
a/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
+++ 
b/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/RunnerRestFetchLogData.java
@@ -221,7 +221,7 @@ public class RunnerRestFetchLogData extends RunnerRest {
 protected boolean processResponse() {
 // Make ArrayList copy of stored lines. ArrayList allows better access
 // to log values.
-List logLines = new ArrayList(lines.size());
+List logLines = new ArrayList<>(lines.size());
 for (String line : lines) {
 logLines.add(line);
 }
diff --git 
a/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
 
b/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
index 9d6e589..b0ae689 100644
--- 
a/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java
+++ 
b/enterprise/we

[jira] [Commented] (NETBEANS-2763) css autocompletion not working

2020-02-21 Thread Pavel Selivanov (Jira)


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

Pavel Selivanov commented on NETBEANS-2763:
---

[~matthiasblaesing] Thanks a lot! Gonna test and report asap.

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-2763) css autocompletion not working

2020-02-21 Thread Jira


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

Matthias Bläsing commented on NETBEANS-2763:


Ok - should be fixed. [~selivanovp] can you build from source? It would be 
great if you could test it.

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-2763) css autocompletion not working

2020-02-21 Thread ASF GitHub Bot (Jira)


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

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

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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] [Comment Edited] (NETBEANS-2763) css autocompletion not working

2020-02-21 Thread Jira


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

Matthias Bläsing edited comment on NETBEANS-2763 at 2/21/20 8:17 PM:
-

I traced it down into the lucene core.  The CSSIndexer extracts the classes 
correctly (at least at first glance), but all classes are concatenated into one 
long string. This string is then passed on to lucene and that tries to store it 
into the index as a term. The term has a maximum length of 16383 characters 
(org.apache.lucene.index.DocumentsWriter.MAX_TERM_LENGTH) if that is exceeded, 
only the first 30 characters are stored. This will obviously not yield results. 
The cut of can be found in org.apache.lucene.index.TermsHashPerField.add() 
(line 440 in lucene 3.6.2)

I try to to understand what was the idea here, but my gut feeling is, that 
lucene was not correctly used here.

Update: Yes it is wrong - lucene can store multiple field => value entries per 
document with the same field name (it is basicly a multimap).


was (Author: mblaesing):
I traced it down into the lucene core.  The CSSIndexer extracts the classes 
correctly (at least at first glance), but all classes are concatenated into one 
long string. This string is then passed on to lucene and that tries to store it 
into the index as a term. The term has a maximum length of 16383 characters 
(org.apache.lucene.index.DocumentsWriter.MAX_TERM_LENGTH) if that is exceeded, 
only the first 30 characters are stored. This will obviously not yield results. 
The cut of can be found in org.apache.lucene.index.TermsHashPerField.add() 
(line 440 in lucene 3.6.2)

I try to to understand what was the idea here, but my gut feeling is, that 
lucene was not correctly used here.

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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] [Comment Edited] (NETBEANS-2763) css autocompletion not working

2020-02-21 Thread Jira


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

Matthias Bläsing edited comment on NETBEANS-2763 at 2/21/20 7:56 PM:
-

I traced it down into the lucene core.  The CSSIndexer extracts the classes 
correctly (at least at first glance), but all classes are concatenated into one 
long string. This string is then passed on to lucene and that tries to store it 
into the index as a term. The term has a maximum length of 16383 characters 
(org.apache.lucene.index.DocumentsWriter.MAX_TERM_LENGTH) if that is exceeded, 
only the first 30 characters are stored. This will obviously not yield results. 
The cut of can be found in org.apache.lucene.index.TermsHashPerField.add() 
(line 440 in lucene 3.6.2)

I try to to understand what was the idea here, but my gut feeling is, that 
lucene was not correctly used here.


was (Author: mblaesing):
I traced it down into the lucene core.  The CSSIndexer extracts the classes 
correctly (at least at first glance), but all classes are concatenated into one 
long string. This string is then passed on to lucene and that tries to store it 
into the index as a term. The term has a maximum length of 16383 characters 
(org.apache.lucene.index.DocumentsWriter.MAX_TERM_LENGTH) if that is exceeded, 
only the first 30 characters are stored. This will obviously not yield results.

I try to to understand what was the idea here, but my gut feeling is, that 
lucene was not correctly used here.

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-2763) css autocompletion not working

2020-02-21 Thread Jira


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

Matthias Bläsing commented on NETBEANS-2763:


I traced it down into the lucene core.  The CSSIndexer extracts the classes 
correctly (at least at first glance), but all classes are concatenated into one 
long string. This string is then passed on to lucene and that tries to store it 
into the index as a term. The term has a maximum length of 16383 characters 
(org.apache.lucene.index.DocumentsWriter.MAX_TERM_LENGTH) if that is exceeded, 
only the first 30 characters are stored. This will obviously not yield results.

I try to to understand what was the idea here, but my gut feeling is, that 
lucene was not correctly used here.

> css autocompletion not working
> --
>
> Key: NETBEANS-2763
> URL: https://issues.apache.org/jira/browse/NETBEANS-2763
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Pavel Selivanov
>Priority: Major
> Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap-4.1.3-dist.zip, bootstrap-4.2.0-dist.zip, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff, many-classes.css
>
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)
>  
> Steps to reproduce:
>  # Download attached project: [^autocompletion_test.tar.gz]
>  # Open the project
>  # Open the style.css
>  # Try to autocomplete any class.
> Actual result: "No suggestions"
> Expected result: "autocompletion provides some classes from bootstrap.css"
> Update: still not working in NB 11.3 RC.



--
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-3904) Auto DownGrade Gradle when UnsupportedJavaRuntimeException

2020-02-21 Thread Jira
Alexandro Gonçalves Dos Santos created NETBEANS-3904:


 Summary: Auto DownGrade Gradle when UnsupportedJavaRuntimeException
 Key: NETBEANS-3904
 URL: https://issues.apache.org/jira/browse/NETBEANS-3904
 Project: NetBeans
  Issue Type: Improvement
 Environment: Windows
* for more see 'ide log.txt' on attachment
Reporter: Alexandro Gonçalves Dos Santos
 Attachments: ide log.txt, ui log.txt

Error when run project with properties.build.compile.javaPlatform = JDK 1.6

* Logs on files



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



svn commit: r38208 - in /dev/netbeans/netbeans-platform/11.3: netbeans-platform-11.3-bin.zip.asc netbeans-platform-11.3-source.zip.asc

2020-02-21 Thread skygo
Author: skygo
Date: Fri Feb 21 18:21:53 2020
New Revision: 38208

Log:
cleanup asc

Removed:
dev/netbeans/netbeans-platform/11.3/netbeans-platform-11.3-bin.zip.asc
dev/netbeans/netbeans-platform/11.3/netbeans-platform-11.3-source.zip.asc


-
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



svn commit: r38207 - /dev/netbeans/testrelease.sh

2020-02-21 Thread skygo
Author: skygo
Date: Fri Feb 21 17:57:53 2020
New Revision: 38207

Log:
verifying tool

Added:
dev/netbeans/testrelease.sh   (with props)

Added: dev/netbeans/testrelease.sh
==
--- dev/netbeans/testrelease.sh (added)
+++ dev/netbeans/testrelease.sh Fri Feb 21 17:57:53 2020
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+set -e
+echo "Files with no sha512 or asc"
+
+for line in $(find . -not -name "*.sha512" -not -name "*.asc"  -type f)
+do
+  folder=`dirname "$line"`
+  filename=`basename "$line"`
+  cd "${folder}"
+  if  [ ! -e "${filename}.sha512" ]
+  then
+echo -e "\e[0;31mSHA512 missing for\e[0m ${folder}/${filename}"
+  fi
+  if [ !  -e "${filename}.asc" ]
+  then
+echo -e "\e[0;31mASC missing for\e[0m ${folder}/${filename}"
+  fi
+# back to initial folder
+  cd - > /dev/null
+done;
+
+echo "Press a key"
+read a
+echo "Scanning for checksum"
+for z in $(find . -name '*.sha512'); do cd $(dirname $z); sha512sum 
./$(basename $z) --check --quiet; cd - >/dev/null; done
+
+echo "Press a key"
+read a
+echo "Scanning for signature"
+find . -name '*.asc' -exec gpg --verify {} \;

Propchange: dev/netbeans/testrelease.sh
--
svn:executable = *



-
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



svn commit: r38206 [5/5] - /dev/netbeans/netbeans/11.3/vc2/nbms/licenses/

2020-02-21 Thread skygo
Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.asc Fri Feb 21 
17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF7AACgkQSiYBztqT
+gvNRtA/+OjPBa1INqWFEdH0Q7/zcyq8+cI9TurOTIKlcSiRlU3Ya64mmH77QGxXC
+cpaHjuJvB5J7wPnQguXasWKb9JBv0jvt1zJx0dG87HBs+oqg4wLjmcWgofS2sfBi
+Jq++zkie3pEHCdXcziSMelZHosljvtQZFAy+FUZtn+w+b5Dfye9Wchzw1oPYOD3u
+X6u5Z7vifuZOskR9NLR/Iql9qz1rVxCmXQEiBRggfKW3fbXyms5ySVl8aTyCy706
+oHRBsZjpexzJN6t6wNtjoY1u1UfQsKuYXKTN0XGLuFgLaA0lNcQJ6dlVaO971Qic
+RrB5KmJmFz8KgekJ235k2yNGGopxoingLHZTW1OO/yRyRrCjoIvsJhX9m1d+sgj2
+ocSLwVsiYNLZVw5OvFHlWTnzTr80niDNX/Syq6tJgBSSFy6tRyu0UFR63lYsCJh0
+iDW7ZGoPsr61I2mUO5KAWGC4n21WRfwXmQtH+dH6Cb3NnKHzpEVMPZOM0GuinkTq
+l8+KHyLdtQdddhXgcnZ17plxw5ZuQrNaQ6Rvl8Imqf8hqTyd4ywZOmDaN8Cthkay
+YgmGsuAy7957ZxlRes5uWPr0tOO+UB5MI0Ccv3Dzn1sI0OH01nsHyJT7vZhyxeo/
+oY63Ffa4F2Gw1mEE76J9/i4G5/gL1l6A4990Tj2lWNBr88WdFOU=
+=Y7ee
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.sha512 Fri Feb 
21 17:57:15 2020
@@ -0,0 +1 @@
+26c9ef285ecf18138d57d88e6bdfd3fd0239b5989b42ffcd9989985f5bc8d634fd1fe73aa63829051fa35abba9833127b0c76e91e0b07be2e1c408d225e2b665
  ./F7C4377.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/F7C4377.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF7AACgkQSiYBztqT
+gvOgIhAAgHtHwY8adCcRDWjqsfuXkfygIR+HrycXVsUH+zdzxmpm0u+Y5xrAnc+U
+ZAG48u4Ohg+3gAa7qZHgLRbwLlRb/n04nrIAXV9NV5BSdVkeniV5Ly2GuE8Bt1ir
+XgOnHJPfOdrHzT3/EqvVuw3PMb7T+SmH98lHFu70otgA8o7aFHAnC5Qi/rF3Avnr
+T00hrJ2IKbfc4IXgD4+AC6eN18crj1IiBxq23SGEaDIqExNrqVdp938AFczvRzEh
+7XGLjyJCjb2K6yW2n5ksVdRR3FROtWEE9X3sWRSEW6FPFmYfEig/qW3vCZAiGMSN
+me/gO6BSMsUIP9GchfMJ35dtz4KH5WAFvqgtoq+xBR4cydoJsU5QKi9vV7Kze6zj
+R+9fTrnKi0QSARyru9iwag3JeB6POv6HQX9qQp+L/+ngPDzjE9rFxaNvID2vlOuf
+8+x10SVm8k0QO6rCR3TrXJU1kpj+SgQ5avi9d++sSKsOpr/zBecTHIoIgetz0NNQ
+iOc1n+7ibU9QfZI/XkVUq/yXaHUB+CNAJguJDcxZJE7KYIXbwiuXB3ShuR380z/W
+cOt1EV9LO8QQIeZhnWhsNym++PydHhp6jKfQAMZI4yhZbq1ocQKkJIOKtN9MxUEQ
+BpYwcuRZih/5zrFJb/H7fO8JEW//Y5q6NsDW5L/0gjGB+0K3kUc=
+=89ft
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+551a2b12c6b60f980325b52832ad2771a4dc0f899de7985d7d61b78012ab56dfd43647c1fca892f2549e29a550b50dd6e4ea102d16a2b004e9a44eac9459f3b0
  ./FA3E98E1.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FA3E98E1.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FC8D11AF.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FC8D11AF.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/FC8D11AF.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF7EACgkQSiYBztqT
+gvOGeQ//RkjRZDi4yKE84olCIHeBLD1/3e4fe5dXE651Dtp25ZfhAChP/xL+9t1z
+tWcKu0i98iJFjwQB/OvrLJXtbXDVKnP/6XOW4EbL7eCvyrG6S7CgyibfwuxCiXV3
+RZRYKxw5LV4G14Pg503N1JacAcpRErVl7ELDYzSHePLS5rCu3VoA6Grp2cpZGY9D
+H0elSnF18wxKIvt6bKbU6IUu3vQpXeZLxSQqYr//qkXlrz4HVeMvuVo8u1r5lzx3
+yB8yHKk2ieQuji9vUU+lNz/UZrdva5tu/nnIf4Ah4JRqweQBv/nwAhGebUgYoVtX
+k5bC9JSMOAoGhAjfPFtqwFfZRLtIw1HVAVXRRldDbT0vIgkIT5WsqXANE/+cCWIn
+m6Bw97sRA48rDB6IFqibAH3QM8MJuNA/AQGvqfRPi1yPcsAyTby

svn commit: r38206 [1/5] - /dev/netbeans/netbeans/11.3/vc2/nbms/licenses/

2020-02-21 Thread skygo
Author: skygo
Date: Fri Feb 21 17:57:15 2020
New Revision: 38206

Log:
missing checksum and sign

Added:
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/12E67AB.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/12E67AB.license.sha512   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/13EE199B.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/13EE199B.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/14387A69.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/14387A69.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1531BAE4.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1531BAE4.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/18EBA857.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/18EBA857.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1ABF27C2.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1ABF27C2.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1D0D983.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1D0D983.license.sha512   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1E6B63A8.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1E6B63A8.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1FDF191B.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/1FDF191B.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/203B77D2.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/203B77D2.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/21A7B1AA.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/21A7B1AA.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/226501D.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/226501D.license.sha512   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2287DCA.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2287DCA.license.sha512   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/23E37D27.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/23E37D27.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/26FFD104.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/26FFD104.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2D85656E.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2D85656E.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2E1EDF9C.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2E1EDF9C.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2F517A17.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/2F517A17.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3097036F.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3097036F.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/31A5D7E0.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/31A5D7E0.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/335E2C0B.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/335E2C0B.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/354AFAD.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/354AFAD.license.sha512   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3677D000.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3677D000.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/380EF02A.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/380EF02A.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3A517E8B.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3A517E8B.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3B2EAB9A.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3B2EAB9A.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3BA8C068.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3BA8C068.license.sha512   
(with props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3BAFF3FD.license.asc   (with 
props)
dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3BAFF3FD.license.sha512   
(with props)

svn commit: r38206 [4/5] - /dev/netbeans/netbeans/11.3/vc2/nbms/licenses/

2020-02-21 Thread skygo
Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/B9FFA4AC.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/B9FFA4AC.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/B9FFA4AC.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+440449c6bfa802217dd21b86d55830b06056f357f9b57862c605c46ded38efc3e19e7f8884723ce1285c403bed00e6b259ce89a48a0780304b79b12cc1762388
  ./B9FFA4AC.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/B9FFA4AC.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF6IACgkQSiYBztqT
+gvNR5RAAtspNbUauo0DuTvC8g8voIVdhwkEiq40VE2qc4n4s/1WlDmRAnsREjn49
+5nq10KFbQo0ue4mjSpz6pOBKNlEiyUlwigOGKtIufy+fRP68GV5gqhKUxq1wnmwR
+R5jpbV3y45BqPsuX7P7WZ2bbYIrriKg/xiGNrGIYv+NYWAx1P59tsQl/zNyyHmj7
+g0jJK7f1c05QxXOjOrwM9t8JYX8199wa0gj7B8aKFVoWdq8h7PZGcYl8rVZ5qBlR
+ArTZREsTupVJZ2ISJbz6csNQBbqwC6gP2UhpR/P9TH8KhZnCpB9V9qWpFHF0lrrr
+t5mQ6liiT2jB9ufQTM0uSU976tp3JYgqRsiDJ+4efUBJopGFh21YgyRHROqfwTAa
+b4q/AZpauISIxF5rXYj7ucG6vXIDSpY6LdPkaQEVZl9CK33Wy4SkbovkCKQcRMET
+sjk9/yU0srJfeodjSmKuA3haQEyJpGcgdyKZb76VMoCTB0LKR5dS72466Rkp5N/y
+4AMv1NMP6cILaCNg1pG7J2jbQn4qvUeUI9WrzsWlvuLArYzuDStAgZY7gX06HJvJ
+XU2A3t8zo4aGEJ9JWQMKnZ02uGf+qOWRPGUGe+RzXJh8wx4201j2UiIt2Awl/2i8
+S4+p/Lux3m+EDfwcKS3VnxR3zxjtPQSEXc1YFGJw6+/13jXHNAY=
+=eQUe
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+58971284f62cd59a140f22363be42403d662e9bdc6ad482e58534f3f56773d85d5e884eb40766e2671c6a10c12232347181bf29bc837858557f8dd2d9be0220a
  ./BBCFB6A5.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BBCFB6A5.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF6MACgkQSiYBztqT
+gvOtRhAApk6v3RhyKB5Oex6zELVtn42DyyWtoMQzfG7j68IghIUA0T9e1p/GUGIp
+hmf9A8ByJdjGUrxGBFr2AQvSgV/eC/Oq3ezeoOQ5KqrbSV4GgqprA8ZaUN4O2Ual
+KCRpVn7yvOkDtRHKl7MeCBp+AE519Mhg+sV1t/uWZ0bdK46smoP3YIi7WPufHYbE
+n5zWGCPKuxKE5xe4GrQcRvOW+4jdQXF83ePCCoEEOxWJ8b7AFpG3WlQDbtwGlJlg
+NsWko2TIUvPDSbF+9f2wiPBzezTrzc1txlzb08vHkeRptR3o0p5Ql8+4lwFqiPBN
+sJY8EeRUWnBkotwLxbe/69GYtMm41gG5o86dpWGZwnQU+p1uAZGaveoZbCpSUUwL
+N/Mh4ayfVDBL8CcM6jzZEGkSv4ed1c0K+qLs4bZOP0iRrPqJQ0I4lcdjvxY+9dio
+p/3tTmcWB3ZiY/9V8wZKmgterw0sSK6yBvVO4ith5E7AhSoCbjug557w3V3+Kev8
+fJ6bzF+QAzaFl65pQq3DO/t3frsBz4vVqA046amtXPAcFA9ap3Cmuki83hURR2n5
+S7TvmVv7uIUuK9hVUm16jUd7wINEkI9ytCdazniBL7nAYfXV5FMvqcOBnveuqKh/
+4DcWMH/dJUuCpYFW+//3QjowSfvkNqpyh22WY5eIm3//GOmedI0=
+=LPX/
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+440dbe608f4a7b0583f2921a8025a37498b9e71a9faaa98542d797f6016b48fcc5dbdb9de20c6f1dcd02b069e302ea651f7ecaf1c5a90e7c6b3b64e24f116219
  ./BDBF59A1.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/BDBF59A1.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/C020AFB9.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/lice

svn commit: r38206 [3/5] - /dev/netbeans/netbeans/11.3/vc2/nbms/licenses/

2020-02-21 Thread skygo
Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF5QACgkQSiYBztqT
+gvNtWQ/+O7h1BwSifwedJGdWMdSppr6vcGbsTj3n/QE9vWgZS7IBghZ1qlY+lqaS
+pMpF4cmIPVnQ7T+eXn93HjyR3bp77Y48kk7bxElBbMcKwjDuBNBFzT6tX2eesDAR
+QeMJvA3FfSrGmNoLUs6IRsruYT/oL3Ehw8cnsAFthFHrt0X46HuvkfokP+gZW1y5
+ldBszHKrMDuJqQOlcnmjMb96AAiU+NZgP+i/LqUhs4/NAiJsl7YF7M8Afljzvrnn
+AwsgirFgx95MTThLfH9imjmz8WsV0kDGrE+0e3h0LB9+GfKzc8DwbBvMPDgTgenm
+wSIEV9x2nrW12bFOA/1hnyVRTPg9PBTYZKyMdS4sST9785pR4oU3AvwT7m3W0eZK
+sSzrIwizpcF5Pqwmeh7tpWN/qKnXG9n2DyTtLAs3DR8ObWO6c9pXkwmqUc2iJAyU
+aRuMBaTDt5Ti4KZht2Fjud2QAgpQi1g5uGtgyZJ3FFZ4rU9TvjcwKfVrshn9GikO
+tRWXX+G682o7Dq6+OrOFgy/ia7cMXMsjNV6p4nN14A1SgeD4SEo3w9trI3Up4V2a
+Ixf4IMTZdosNlKxHU7IzNsMiAe+SAUzK6ARas+EKGTc+lcEn7bXZy56FBgxkthtt
+CTZ470fynUCs6cLqi4VlU9/rXGRPb7Q0Wsw0RA4wAZBbKEayytA=
+=p8Zh
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+0bc67922ce3315a93dbd3f5b065b50920ce766964b59b5c24e623bd6763a9069461138b6f1d1bec373686990a4af92735d4fdf71b218b85a1b023c7a69706928
  ./81FC8C02.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/81FC8C02.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF5QACgkQSiYBztqT
+gvPPTQ//R5wZHW2GyipzyVhqD2GyUFhpkJZYsBIo/ChgXy7LhwX+Sxa107vUCVWV
+0sRp0wyeGLmsGfZGODBpPs07pQO/NjlvEfJR9OT8D09A1Genx/HhrZxF0EiSxGuV
+e88jfFDtw769jolAkqZtBfwIhCaKcL6NppbEiYwBFSceypHPIhpmS201xySHXcKt
+k0PdagtDlM5eyrQ00gcwTMyRjuX2VaXPokunVOMWQCjz7fJhFwRbiJXg46nb8sVq
+Frgf0Gu/EWdHqiA3ID4IGgYy9v0k2cvV9ZhyASrKhmOQKlP+h/+26WYmAqLHc4Sk
+Z9yYeX90rwFUt1M4RYwUJ1p6/bF3z75nPKKK2syRKjdoP6hZbLZbc75bbVuZYzvH
+yrIBe5CnCZCDq2xSgW2FoKceqAIJ7RtERt9CnfzmLJVprqkffSFcWYpTZLRRgPeJ
+gAAAe5DV3ECEJ9fJgcCiMc4PcrRXCnUuDV/Ef9tKP82SZ/IFqA2pndOGJPakmHn1
+WbpcHwSkrcjDhN9mu2GnhmE5+JxwNxFNHzgwLzgJrHPfgPkbVKSWfa/y/mFxvq+e
+wSweBoEU6KiDXLsKtFW4fqnSTseajbfUFiCcS2Kp8M9c5CXW5Az7da+8FTuCRBwt
+PYBkmRXVTNvbM1kMnVR2ZAs23r0vb888RgFOAuJ5r6FcLqXRAC8=
+=xwCu
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+7002e1d5da4e678bcbbfb57d93bd3dab2638df6608a0ddf481fb1ad2962aa13a9993a59c764ade119f8f8a81ffb4e8758ffe459909122d2e5b06b112f1fcf5fb
  ./82F05E8C.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/82F05E8C.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/85B93DE7.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/85B93DE7.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/85B93DE7.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF5QACgkQSiYBztqT
+gvPDcw/+OE6Ov5k2/pZFn/fD4WIaJAxMSktPe/sipZ8wkJQHmMnhlNZxJ5TjMdvT
+xEDupmwHsYuNEECWN1wIMPZG4QDJFxVi6P1sbVTuC8MIdzaNyM/+NqIqsyFi9Nd5
+2R8rCOZhgXynJQkjDSNsFDeVJ2FXumUMM52Vy0P3yaYIrE1qlqabxYkv6f9BHSnM
+xdoNewWI23z8Hg5xieTez/MmxS9ziJDdmkjrXVkEMXJvykEDLg1mQfV/8a0MEDt+
+T3KoNV1v0uIUsu3zXYyDoSDZiwf97HiEY8ZV7Antjzg/JKzO9obPNnS8i6XyziCs
+vC6vnlpHd4j4kCeag3YojAsv+mc+bCg22JnWazRMxupLnEXdVFTaV6UOTAfNZhxJ
+q5Q8nNkdoSpgqhqTwUlLgBjnIs3AU4fA2Mfakx90L3

svn commit: r38206 [2/5] - /dev/netbeans/netbeans/11.3/vc2/nbms/licenses/

2020-02-21 Thread skygo
Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3D11AFD7.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3D11AFD7.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3D11AFD7.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+4c176d38f4f3b1535dbd47fce60e3785d01cb373313281c4a6e10799cab20073e5977563d253810f7f3d359350450b58f36456065c12772bcd2c8df33063c1e4
  ./3D11AFD7.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3D11AFD7.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF4YACgkQSiYBztqT
+gvPCFQ/9GgvxgdTRNmQ4axbbWhpqyWI5BT3u8Dv+dG1L7q7GbKa5HsBjsWO6VGTH
+tvf0qQbXGDp7M7PWXM7rOJWgaM/iez36u08rZoM+pyBl6Imr9ynrRbeVSu2PKtNg
+ZB6Bhmz4J+yLBQkdq41Jn6iQMmNMunlAEovwrV4N9139XB2dKGqQUl3wQneY6997
+J12GMeh3+Ev86cf7u4Ri4BI8GKKVwAlltEp2vy0ncQyef0kMYNJ3wi7xyIY6ekJp
+4nn4oz4r54O3WJBU2D/J2WXXKAiXonmjQ3B5mRzH5HGNx/pbhDzdJbCS6uakXV7f
+uMO6xJKjEasi+fA5kIodpthTXDsHlMn+oU2QyRgMplZnJLRnQ4zAa50M34gMj3s4
+QlexT7noE8O61JPfMqw8RjnjQHokdBCjkgqm87Zve18hjg/murQ+Ryg2QHcyKnmV
+uaGP2/ls8zWNTBrow+1/QxXeKMHdUvxGZNL0O1c93eicHXhfypmQ9GUV3n6ZjM0S
+AScpIYP/m8Vp8hSgiKc3KP1TmTliYdKDoq8I9lfpMlm+s9nHm3b+0msL5lReVkkB
+6AjUCj8clicafNqNVBBGn5uAmtDk5n7gfoKJyaWBZqx2FmLVtzGWOI5vQDDohX+N
+i7dtN2CJT59jU25/B3ar1Dm9+73M1WMWAWIuED24m1UAvScju3s=
+=h0MC
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+23af542fd3998a9397fd676431b1cfedd01f77aae7dddc72233ca536a4d8e2fb30491aba20440ac7f400686143c9c6e053f2d158af4a6ceb0b3b20e4d30e1ab1
  ./3F4A8071.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3F4A8071.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.asc (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.asc Fri Feb 
21 17:57:15 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl5QF4YACgkQSiYBztqT
+gvOgDg//TERBLdh47PLnsDfCy+C0tRHJosdoZHymcBbH2frsedLTYKX3/PW2EOb5
+IHQs3eGD9rDCCvT21Uom3BTvO2zpNC+5iU+drjkSOnelbiYRucVJFeJO9jtsFjwM
+9RaiXmORZ+mlCfKEMiW7IzBk/vK/xO4+sLynVMgFSnSu+JOPwAzwPzenBxZ9qWwb
+PeLP7B31cs99XTeKWL9WLmLg0Paka3gUg4ww8qO+AJnvwIN5V3vNHHXg4T79umX+
+DYKIxMQU2QWTQZlmS2ZZQzsBCMXVOrNM5Qh3vwRa55R6wCuIdrC8VV/ll7SsDZY2
+wED/JxSnmDXzlvxFYehJhLtBHKHpFbeYd/hzsfvH8m6NiowwPOGCl+q8e4aHoieL
+KcCfu5tms13tg09H5HZ5jk54n9L3SMoTxKryaOnFUVohcOTsIvH2cBVXPPciUilr
+ByCLwlkB32Hm3Cw4wg4KS48LkAvK7b3iF1Bhn8GZjRhAVHrdlMFo87iDzcX0P9e7
+nnJCiD1NE45QSPnsyjEj22Jr2AYzukY3rWDhfaTIaw2w3UxnMKMTqb3rZ3djJHPI
+Uvlp5NUhmeyD/jSAuK1zyqs/KXhR/ukQDHdXQQLeOf2Lws1maMQ8n/fgBbFwHVaa
+baizQXKdYwU5r6t9mzaJGM7lw1ti5FoXaay+5BdKKWBPFBwLG/Y=
+=XsGr
+-END PGP SIGNATURE-

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.asc
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.sha512
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.sha512 (added)
+++ dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.sha512 Fri 
Feb 21 17:57:15 2020
@@ -0,0 +1 @@
+bb53c8857d5bd8849cf1c42f70e844ea623d06cd177ff5abc86ea84262f18d7a42358df964d2d40b016e309ee92ee65a652bf09a8c9c8f3d02a772fe0e1d3178
  ./3FA7DECD.license

Propchange: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/3FA7DECD.license.sha512
--
svn:executable = *

Added: dev/netbeans/netbeans/11.3/vc2/nbms/licenses/464B7CA2.license.asc
==
--- dev/netbeans/netbeans/11.3/vc2/nbms/lice

[netbeans-jenkins-lib] branch master updated: add extension for license

2020-02-21 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new f705998  add extension for license
f705998 is described below

commit f7059980ef616f6450b81f2f5e3b9f71af1e0292
Author: Eric Barboni 
AuthorDate: Fri Feb 21 18:43:19 2020 +0100

add extension for license
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 43ce553..6001e8d 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -199,7 +199,7 @@ def call(Map params = [:]) {
 
 //checksums
 
-def extensions = 
['*.zip','*.nbm','*.gz','*.jar','*.xml']
+def extensions = 
['*.zip','*.nbm','*.gz','*.jar','*.xml','*.license']
 for (String extension in extensions) {
 
 sh "cd ${env.WORKSPACE}/dist"+' && for z 
in $(find . -name "'+"${extension}"+'") ; do cd $(dirname $z) ; sha512sum 
./$(basename $z) > $(basename $z).sha512; cd - >/dev/null; done '


-
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



svn commit: r38205 - in /dev/netbeans: netbeans-platform/11.3/ netbeans-platform/11.3/vc2/ netbeans/11.3/ netbeans/11.3/nbms/ netbeans/11.3/vc2/ netbeans/11.3/vc2/nbms/ netbeans/11.3/vc2/nbms/apisuppo

2020-02-21 Thread skygo
Author: skygo
Date: Fri Feb 21 16:41:27 2020
New Revision: 38205

Log:
Apache NetBeans 11.3 vc 2


[This commit notification would consist of 192 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

-
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-1850) macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option (⌥ / alt) key

2020-02-21 Thread creator (Jira)


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

creator updated NETBEANS-1850:
--
Environment: macOS Catalina on a Macbook Air (Early 2015), Netbeans Binary, 
keyboard layout which requires option key for curly braces  (was: macOS Mojave 
on a Macbook Air (Early 2015), Netbeans Binary)

> macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option 
> (⌥ / alt) key
> --
>
> Key: NETBEANS-1850
> URL: https://issues.apache.org/jira/browse/NETBEANS-1850
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0, 11.2
> Environment: macOS Catalina on a Macbook Air (Early 2015), Netbeans 
> Binary, keyboard layout which requires option key for curly braces
>Reporter: creator
>Priority: Major
>
> *The issue*
> This issue concerns macOS only.
> The option key (also known as ⌥ or the alt-key) is no longer recognised by 
> Netbeans after using the option (⌥ / alt) key on the right-hand side. Using 
> the left-hand side on its own works without any problems.
> The option-keys are still available to open an additional bracket. However, 
> any additional functionality is lost.
> After re-opening Netbeans, the program does recognise the option keys again. 
> This, however, only stays until the right-hand option key is pressed again.
> *Steps to reproduce the issue*
> Make sure you are using Netbeans later than 8.2 on macOS.
>  # Open any project. Note the *left* option-key is working, e.g. by 
> navigating your code by pressing the *left* option key and the left and right 
> arrow keys at the same time.
>  ** This can be confirmed by opening the keymap settings (Preferences, 
> Keymap) and clicking on "Search in shortcuts".
>  ** After pressing the *left* option key in this field, the symbol of the key 
> is displayed as such.
>  ** This shows the *left* option key is perfectly recognised by Netbeans.
>  # Press the *right-hand* option key once.
>  # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
> both option keys have no effect*.
>  ** This can be confirmed by opening the keymap settings (Preferences, 
> Keymap)  and clicking on "in shortcuts".
>  ** When pressing any of the option keys in this field, the field stays blank.
>  ** This shows the option key is *no longer recognised by Netbeans*.
>  # Re-open netbeans. Then, try to use the *left* alt-key and note that it 
> works again.
> *About the issue*
> The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
> and 11. It is not present in Netbeans 8.2.



--
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-1850) macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option (⌥ / alt) key

2020-02-21 Thread creator (Jira)


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

creator updated NETBEANS-1850:
--
Environment: macOS Catalina on a Macbook Air (Early 2015), Netbeans Binary, 
keyboard layout which requires option key for curly braces (in my case: DE)  
(was: macOS Catalina on a Macbook Air (Early 2015), Netbeans Binary, keyboard 
layout which requires option key for curly braces)

> macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option 
> (⌥ / alt) key
> --
>
> Key: NETBEANS-1850
> URL: https://issues.apache.org/jira/browse/NETBEANS-1850
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0, 11.2
> Environment: macOS Catalina on a Macbook Air (Early 2015), Netbeans 
> Binary, keyboard layout which requires option key for curly braces (in my 
> case: DE)
>Reporter: creator
>Priority: Major
>
> *The issue*
> This issue concerns macOS only.
> The option key (also known as ⌥ or the alt-key) is no longer recognised by 
> Netbeans after using the option (⌥ / alt) key on the right-hand side. Using 
> the left-hand side on its own works without any problems.
> The option-keys are still available to open an additional bracket. However, 
> any additional functionality is lost.
> After re-opening Netbeans, the program does recognise the option keys again. 
> This, however, only stays until the right-hand option key is pressed again.
> *Steps to reproduce the issue*
> Make sure you are using Netbeans later than 8.2 on macOS.
>  # Open any project. Note the *left* option-key is working, e.g. by 
> navigating your code by pressing the *left* option key and the left and right 
> arrow keys at the same time.
>  ** This can be confirmed by opening the keymap settings (Preferences, 
> Keymap) and clicking on "Search in shortcuts".
>  ** After pressing the *left* option key in this field, the symbol of the key 
> is displayed as such.
>  ** This shows the *left* option key is perfectly recognised by Netbeans.
>  # Press the *right-hand* option key once.
>  # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
> both option keys have no effect*.
>  ** This can be confirmed by opening the keymap settings (Preferences, 
> Keymap)  and clicking on "in shortcuts".
>  ** When pressing any of the option keys in this field, the field stays blank.
>  ** This shows the option key is *no longer recognised by Netbeans*.
>  # Re-open netbeans. Then, try to use the *left* alt-key and note that it 
> works again.
> *About the issue*
> The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
> and 11. It is not present in Netbeans 8.2.



--
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-1850) macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option (⌥ / alt) key

2020-02-21 Thread creator (Jira)


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

creator updated NETBEANS-1850:
--
Description: 
*The issue*

This issue concerns macOS only.

The option key (also known as ⌥ or the alt-key) is no longer recognised by 
Netbeans after using the option (⌥ / alt) key on the right-hand side. Using the 
left-hand side on its own works without any problems.

The option-keys are still available to open an additional bracket. However, any 
additional functionality is lost.

After re-opening Netbeans, the program does recognise the option keys again. 
This, however, only stays until the right-hand option key is pressed again.

*Steps to reproduce the issue*

Make sure you are using Netbeans later than 8.2 on macOS.
 # Open any project. Note the *left* option-key is working, e.g. by navigating 
your code by pressing the *left* option key and the left and right arrow keys 
at the same time.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap) 
and clicking on "Search in shortcuts".
 ** After pressing the *left* option key in this field, the symbol of the key 
is displayed as such.
 ** This shows the *left* option key is perfectly recognised by Netbeans.
 # Press the *right-hand* option key once.
 # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
both option keys have no effect*.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap)  
and clicking on "in shortcuts".
 ** When pressing any of the option keys in this field, the field stays blank.
 ** This shows the option key is *no longer recognised by Netbeans*.
 # Re-open netbeans. Then, try to use the *left* alt-key and note that it works 
again.

*About the issue*

The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
and 11. It is not present in Netbeans 8.2.

  was:
*The issue*

This issue concerns macOS only.

The option key (also known as ⌥ or the alt-key) is no longer recognised by 
Netbeans after using the option (⌥ / alt) key on the right-hand side. Using the 
left-hand side on its own works without any problems.

The option-keys are still available to open an additional bracket. However, any 
additional functionality is lost.

After re-opening Netbeans, the program does recognise the option keys again. 
This, however, only stays until the right-hand option key is pressed again.

*Steps to reproduce the issue*

Make sure you are using Netbeans later than 8.2 on macOS.
 # Open any project. Note the *left* option-key is working, e.g. by navigating 
your code by pressing the *left* option key and the left and right arrows at 
the same time.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap) 
and clicking on "in shortcuts".
 ** After pressing the *left* option key in this field, the symbol of the key 
is displayed as such.
 ** This shows the *left* option key is perfectly recognised by Netbeans.
 # Press the *right-hand* option key once.
 # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
both option keys have no effect*.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap)  
and clicking on "in shortcuts".
 ** When pressing any of the option keys in this field, the field stays blank.
 ** This shows the option key is *no longer recognised by Netbeans*.
 # Re-open netbeans. Then, try to use the *left* alt-key and note that it works 
again.

*About the issue*

The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
and 11. It is not present in Netbeans 8.2.


> macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option 
> (⌥ / alt) key
> --
>
> Key: NETBEANS-1850
> URL: https://issues.apache.org/jira/browse/NETBEANS-1850
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0, 11.2
> Environment: macOS Mojave on a Macbook Air (Early 2015), Netbeans 
> Binary
>Reporter: creator
>Priority: Major
>
> *The issue*
> This issue concerns macOS only.
> The option key (also known as ⌥ or the alt-key) is no longer recognised by 
> Netbeans after using the option (⌥ / alt) key on the right-hand side. Using 
> the left-hand side on its own works without any problems.
> The option-keys are still available to open an additional bracket. However, 
> any additional functionality is lost.
> After re-opening Netbeans, the program does recognise the option keys again. 
> This, however, only stays until the right-hand option key is pressed again.
> *Steps to reproduce the issue*
> Make sure you are using Netbeans later than 8.2 on macOS.
>  # Open any project. Note the *left* option-key is working, e.g. by 
> navigating your code by pressing the *left* option 

[netbeans-jenkins-lib] branch master updated: 11.3 vc2

2020-02-21 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new cb6a92e  11.3 vc2
cb6a92e is described below

commit cb6a92e2d87565576e51a13bb36fa29b1b7e635f
Author: Eric Barboni 
AuthorDate: Fri Feb 21 14:06:06 2020 +0100

11.3 vc2
---
 meta/netbeansrelease.json | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index f1c0674..9477e94 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -187,7 +187,11 @@
 "9d007f64d7e5facd6f65639e8487d25385aa7ca5": {
 "vote": "1",
 "position": "4"
-}
+},
+"6b879cb782eaa4f13a731aff82eada11289a66f7": {
+"vote": "2",
+"position": "5"
+}
 },   
 "releasedate": {
 "day": "-",


-
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] annotated tag 11.3-vc2 updated (6b879cb -> 4ddd1a1)

2020-02-21 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag 11.3-vc2
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 11.3-vc2 was modified! ***

from 6b879cb  (commit)
  to 4ddd1a1  (tag)
 tagging 6b879cb782eaa4f13a731aff82eada11289a66f7 (commit)
 replaces 11.3-vc1
  by Eric Barboni
  on Fri Feb 21 14:04:38 2020 +0100

- Log -
Apache NetBeans 11.3-vc2
---


No new revisions were added by this update.

Summary of changes:


-
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 release113 updated (9d007f6 -> 6b879cb)

2020-02-21 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


from 9d007f6  Merge pull request #1951 from apache/master
 add 2b5d10b  Ensure a clean license stub is used for source config builds 
(#1957)
 new 6b879cb  Merge pull request #1958 from apache/master

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:
 LICENSE | 5 +
 nbbuild/build.xml   | 4 ++--
 LICENSE => nbbuild/license-stub.txt | 0
 3 files changed, 7 insertions(+), 2 deletions(-)
 copy LICENSE => nbbuild/license-stub.txt (100%)


-
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] 01/01: Merge pull request #1958 from apache/master

2020-02-21 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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

commit 6b879cb782eaa4f13a731aff82eada11289a66f7
Merge: 9d007f6 2b5d10b
Author: Eric Barboni 
AuthorDate: Fri Feb 21 14:02:15 2020 +0100

Merge pull request #1958 from apache/master

synchronize 11.3 vc2

 LICENSE | 5 +
 nbbuild/build.xml   | 4 ++--
 LICENSE => nbbuild/license-stub.txt | 0
 3 files changed, 7 insertions(+), 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] branch master updated: Ensure a clean license stub is used for source config builds (#1957)

2020-02-21 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 2b5d10b  Ensure a clean license stub is used for source config builds 
(#1957)
2b5d10b is described below

commit 2b5d10b394b1fe72e2f6ae58f1dd02fdfbdf5892
Author: Matthias Bläsing 
AuthorDate: Fri Feb 21 14:00:34 2020 +0100

Ensure a clean license stub is used for source config builds (#1957)

* Ensure a clean license stub is used for source config builds

Before this changeset the LICENSE file from the root of the
repository/source directory was used to create the LICENSE file of the
binary build. This worked correctly for the repository because there
only the ALv2 is present, but a source config build in the LICENSE file
also the references to the license files for the embedded source files
with foreign licenses are included.

A binary build from a source config thus contains the license info of
the source config _and_ the binary build. This is not correct, as the
binary config can contains less source only files because they are only
required at build time.

To fix this, a new license-stub.txt is introduced, that only contains
the ALv2 regardless whether it comes from the repository or from a
source config build.
---
 LICENSE | 5 +
 nbbuild/build.xml   | 4 ++--
 LICENSE => nbbuild/license-stub.txt | 0
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE
index 6b0b127..aeb123f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,3 +201,8 @@
See the License for the specific language governing permissions and
limitations under the License.
 
+
+Apache NetBeans repository includes a number of source files that are not
+covered by the Apache license. These files are refered to by licenseinfo.xml
+files which hold the license information.
+
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 00e9742..ce6804f 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1619,7 +1619,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
 
 
 
-
 
 
-https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists