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

2020-02-20 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-2763:


Thanks. I've investigated a bit. It seems that IndexSearcher doesn't search 
classes when CSSIndex adds long text(i.e. there are many classes) to an 
IndexDocument as a value of a specific key. example file: [^many-classes.css]

I have no idea at the moment...

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

2020-02-20 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-2763:
---
Attachment: many-classes.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
> 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



[netbeans-jenkins-lib] branch master updated: sha512 in a for an no folder inside

2020-02-20 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 29b7393  sha512 in a for an no folder inside
29b7393 is described below

commit 29b739382e38018ef7df95b74497bc1646d93a90
Author: Eric Barboni 
AuthorDate: Fri Feb 21 00:44:28 2020 +0100

sha512 in a for an no folder inside
---
 vars/asfMainNetBeansBuild.groovy | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 2c38322..43ce553 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -195,14 +195,16 @@ def call(Map params = [:]) {
 // create maven repository folder and content
 sh "mkdir ${env.WORKSPACE}/mavenrepository"
 
-//checksume
 sh "cp -r 
${env.WORKSPACE}/build-release-temp/nbbuild/nbms/** 
${env.WORKSPACE}/dist${releasepath}nbms/"
-sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.zip") ; do sha512sum $z >$z.sha512 ; done'
-sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.nbm") ; do sha512sum $z >$z.sha512 ; done'
-sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.gz") ; do sha512sum $z >$z.sha512 ; done'
-sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.jar") ; do sha512sum $z >$z.sha512 ; done'
-sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.xml") ; do sha512sum $z >$z.sha512 ; done'
 
+//checksums
+
+def extensions = 
['*.zip','*.nbm','*.gz','*.jar','*.xml']
+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 '
+
+}
 archiveArtifacts 'dist/**'
 
 //prepare a maven repository to be used by RM 


-
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-3903) Netbeans 11.2 fails to detect successful startup of Tomcat 9.0.31

2020-02-20 Thread Rob (Jira)
Rob created NETBEANS-3903:
-

 Summary: Netbeans 11.2 fails to detect successful startup of 
Tomcat 9.0.31
 Key: NETBEANS-3903
 URL: https://issues.apache.org/jira/browse/NETBEANS-3903
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java, serverplugins - Tomcat
Affects Versions: 11.2, 11.1, 11.0
 Environment: MacOS Catalina 10.15.3
Netbeans 11.2 (using installer)
Netbeans 11.0 (using binary download)
Tomcat 9.0.31 (via brew and binary download)
Tomcat 8.5.51 (via brew and binary download)
Reporter: Rob
 Attachments: Netbeans11.0-terminal-output.log, Screenshot 2020-02-20 
at 21.17.36.png, apache-tomcat-9.0.31.zip, netbeans11-2-log.zip

* Example code - Not applicable 

 * Example project - Not applicable

 * Attachments...
 * Screenshot 1) Console shows success whilst minutes later Netbeans error 
appears

 * Screenshot 2) Netbeans 11.0 terminal output included and I suspect it the 
same error in Netbeans 11.2

 * apache-tomcat-9.0.31.zip that includes the tomcat configuration and logs for 
one attempt of running Tomcat (all looks good here) 
 * netbeans11-2-log for the latest Netbeans 11.2 logs
 * Exact steps 1. Add tomcat server 2. Run tomcat server, 3. Confirm it starts 
(browser success and console logs success), 4. Minutes later error appears to 
say "Starting of Tomcat Failed"

 * Actual results - Tomcat should start than then Netbeans would usually deploy 
the app, but Netbeans fails to detect Tomcat started successfully.  No projects 
required to recreate this - starting Tomcat up from within the Netbeans IDE 
shows success in the console <500ms but then reports as failed minutes later

 * Expected results - Netbeans should continue to deploy an application once 
detecting tomcat has started

 * NetBeans version - Multiple (11.0, 11.2)

 * JDK version JDK 13 Open JDK and Sun JDK

 * OS (Environment) Mac Catalina 10.15.3

Deeper information follows...

I installed the pre-requisite Open JDK 13 first.

I had Netbeans 8.2 running on my iMac and decided to install the latest version 
of Netbeans on my MacBook Pro running Mac OS Catalina 10.15.3, so I opted for 
the latest NetBeans 11.2 installer.  

I was surprised to see no 'customise' option during installation to choose 
Tomcat (which is what used to happen in Netbeans 8.2).  Once Netbeans 11.2 was 
running I went to the server tab and added Tomcat 9.0.31 by pointing to the 
Tomcat brew installation folder and added a private configuration folder, I 
entered a new user 'ide' and password and ticked the 'Create user if does not 
exist'.

I can confirm it created the user in the tomcat-users.xml file correctly.

```


http://tomcat.apache.org/xml"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0" 
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd">
 
 
 
 


```

When I right-click on the server and choose "Start", or "Start in debug mode" 
tomcat starts and it is confirmed as starting within 317 milliseconds.

I can load a browser manually and navigate to 
[http://localhost:8084/manager/status] and confirm Tomcat is indeed running.

```

NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.io=ALL-UNNAMED 
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
20-Feb-2020 21:09:28.879 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version name: 
Apache Tomcat/9.0.31
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server built: Feb 5 2020 
19:32:12 UTC
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version number: 
9.0.31.0
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.15.3
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86_64
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
/Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 13.0.2+8
20-Feb-2020 21:09:28.883 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle 
Corporation
20-Feb-2020 21:09:28.884 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
/Users/rob/Apache-Tomcat-Netbeans/apache-tomcat-9.0.31
20-Feb-2020 21:09:28.884 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
/usr/local/Cellar/tomcat/9.0.31/libexec
... (full details in attachment)
20-Feb-2020 21:09:29.494 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [317] milliseconds


[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1171

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 4f06c3b  Automated site publishing by Jenkins build 1171
4f06c3b is described below

commit 4f06c3b68c9ddf1ba64bc6a40a6a7bde1b9d3de2
Author: jenkins 
AuthorDate: Thu Feb 20 15:25:58 2020 +

Automated site publishing by Jenkins build 1171
---
 content/download/nb113/ezgif.com-video-to-gif.gif | Bin 0 -> 103240 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/download/nb113/ezgif.com-video-to-gif.gif 
b/content/download/nb113/ezgif.com-video-to-gif.gif
new file mode 100644
index 000..e02f152
Binary files /dev/null and b/content/download/nb113/ezgif.com-video-to-gif.gif 
differ


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1170

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 78ca53b  Automated site publishing by Jenkins build 1170
78ca53b is described below

commit 78ca53b6c7ac2de368f313efc2859bf3a5f0e2cb
Author: jenkins 
AuthorDate: Thu Feb 20 15:23:38 2020 +

Automated site publishing by Jenkins build 1170
---
 content/download/nb113/index.html | 9 +
 1 file changed, 9 insertions(+)

diff --git a/content/download/nb113/index.html 
b/content/download/nb113/index.html
index 0c0bff2..b35b356 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -128,6 +128,15 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 
 
 
+
+
+
+
+
+
+
+
+
 
 
 


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

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



[netbeans-website] branch master updated: Update index.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 72b9c21  Update index.asciidoc
72b9c21 is described below

commit 72b9c21aa3f733d222acdb8729cdbf2f14c1d9d1
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:21:56 2020 +0100

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index cf74c49..29f2cc4 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -54,6 +54,7 @@ image::record-keyword.png[role="left", 
link="record-keyword.png"]
 image::ezgif.com-video-to-gif.gif[role="left", 
link="ezgif.com-video-to-gif.gif"]
 --  
 
+
 TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".
 
 Preview features can only be used if the Java compiler's `--enable-preview` 
flag is set, as shown below for Maven. 


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

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



[netbeans-website] branch master updated: Update index.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new cc32459  Update index.asciidoc
cc32459 is described below

commit cc324594de314f8a0d7926b7252dc5072d1411f4
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:20:23 2020 +0100

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 5 +
 1 file changed, 5 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 43f37f6..cf74c49 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -47,7 +47,12 @@ The highlights of enhancements in the Java area are focused 
on support for JDK 1
 image::record-keyword.png[role="left", link="record-keyword.png"]
 --  
 
+
 - link:https://openjdk.java.net/jeps/359[JEP 305]: Pattern Matching for 
instanceof (Preview Feature) 
+[.feature]
+--
+image::ezgif.com-video-to-gif.gif[role="left", 
link="ezgif.com-video-to-gif.gif"]
+--  
 
 TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".
 


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

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



[netbeans-website] branch master updated: animation for instanceof

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 4cf3819  animation for instanceof
4cf3819 is described below

commit 4cf3819682b41c480f8e085b73e787a7a4b59e39
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:20:51 2020 +0100

animation for instanceof
---
 .../content/download/nb113/ezgif.com-video-to-gif.gif  | Bin 0 -> 103240 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/download/nb113/ezgif.com-video-to-gif.gif 
b/netbeans.apache.org/src/content/download/nb113/ezgif.com-video-to-gif.gif
new file mode 100644
index 000..e02f152
Binary files /dev/null and 
b/netbeans.apache.org/src/content/download/nb113/ezgif.com-video-to-gif.gif 
differ


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1168

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 074740e  Automated site publishing by Jenkins build 1168
074740e is described below

commit 074740e48994ab3e66ec2489b2f8d45ee6ee1b44
Author: jenkins 
AuthorDate: Thu Feb 20 15:17:09 2020 +

Automated site publishing by Jenkins build 1168
---
 content/download/nb113/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/download/nb113/index.html 
b/content/download/nb113/index.html
index 98b84b2..0c0bff2 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -108,11 +108,11 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 
 
 
-https://openjdk.java.net/jeps/359";>JEP 359: Records (Preview 
Feature)
+https://openjdk.java.net/jeps/359";>JEP 359: Records (Preview 
Feature) — syntax coloring for the new "record" keyword; 
Navigator shows equals, hashCode, toString, etc; and formatting support for 
records.
 
 
 
-
+
 
 
 


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

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



[netbeans-website] branch master updated: adding details for records

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

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


The following commit(s) were added to refs/heads/master by this push:
 new ff79eb8  adding details for records
ff79eb8 is described below

commit ff79eb872a8109373d3fdf3d3b88761e45f2c8e1
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:13:44 2020 +0100

adding details for records
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 6e4bff2..43f37f6 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -41,8 +41,7 @@ TIP: The LTS release of the Apache NetBeans 11 cycle is 
Apache NetBeans 11.0. Th
 
 The highlights of enhancements in the Java area are focused on support for JDK 
14.
 
-- link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) 
-
+- link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) 
-- syntax coloring for the new "record" keyword; Navigator shows equals, 
hashCode, toString, etc; and formatting support for records.
 [.feature]
 --
 image::record-keyword.png[role="left", link="record-keyword.png"]


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1166

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 2f49c26  Automated site publishing by Jenkins build 1166
2f49c26 is described below

commit 2f49c26e7ef3b8f283d9388e04d7a470b3623e5e
Author: jenkins 
AuthorDate: Thu Feb 20 15:11:53 2020 +

Automated site publishing by Jenkins build 1166
---
 content/download/nb113/index.html | 13 +
 1 file changed, 13 insertions(+)

diff --git a/content/download/nb113/index.html 
b/content/download/nb113/index.html
index 99b5c3e..98b84b2 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -110,6 +110,19 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 
 https://openjdk.java.net/jeps/359";>JEP 359: Records (Preview 
Feature)
 
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 https://openjdk.java.net/jeps/359";>JEP 305: Pattern Matching 
for instanceof (Preview Feature)
 


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1165

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new c4c39b0  Automated site publishing by Jenkins build 1165
c4c39b0 is described below

commit c4c39b03fe2e5932ab417ffcebd9ab5a55ba21be
Author: jenkins 
AuthorDate: Thu Feb 20 15:09:31 2020 +

Automated site publishing by Jenkins build 1165
---
 content/download/nb113/record-keyword.png | Bin 0 -> 71194 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/download/nb113/record-keyword.png 
b/content/download/nb113/record-keyword.png
new file mode 100644
index 000..77d4579
Binary files /dev/null and b/content/download/nb113/record-keyword.png differ


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

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



[netbeans-website] branch master updated: adding record-keyword.png

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

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


The following commit(s) were added to refs/heads/master by this push:
 new c3199d4  adding record-keyword.png
c3199d4 is described below

commit c3199d48c9498977ba21b7c178abee87790a4ee2
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:08:10 2020 +0100

adding record-keyword.png
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 251c211..6e4bff2 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -42,6 +42,12 @@ TIP: The LTS release of the Apache NetBeans 11 cycle is 
Apache NetBeans 11.0. Th
 The highlights of enhancements in the Java area are focused on support for JDK 
14.
 
 - link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) 
+
+[.feature]
+--
+image::record-keyword.png[role="left", link="record-keyword.png"]
+--  
+
 - link:https://openjdk.java.net/jeps/359[JEP 305]: Pattern Matching for 
instanceof (Preview Feature) 
 
 TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".


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

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



[netbeans-website] branch master updated: Add files via upload

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 9f578bc  Add files via upload
9f578bc is described below

commit 9f578bc54c1c3d69de02dc78fae3a76b4a5df4cc
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:07:08 2020 +0100

Add files via upload
---
 .../src/content/download/nb113/record-keyword.png   | Bin 0 -> 71194 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/record-keyword.png 
b/netbeans.apache.org/src/content/download/nb113/record-keyword.png
new file mode 100644
index 000..77d4579
Binary files /dev/null and 
b/netbeans.apache.org/src/content/download/nb113/record-keyword.png differ


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1163

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 51b5da3  Automated site publishing by Jenkins build 1163
51b5da3 is described below

commit 51b5da39dd1a887abaea916d4bdf8e4cee249530
Author: jenkins 
AuthorDate: Thu Feb 20 15:02:50 2020 +

Automated site publishing by Jenkins build 1163
---
 content/download/nb113/index.html | 64 +++
 1 file changed, 64 insertions(+)

diff --git a/content/download/nb113/index.html 
b/content/download/nb113/index.html
index 584a2d2..99b5c3e 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -105,6 +105,70 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 
 The highlights of enhancements in the Java area are focused on support for 
JDK 14.
 
+
+
+
+https://openjdk.java.net/jeps/359";>JEP 359: Records (Preview 
Feature)
+
+
+https://openjdk.java.net/jeps/359";>JEP 305: Pattern Matching 
for instanceof (Preview Feature)
+
+
+
+
+
+
+
+
+
+
+https://openjdk.java.net/jeps/12";>JEP 12 provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".
+
+
+
+
+
+Preview features can only be used if the Java compiler’s 
--enable-preview flag is set, as shown below for Maven.
+
+
+
+
+   
+  
+  maven-compiler-plugin
+  3.8.0
+  
+  
+--enable-preview
+  
+ 
+ 
+  
+
+
+
+
+An example to add --enable-preview in Gradle:
+
+
+
+tasks.withType(JavaCompile).each {
+it.options.compilerArgs.add('--enable-preview')
+}
+
+run.jvmArgs(['--enable-preview'])
+
+
+
+Other enhancements in the Java area.
+
+
+
+
+https://openjdk.java.net/jeps/330";>JEP 330: Launch Single-File 
Source-Code Programs
+
+
+
 
 
 


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

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



[netbeans-website] branch master updated: More additions around Java

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

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


The following commit(s) were added to refs/heads/master by this push:
 new a6dc1b4  More additions around Java
a6dc1b4 is described below

commit a6dc1b4a7c1d31c2024d9f8438c351aed60f9719
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 16:00:26 2020 +0100

More additions around Java
---
 .../src/content/download/nb113/index.asciidoc  | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index e47011c..251c211 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -41,4 +41,44 @@ TIP: The LTS release of the Apache NetBeans 11 cycle is 
Apache NetBeans 11.0. Th
 
 The highlights of enhancements in the Java area are focused on support for JDK 
14.
 
+- link:https://openjdk.java.net/jeps/359[JEP 359]: Records (Preview Feature) 
+- link:https://openjdk.java.net/jeps/359[JEP 305]: Pattern Matching for 
instanceof (Preview Feature) 
+
+TIP: link:https://openjdk.java.net/jeps/12[JEP 12] provides for a preview 
language or VM feature, which "is a new feature of the Java SE Platform that is 
fully specified, fully implemented, and yet impermanent. It is available in a 
JDK feature release to provoke developer feedback based on real world use; this 
may lead to it becoming permanent in a future Java SE Platform".
+
+Preview features can only be used if the Java compiler's `--enable-preview` 
flag is set, as shown below for Maven. 
+
+[source,xml]
+
+
+   
+  
+  maven-compiler-plugin
+  3.8.0
+  
+  
+--enable-preview
+  
+ 
+ 
+  
+
+
+
+An example to add `--enable-preview` in Gradle:
+
+[source,groovy]
+
+tasks.withType(JavaCompile).each {
+it.options.compilerArgs.add('--enable-preview')
+}
+
+run.jvmArgs(['--enable-preview'])
+
+
+Other enhancements in the Java area.
+
+- link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File 
Source-Code Programs
+ 
+
 


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1161

2020-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new b7abc71  Automated site publishing by Jenkins build 1161
b7abc71 is described below

commit b7abc719010c44a59ad62d8b4a55255770b33f49
Author: jenkins 
AuthorDate: Thu Feb 20 14:24:59 2020 +

Automated site publishing by Jenkins build 1161
---
 content/download/nb113/index.html | 41 +--
 1 file changed, 39 insertions(+), 2 deletions(-)

diff --git a/content/download/nb113/index.html 
b/content/download/nb113/index.html
index a764803..584a2d2 100644
--- a/content/download/nb113/index.html
+++ b/content/download/nb113/index.html
@@ -68,8 +68,45 @@
 
 
 Apache NetBeans 11.3 Features
-
-Apache NetBeans 11.3 is the second Apache NetBeans release outside the 
Apache Incubator and the https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule";>second
 release of the new quarterly release cycle.
+
+
+
+Release Drivers
+
+Java
+
+
+
+
+
+
+
+Apache NetBeans 11.3 is the third Apache NetBeans release outside the 
Apache Incubator and the https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule";>third
 release of the new quarterly release cycle.
+
+
+
+
+
+
+
+
+The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 
11.1, 11.2, and 11.3 releases have not been tested as heavily as the LTS 
release and may therefore be less stable. Use 11.3 to use the latest features 
and to provide feedback for the next LTS release, scheduled for April 2020. Go 
here to download  Apache NetBeans 
11.0, the current LTS release.
+
+
+
+
+
+
+
+Release Drivers
+
+
+Java
+
+The highlights of enhancements in the Java area are focused on support for 
JDK 14.
+
+
+
 
 
 


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

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



[netbeans-website] branch master updated: Initial updates to 11.3 features page

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

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


The following commit(s) were added to refs/heads/master by this push:
 new b88c2b1  Initial updates to 11.3 features page
b88c2b1 is described below

commit b88c2b11e599746e5c0620a41af47201336b07ca
Author: Geertjan Wielenga 
AuthorDate: Thu Feb 20 15:22:15 2020 +0100

Initial updates to 11.3 features page
---
 .../src/content/download/nb113/index.asciidoc| 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 9c7a146..e47011c 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -31,4 +31,14 @@
 :experimental:
 :linkattrs:
 
-Apache NetBeans 11.3 is the second Apache NetBeans release outside the Apache 
Incubator and the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[second
 release of the new quarterly release cycle].
+Apache NetBeans 11.3 is the third Apache NetBeans release outside the Apache 
Incubator and the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[third
 release of the new quarterly release cycle].
+
+TIP: The LTS release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. 
The 11.1, 11.2, and 11.3 releases have not been tested as heavily as the LTS 
release and may therefore be less stable. Use 11.3 to use the latest features 
and to provide feedback for the next LTS release, scheduled for April 2020. Go 
here to download  link:/download/nb110/nb110.html[Apache NetBeans 11.0], the 
current LTS release.
+
+== Release Drivers
+
+=== Java
+
+The highlights of enhancements in the Java area are focused on support for JDK 
14.
+
+


-
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-3902) Tomcat manager role credentials not remembered

2020-02-20 Thread Alessandro Falappa (Jira)
Alessandro Falappa created NETBEANS-3902:


 Summary: Tomcat manager role credentials not remembered
 Key: NETBEANS-3902
 URL: https://issues.apache.org/jira/browse/NETBEANS-3902
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - Tomcat
Affects Versions: 11.3
Reporter: Alessandro Falappa


*Steps*:
 # Tools > Server
 # Select Add Server
 # Select Apache Tomcat or TomEE
 # Press Next
 # Fill location of Tomcat installation
 # Specify existing manager role username ({{manager}} in my case)
 # Specify existing manager role password
 # Press Finish
 # Create a new Maven Web project
 # Create a servlet class in the project
 # Run project

*Expected*: the project is compiled, Tomcat started, the project is deployed 
and the browser opened on the project context URL

*Actual*: the project is compiled, Tomcat is started, a dialog asking for 
manager role credentials is displayed. Once the credentials are re-entered the 
project is deployed and the browser opened
 # dd a new Tomcat server



--
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-3902) Tomcat manager role credentials not remembered

2020-02-20 Thread Alessandro Falappa (Jira)


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

Alessandro Falappa updated NETBEANS-3902:
-
Description: 
*Steps*:
 # Tools > Server
 # Select Add Server
 # Select Apache Tomcat or TomEE
 # Press Next
 # Fill location of Tomcat installation
 # Specify existing manager role username ({{manager}} in my case)
 # Specify existing manager role password
 # Press Finish
 # Create a new Maven Web project
 # Create a servlet class in the project
 # Run project

*Expected*: the project is compiled, Tomcat started, the project is deployed 
and the browser opened on the project context URL

*Actual*: the project is compiled, Tomcat is started, a dialog asking for 
manager role credentials is displayed. Once the credentials are re-entered the 
project is deployed and the browser opened

  was:
*Steps*:
 # Tools > Server
 # Select Add Server
 # Select Apache Tomcat or TomEE
 # Press Next
 # Fill location of Tomcat installation
 # Specify existing manager role username ({{manager}} in my case)
 # Specify existing manager role password
 # Press Finish
 # Create a new Maven Web project
 # Create a servlet class in the project
 # Run project

*Expected*: the project is compiled, Tomcat started, the project is deployed 
and the browser opened on the project context URL

*Actual*: the project is compiled, Tomcat is started, a dialog asking for 
manager role credentials is displayed. Once the credentials are re-entered the 
project is deployed and the browser opened
 # dd a new Tomcat server


> Tomcat manager role credentials not remembered
> --
>
> Key: NETBEANS-3902
> URL: https://issues.apache.org/jira/browse/NETBEANS-3902
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 11.3
>Reporter: Alessandro Falappa
>Priority: Minor
>
> *Steps*:
>  # Tools > Server
>  # Select Add Server
>  # Select Apache Tomcat or TomEE
>  # Press Next
>  # Fill location of Tomcat installation
>  # Specify existing manager role username ({{manager}} in my case)
>  # Specify existing manager role password
>  # Press Finish
>  # Create a new Maven Web project
>  # Create a servlet class in the project
>  # Run project
> *Expected*: the project is compiled, Tomcat started, the project is deployed 
> and the browser opened on the project context URL
> *Actual*: the project is compiled, Tomcat is started, a dialog asking for 
> manager role credentials is displayed. Once the credentials are re-entered 
> the project is deployed and the browser opened



--
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-20 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:
--
Description: 
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 results: "No suggestions"

Expected results: "autocompletion provides some classes from bootstrap.css"

Update: still not working in NB 11.3 RC.

  was:
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 results: "No suggestions"

Expected results: "autocompletion provides some classes from bootstrap.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
> 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
>
>
> 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 results: "No suggestions"
> Expected results: "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-20 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:
--
Description: 
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.

  was:
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 results: "No suggestions"

Expected results: "autocompletion provides some classes from bootstrap.css"

Update: still not working in NB 11.3 RC.


> 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
>
>
> 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-20 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:
--
Description: 
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 results: "No suggestions"

Expected results: "autocompletion provides some classes from bootstrap.css"

  was:
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)


> 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
>
>
> 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 results: "No suggestions"
> Expected results: "autocompletion provides some classes from bootstrap.css"



--
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-20 Thread Pavel Selivanov (Jira)


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

Pavel Selivanov commented on NETBEANS-2763:
---

Sure.
 # Download attached project: [^autocompletion_test.tar.gz]
 # Open the project
 # Open the style.css
 # Try to autocomplete any class.

Actual results: "No suggestions"

Expected results: "autocompletion provides some classes from bootstrap.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
> 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
>
>
> 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)



--
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-1869) [TUTORIALS] Review 'java' section

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-1869:
---
Component/s: website

> [TUTORIALS] Review 'java' section
> -
>
> Key: NETBEANS-1869
> URL: https://issues.apache.org/jira/browse/NETBEANS-1869
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: website
>Reporter: Antonio Vieiro
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: documentation, third-donation, tutorials, website
>
> Review all tutorials in the following URL:
> [https://github.com/apache/incubator-netbeans-website/tree/master/netbeans.apache.org/src/content/kb/docs/java]



--
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-3735) FlatLaf: Desktop does not repaint after closing the last editor tab.

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-3735:
---
Component/s: FlatLaf

> FlatLaf: Desktop does not repaint after closing the last editor tab.
> 
>
> Key: NETBEANS-3735
> URL: https://issues.apache.org/jira/browse/NETBEANS-3735
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: ide-ui, pull-request-available
> Attachments: FlatLafNoRepaint.mp4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When all the side comonents are minimized and the last editor window is 
> closed the focus is moved to the global search, in this case the desktop does 
> not repaint.



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

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

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



[jira] [Updated] (NETBEANS-3756) [TUTORIALS] Review 'web' section

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-3756:
---
Component/s: website

> [TUTORIALS] Review 'web' section
> 
>
> Key: NETBEANS-3756
> URL: https://issues.apache.org/jira/browse/NETBEANS-3756
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
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-20 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto edited comment on NETBEANS-2763 at 2/20/20 12:14 PM:
--

[~selivanovp] Could you please add the simple exact steps to reproduce it to 
the description?

e.g. like this

Steps to reproduce:

1. Download example.zip and unzip it
 2. Open the project
 3. Open example.css
 4. ...

Actual results: ...
 Expected results: ...


was (Author: junichi11):
[~selivanovp] Could you please add the simple exact steps to reproduce it to 
the description?

e.g. like this

1. Download example.zip and unzip it
2. Open the project
3. Open example.css
4. ...

Actual results: ...
Expected results: ...

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



--
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-20 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-2763:


[~selivanovp] Could you please add the simple exact steps to reproduce it to 
the description?

e.g. like this

1. Download example.zip and unzip it
2. Open the project
3. Open example.css
4. ...

Actual results: ...
Expected results: ...

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



--
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-20 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-2763 at 2/20/20 11:18 AM:
---

It will remain broken until someone fixes it. No one will fix it without some 
kind of analysis on the code level about what the problem could be.

Maybe [~junichi11] could look at it, I'll ping him.

And definitely thanks to [~selivanovp] for all this analysis, can only be 
helpful in figuring this out.


was (Author: geertjanwielenga):
It will remain broken until someone fixes it. No one will fix it without some 
kind of analysis on the code level about what the problem could be.

Maybe [~junichi11] could look at it, I'll ping him.

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



--
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-20 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2763:
-

It will remain broken until someone fixes it. No one will fix it without some 
kind of analysis on the code level about what the problem could be.

Maybe [~junichi11] could look at it, I'll ping him.

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



--
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] [Reopened] (NETBEANS-3826) Release NetBeans 11.3

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni reopened NETBEANS-3826:


> Release NetBeans 11.3
> -
>
> Key: NETBEANS-3826
> URL: https://issues.apache.org/jira/browse/NETBEANS-3826
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Blocker
> Fix For: 11.2
>
>
> This is the task of releasing Apache NetBeans 11.3



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

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

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



[jira] [Closed] (NETBEANS-601) branding failed: An API incompatibility was encountered while executing org.codehaus.mojo:nbm-maven-plugin:4.1:branding

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni closed NETBEANS-601.
-
Resolution: Fixed

> branding failed: An API incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding
> ---
>
> Key: NETBEANS-601
> URL: https://issues.apache.org/jira/browse/NETBEANS-601
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-260-on-20180404)
> Java: 10; OpenJDK 64-Bit Server VM 10+46
> Runtime: OpenJDK Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_DE (nb)
>Reporter: Rami Swailem
>Assignee: Eric Barboni
>Priority: Major
>  Labels: jdk10, maven
> Attachments: jdk10.zip, stacktrace.txt
>
>
>  
> with JDK 9 no problems.
> steps to reproduce:
> 1. create maven project (Maven -> Netbeans Application)
> 2. build branding module
> The following error occurred while executing:
> --- nbm-maven-plugin:4.1:branding (default-branding) @ jdk10-branding ---
> Configuring mojo org.codehaus.mojo:nbm-maven-plugin:4.1:branding from plugin 
> realm ClassRealm[extension>org.codehaus.mojo:nbm-maven-plugin:4.1, parent: 
> jdk.internal.loader.ClassLoaders$AppClassLoader@1de0aca6]
> Configuring mojo 'org.codehaus.mojo:nbm-maven-plugin:4.1:branding' with basic 
> configurator -->
> (f) brandingSources = 
> /Users/rami/NetBeansProjects/jdk10/branding/src/main/nbm-branding
> (f) brandingToken = jdk10
> (f) cluster = jdk10
> (f) nbmBuildDir = /Users/rami/NetBeansProjects/jdk10/branding/target/nbm
> (f) outputDirectory = /Users/rami/NetBeansProjects/jdk10/branding/target
> (f) project = MavenProject: org.swailem:jdk10-branding:0.0.1 @ 
> /Users/rami/NetBeansProjects/jdk10/branding/pom.xml
> -- end configuration --
> 
> BUILD FAILURE
> 
> Total time: 5.499 s
> Finished at: 2018-04-05T13:27:55+02:00
> 
> Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> (default-branding) on project jdk10-branding: Execution default-branding of 
> goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> -
> realm = extension>org.codehaus.mojo:nbm-maven-plugin:4.1
> strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> ...



--
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] [Reopened] (NETBEANS-601) branding failed: An API incompatibility was encountered while executing org.codehaus.mojo:nbm-maven-plugin:4.1:branding

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni reopened NETBEANS-601:
---
  Assignee: Eric Barboni

> branding failed: An API incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding
> ---
>
> Key: NETBEANS-601
> URL: https://issues.apache.org/jira/browse/NETBEANS-601
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-260-on-20180404)
> Java: 10; OpenJDK 64-Bit Server VM 10+46
> Runtime: OpenJDK Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_DE (nb)
>Reporter: Rami Swailem
>Assignee: Eric Barboni
>Priority: Major
>  Labels: jdk10, maven
> Attachments: jdk10.zip, stacktrace.txt
>
>
>  
> with JDK 9 no problems.
> steps to reproduce:
> 1. create maven project (Maven -> Netbeans Application)
> 2. build branding module
> The following error occurred while executing:
> --- nbm-maven-plugin:4.1:branding (default-branding) @ jdk10-branding ---
> Configuring mojo org.codehaus.mojo:nbm-maven-plugin:4.1:branding from plugin 
> realm ClassRealm[extension>org.codehaus.mojo:nbm-maven-plugin:4.1, parent: 
> jdk.internal.loader.ClassLoaders$AppClassLoader@1de0aca6]
> Configuring mojo 'org.codehaus.mojo:nbm-maven-plugin:4.1:branding' with basic 
> configurator -->
> (f) brandingSources = 
> /Users/rami/NetBeansProjects/jdk10/branding/src/main/nbm-branding
> (f) brandingToken = jdk10
> (f) cluster = jdk10
> (f) nbmBuildDir = /Users/rami/NetBeansProjects/jdk10/branding/target/nbm
> (f) outputDirectory = /Users/rami/NetBeansProjects/jdk10/branding/target
> (f) project = MavenProject: org.swailem:jdk10-branding:0.0.1 @ 
> /Users/rami/NetBeansProjects/jdk10/branding/pom.xml
> -- end configuration --
> 
> BUILD FAILURE
> 
> Total time: 5.499 s
> Finished at: 2018-04-05T13:27:55+02:00
> 
> Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> (default-branding) on project jdk10-branding: Execution default-branding of 
> goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> -
> realm = extension>org.codehaus.mojo:nbm-maven-plugin:4.1
> strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> ...



--
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-601) branding failed: An API incompatibility was encountered while executing org.codehaus.mojo:nbm-maven-plugin:4.1:branding

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-601:
--
Component/s: (was: apisupport - Maven)
 mavenutilities

> branding failed: An API incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding
> ---
>
> Key: NETBEANS-601
> URL: https://issues.apache.org/jira/browse/NETBEANS-601
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-260-on-20180404)
> Java: 10; OpenJDK 64-Bit Server VM 10+46
> Runtime: OpenJDK Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_DE (nb)
>Reporter: Rami Swailem
>Assignee: Eric Barboni
>Priority: Major
>  Labels: jdk10, maven
> Attachments: jdk10.zip, stacktrace.txt
>
>
>  
> with JDK 9 no problems.
> steps to reproduce:
> 1. create maven project (Maven -> Netbeans Application)
> 2. build branding module
> The following error occurred while executing:
> --- nbm-maven-plugin:4.1:branding (default-branding) @ jdk10-branding ---
> Configuring mojo org.codehaus.mojo:nbm-maven-plugin:4.1:branding from plugin 
> realm ClassRealm[extension>org.codehaus.mojo:nbm-maven-plugin:4.1, parent: 
> jdk.internal.loader.ClassLoaders$AppClassLoader@1de0aca6]
> Configuring mojo 'org.codehaus.mojo:nbm-maven-plugin:4.1:branding' with basic 
> configurator -->
> (f) brandingSources = 
> /Users/rami/NetBeansProjects/jdk10/branding/src/main/nbm-branding
> (f) brandingToken = jdk10
> (f) cluster = jdk10
> (f) nbmBuildDir = /Users/rami/NetBeansProjects/jdk10/branding/target/nbm
> (f) outputDirectory = /Users/rami/NetBeansProjects/jdk10/branding/target
> (f) project = MavenProject: org.swailem:jdk10-branding:0.0.1 @ 
> /Users/rami/NetBeansProjects/jdk10/branding/pom.xml
> -- end configuration --
> 
> BUILD FAILURE
> 
> Total time: 5.499 s
> Finished at: 2018-04-05T13:27:55+02:00
> 
> Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> (default-branding) on project jdk10-branding: Execution default-branding of 
> goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> -
> realm = extension>org.codehaus.mojo:nbm-maven-plugin:4.1
> strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> ...



--
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-1579) Maven deployment of application fail on jdk 11

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-1579:
---
Component/s: (was: apisupport - Maven)
 mavenutilities

> Maven deployment of application fail on jdk 11 
> ---
>
> Key: NETBEANS-1579
> URL: https://issues.apache.org/jira/browse/NETBEANS-1579
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Reporter: Eric Barboni
>Priority: Major
>
> This is jdk issue.
> Failed to execute goal 
> org.codehaus.mojo:nbm-maven-plugin:4.1:build-installers (extra) on project 
> nbapp2-app: 
> Installers creation failed: 
> C:\Users\barboni\Documents\NetBeansProjects\nbapp2\application\target\installer\nbi\stub\template.xml:145:
>  Error starting Sun's native2ascii: : sun.tools.native2ascii.Main -> [Help 1]



--
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-655) failure creating Maven platform project

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-655:
--
Component/s: (was: apisupport - Maven)
 mavenutilities

> failure creating Maven platform project
> ---
>
> Key: NETBEANS-655
> URL: https://issues.apache.org/jira/browse/NETBEANS-655
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 9.0
>Reporter: Chuck Davis
>Priority: Major
>
> Create a Maven platform application.  Creating the branding project fails as 
> follows:
>  
> cd /home/chuck/Programming/JFunds/JFundsClient/branding; 
> JAVA_HOME=/usr/java/latest M2_HOME=/sata2/Downloads/maven/apache-maven-3.5.2 
> /sata2/Downloads/maven/apache-maven-3.5.2/bin/mvn clean install
> Scanning for projects...
> 
> Building JFundsClient-branding 1.0.0-SNAPSHOT
> 
> --- maven-clean-plugin:2.5:clean (default-clean) @ JFundsClient-branding ---
> Deleting /home/chuck/Programming/JFunds/JFundsClient/branding/target
> --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
> JFundsClient-branding ---
> Using 'UTF-8' encoding to copy filtered resources.
> Copying 1 resource
> --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
> JFundsClient-branding ---
> No sources to compile
> --- nbm-maven-plugin:4.1:manifest (default-manifest) @ JFundsClient-branding 
> ---
> NBM Plugin generates manifest
> --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
> JFundsClient-branding ---
> Using 'UTF-8' encoding to copy filtered resources.
> skip non existing resourceDirectory 
> /home/chuck/Programming/JFunds/JFundsClient/branding/src/test/resources
> --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
> JFundsClient-branding ---
> No sources to compile
> --- maven-surefire-plugin:2.21.0:test (default-test) @ JFundsClient-branding 
> ---
> No tests to run.
> --- maven-jar-plugin:2.4:jar (default-jar) @ JFundsClient-branding ---
> Adding existing MANIFEST to archive. Found under: 
> /home/chuck/Programming/JFunds/JFundsClient/branding/target/classes/META-INF/MANIFEST.MF
> Building jar: 
> /home/chuck/Programming/JFunds/JFundsClient/branding/target/JFundsClient-branding-1.0.0-SNAPSHOT.jar
> --- nbm-maven-plugin:4.1:branding (default-branding) @ JFundsClient-branding 
> ---
> 
> BUILD FAILURE
> 
> Total time: 1.695 s
> Finished at: 2018-04-12T18:42:28-07:00
> Final Memory: 15M/57M
> 
> Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> (default-branding) on project JFundsClient-branding: Execution 
> default-branding of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> failed: {color:#FF}An API incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null{color}
> -
> realm =    extension>org.codehaus.mojo:nbm-maven-plugin:4.1
> strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> urls[0] = 
> file:/home/chuck/.m2/repository/org/codehaus/mojo/nbm-maven-plugin/4.1/nbm-maven-plugin-4.1.jar
> urls[1] = 
> file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
> urls[2] = 
> file:/home/chuck/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
> urls[3] = 
> file:/home/chuck/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
> urls[4] = 
> file:/home/chuck/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
> urls[5] = 
> file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
> urls[6] = 
> file:/home/chuck/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar
> urls[7] = 
> file:/home/chuck/.m2/repository/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
> urls[8] = 
> file:/home/chuck/.m2/repository/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
> urls[9] = 
> file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
> urls[10] = 
> file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
> urls[11] = 
> file:/home/chuck/.m2/repository/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
> urls[12] = 
> file:/home/chuck/.m2/repository/org/apache/mave

[jira] [Updated] (NETBEANS-593) Test Failure: Execution default-branding of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API incompatibility was encountered while executing org.code

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-593:
--
Component/s: mavenutilities

> Test Failure: Execution default-branding of goal 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> 
>
> Key: NETBEANS-593
> URL: https://issues.apache.org/jira/browse/NETBEANS-593
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>  Labels: jdk10, maven
>
> Running test case Build installers for NB application step 2:
> {noformat}
> Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> (default-branding) on project Nbapp-branding: Execution default-branding of 
> goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> -
> realm = extension>org.codehaus.mojo:nbm-maven-plugin:4.1
> strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> urls[0] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/mojo/nbm-maven-plugin/4.1/nbm-maven-plugin-4.1.jar
> urls[1] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
> urls[2] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
> urls[3] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
> urls[4] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
> urls[5] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
> urls[6] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar
> urls[7] = 
> file:/Users/javierortiz/.m2/repository/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
> urls[8] = 
> file:/Users/javierortiz/.m2/repository/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
> urls[9] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
> urls[10] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
> urls[11] = 
> file:/Users/javierortiz/.m2/repository/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
> urls[12] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
> urls[13] = 
> file:/Users/javierortiz/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
> urls[14] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
> urls[15] = 
> file:/Users/javierortiz/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
> urls[16] = 
> file:/Users/javierortiz/.m2/repository/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
> urls[17] = 
> file:/Users/javierortiz/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
> urls[18] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
> urls[19] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
> urls[20] = 
> file:/Users/javierortiz/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
> urls[21] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
> urls[22] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
> urls[23] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/plexus/plexus-sec-dispat

[jira] [Updated] (NETBEANS-2905) nbm-maven-plugin fails with NPE

2020-02-20 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-2905:
---
Component/s: (was: apisupport - Maven)
 mavenutilities

> nbm-maven-plugin fails with NPE
> ---
>
> Key: NETBEANS-2905
> URL: https://issues.apache.org/jira/browse/NETBEANS-2905
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Reporter: Tobias Fernandez
>Priority: Major
>
> Several projects sometimes (not always!) fail during 
> npe-maven-plugin:manifest with a NullPointerException. The root cause is 
> probably a null value retrieved from Artifact.getFile(), which doesn't seem 
> to be a foreseen case in nbm-maven-plugin in multiple code locations.
> {code:java}
> [ERROR] Failed to execute goal 
> org.apache.netbeans.utilities:nbm-maven-plugin:4.2:manifest 
> (default-manifest) on project mapsupport: Execution default-manifest of goal 
> org.apache.netbeans.utilities:nbm-maven-plugin:4.2:manifest failed. 
> NullPointerException -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.netbeans.utilities:nbm-maven-plugin:4.2:manifest 
> (default-manifest) on project mapsupport: Execution default-manifest of goal 
> org.apache.netbeans.utilities:nbm-maven-plugin:4.2:manifest failed.
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:215)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions 
> (MojoExecutor.java:355)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:200)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main 
> (Maven35Launcher.java:130)
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:229)
> at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
> at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
> at hudson.remoting.UserRequest.perform (UserRequest.java:212)
> at hudson.remoting.UserRequest.perform (UserRequest.java:54)
> at hudson.remoting.Request$2.run (Request.java:369)
> at hudson.remoting.InterceptingExecutorService$1.call 
> (InterceptingExecutorService.java:72)
> at java.util.concurrent.FutureTask.run (FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker 
> (ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run 
> (ThreadPoolExecutor.java:624)
> at java.lang.Thread.run (Thread.java:748)
> Caused by: org.apache.maven.plugin.PluginExecutionException: Execution 
> default-manifest of goal 
> org.apache.netbeans.utilities:nbm-maven-plugin:4.2:manifest failed.
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:148)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.

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

2020-02-20 Thread Pavel Selivanov (Jira)


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

Pavel Selivanov commented on NETBEANS-2763:
---

11.3 release candidate and still broken.

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



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