[jira] [Commented] (NETBEANS-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Jan Lahoda (JIRA)


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

Jan Lahoda commented on NETBEANS-2525:
--

A few assorted comments:

-from the messages.log:

Complete indexing of 457 source roots took: 630.217 ms (New or modified files: 
14.938, Deleted files: 0) [Adding listeners took: 67 ms]

so the indexing of one file took around 42ms on average - more than I'd expect 
(base on my Linux experience), but processing nearly 15000 is not going to be 
free.

 

-while doing optimizations is good, I would not expect that by using a 
different APIs we can get 10x improvements. A more likely way to significantly 
improve performance is to completely avoid doing some part of the indexing. 
Jaroslav's [https://github.com/apache/netbeans/pull/1123] may be one example..

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Mark Flacy (JIRA)


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

Mark Flacy commented on NETBEANS-2527:
--

I've adjusted the description here and opened NETBEANS-2555 for the standard 
output portion.  Thank you for working on it.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Mark Flacy (JIRA)


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

Mark Flacy updated NETBEANS-2527:
-
Description: 
 When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 
I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.  See the attached images.

  was:
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.
  

I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.  See the attached images.


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2555) When running any test, standard output is not shown in the panel to the right of the test file result.

2019-05-15 Thread Mark Flacy (JIRA)
Mark Flacy created NETBEANS-2555:


 Summary: When running any test, standard output is not shown in 
the panel to the right of the test file result.
 Key: NETBEANS-2555
 URL: https://issues.apache.org/jira/browse/NETBEANS-2555
 Project: NetBeans
  Issue Type: Improvement
  Components: gradle
Affects Versions: 11.0
Reporter: Mark Flacy


I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2525:
-

Chris, could you try to narrow down if the problem is caused by a specific 
project of yours? I.e., try the same procedure but then with less of the many 
projects you're trying to open automatically, until you find one or two that 
are resulting in the parsing going longer than for others?

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2525:
---

What I've found is that we could update our Lucene version and might get better 
performance. Also Lucene claims that using NIO backed would result better 
indexing performance, unfortunately just on non-Windows Systems.

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2527:
---

I was able to debug the issue with your project. Yet unfortunately I do not 
know what's going on. I've checked that the events on the failed testcases are 
flowing in and update the internal NetBeans structures, though the test output 
window does not follow any of the updates.

On the second one please file another issue as an improvement. It is a known 
thing. Since Gradle does not provide test System out information during the 
runs we must read it from the test result xml file. So that is a completely 
separated one.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>   
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Sam Lalani (JIRA)


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

Sam Lalani edited comment on NETBEANS-2547 at 5/15/19 8:16 PM:
---

The program that I run is fairly big, but every time the main function exits, 
it causes this error and the program thread doesn't end.  At the bottom-right, 
it shows that the thread is still running.  If I run the program again, it just 
adds another thread.

So I decided to create a small project to test the issue.  I restarted NetBeans 
11, created a new project by clicking the "New Project..." button at the 
top-left of the IDE, selected "Java with Ant" and "Java Application", clicked 
"Next" and kept the Project Name "JavaApplication6".  Then, without modifying 
anything, I just ran the program.  The output only had two lines since the code 
doesn't do anything:

 
{code:java}
run:
BUILD SUCCESSFUL (total time: 0 seconds) 
{code}
As soon as the program ended, the error came up.  I closed the IDE, restarted 
it, and then ran the empty program again, and the same thing happened.  And 
everytime I rerun it without closing NetBeans 11, it adds another thread at the 
bottom-right of the NetBeans window.  I have attached another PNG 
(NBerror2.PNG) showing "JavaApplication6 (run)" running three times.  If I 
click the "(2 more...)" label and then try to click the "x" at the right of 
each running program, it doesn't close it and still shows three running.  Maybe 
something in my NetBeans settings has gotten screwed up.


was (Author: samlalani):
The program that I run is fairly big, but every time the main function exits, 
it causes this error and the program thread doesn't end.  At the bottom-right, 
it shows that the thread is still running.  If I run the program again, it just 
adds another thread.

So I decided to create a small project to test the issue.  I restarted NetBeans 
11, created a new project by clicking the "New Project..." button at the 
top-left of the IDE, selected "Java with Ant" and "Java Application", clicked 
"Next" and kept the Project Name "JavaApplication6".  Then, without modifying 
anything, I just ran the program.  The output only had two lines since the code 
doesn't do anything:

 
{code:java}
run:
BUILD SUCCESSFUL (total time: 0 seconds) 
{code}
As soon as the program ended, the error came up.  I closed the IDE, restarted 
it, and then ran the empty program again, and the same thing happened.  And 
everytime I rerun it without closing NetBeans 11, it adds another thread at the 
bottom-right of the NetBeans window.  I have attached another PNG 
(NBerror2.PNG) showing "JavaApplication6 (run)" running three times.  Maybe 
something in my NetBeans settings has gotten screwed up.

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
> Attachments: NBerror.PNG, NBerror2.PNG
>
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Sam Lalani (JIRA)


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

Sam Lalani commented on NETBEANS-2547:
--

The program that I run is fairly big, but every time the main function exits, 
it causes this error and the program thread doesn't end.  At the bottom-right, 
it shows that the thread is still running.  If I run the program again, it just 
adds another thread.

So I decided to create a small project to test the issue.  I restarted NetBeans 
11, created a new project by clicking the "New Project..." button at the 
top-left of the IDE, selected "Java with Ant" and "Java Application", clicked 
"Next" and kept the Project Name "JavaApplication6".  Then, without modifying 
anything, I just ran the program.  The output only had two lines since the code 
doesn't do anything:

 
{code:java}
run:
BUILD SUCCESSFUL (total time: 0 seconds) 
{code}
As soon as the program ended, the error came up.  I closed the IDE, restarted 
it, and then ran the empty program again, and the same thing happened.  And 
everytime I rerun it without closing NetBeans 11, it adds another thread at the 
bottom-right of the NetBeans window.  I have attached another PNG 
(NBerror2.PNG) showing "JavaApplication6 (run)" running three times.  Maybe 
something in my NetBeans settings has gotten screwed up.

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
> Attachments: NBerror.PNG, NBerror2.PNG
>
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Sam Lalani (JIRA)


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

Sam Lalani updated NETBEANS-2547:
-
Attachment: NBerror2.PNG

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
> Attachments: NBerror.PNG, NBerror2.PNG
>
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Mark Flacy (JIRA)


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

Mark Flacy commented on NETBEANS-2527:
--

In terms of triage, it is +much+ more important that the test file result 
window  shows the results of all tests run; please fix that one first.  If you 
can fix that problem and not the other, I'll grumble a bit (you know how users 
are), but I'll be able to use Netbeans and Gradle to see if my tests passed or 
failed.  The lack of standard output in the IDE will be annoying sometimes, but 
not being able to see all the test results is very annoying every single time.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>   
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2554) Add Support For rsync Transfers

2019-05-15 Thread Nathan Christiansen (JIRA)
Nathan Christiansen created NETBEANS-2554:
-

 Summary: Add Support For rsync Transfers
 Key: NETBEANS-2554
 URL: https://issues.apache.org/jira/browse/NETBEANS-2554
 Project: NetBeans
  Issue Type: Improvement
  Components: php - FTP Support, platform - Filesystems
Affects Versions: 11.0, 10.0, 9.0
Reporter: Nathan Christiansen


It would be helpful if we could add an rsync option to the PHP - Sources On 
Remote Server project type. Old Netbeans issue: 
[https://netbeans.org/bugzilla/show_bug.cgi?id=202828]

 

*Rationale*

For most project types the master source is the local filesystem and builds go 
out through uploads or commits to a VCS. However, for PHP on a remote server it 
can go either way, the master source could be local filesystem, or the master 
source can be on that remote server and the local filesystem needs to be 
updated when the files on the remote server are updated.

Also, when these projects are large (over 25,000) files. The current 
synchronize process takes a very long time. Using the rsync protocol will 
reduce the time significantly.

There is a maintained java rsync library: [https://github.com/fracpete/rsync4j]

 

*Use Case*

In my case I use the synchronize option and ALWAYS change uploads to downloads 
(or the rare case deletes).The reasoning is that the remote server is the DEV 
server and connects to a VCS (subversion). The VCS updates happen on the remote 
server and the local filesystem needs to be updated.

I have tried doing a local copy of the VCS but the complication of updating the 
remote server with multiple repositories outweighs the manual changing of the 
synchronize dialog.

I also tried doing a samba share, but that was unreliable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2525:
--

It could have smth todo with WinNTFileSystem calls or not? This problem seems 
to be there for couple of years and versions.

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2525:
--

What about the comments/tickets that [~ebresie] posted?

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2525:
--

Still the same. Folder is now C:\tools\netbeans11. I started at 08:00 PM and 
everything ended at 08:15 PM.

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2525:
--

Hey [~skygo] will do it. Thx. Just FYI, I just downloaded the zip and extracted 
it and renamed the folder. Normal formal for me to download is the download 
folder in Windows (C:\Users\chrl\Downloads\)

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2547:
--

Hi, the thing is we don't know what you did 1000 times before, this is why we 
need more steps to check and reproduce. What do you mean by running a program? 
You mean within the IDE, running a project after you build it? What about the 
project type? How many projects do you have open, etc.

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
> Attachments: NBerror.PNG
>
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Sam Lalani (JIRA)


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

Sam Lalani commented on NETBEANS-2547:
--

I was just running a program, something I have done a thousand times before. 
However, this time I noticed that Netbeans was showing 21 different instances 
of the program running, even though under the Output window there was only one 
(see attached PNG file).

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
> Attachments: NBerror.PNG
>
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Sam Lalani (JIRA)


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

Sam Lalani updated NETBEANS-2547:
-
Attachment: NBerror.PNG

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
> Attachments: NBerror.PNG
>
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2525:


Hi [~Chrizzly], is it possible for you to setup you NetBeans to be like in 
c:\tools\netbeans11 ? ( No dot, no space no -  ). To see if it's the same time. 
I have a lots of project myself and this is not slow like that.

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-05-15 Thread Mark Phipps (JIRA)


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

Mark Phipps commented on NETBEANS-2553:
---

Did that anyway, made a pull request here:

[https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/1]

 

> nbm-maven-plugin autoupdate does not honour property installerOutputDir
> ---
>
> Key: NETBEANS-2553
> URL: https://issues.apache.org/jira/browse/NETBEANS-2553
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 10.0, 11.0
>Reporter: Mark Phipps
>Assignee: Eric Barboni
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: CreateUpdateSiteMojo.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> My build uses the installerOutputDir property, configured in my pom.
> nbm:build-installers honours this property, but nbm:autoupdate does not.
> org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
> default output directory "/target" to place the netbeans_site directory and 
> nbms and autoupdate catalog.
> There is a comment "//TODO how to figure where the the buildDir/nbm directory 
> is" so some minor changes in this area can improve things, for example with 
> the attached patch file.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-05-15 Thread ASF GitHub Bot (JIRA)


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

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

> nbm-maven-plugin autoupdate does not honour property installerOutputDir
> ---
>
> Key: NETBEANS-2553
> URL: https://issues.apache.org/jira/browse/NETBEANS-2553
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 10.0, 11.0
>Reporter: Mark Phipps
>Assignee: Eric Barboni
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: CreateUpdateSiteMojo.patch
>
>
> My build uses the installerOutputDir property, configured in my pom.
> nbm:build-installers honours this property, but nbm:autoupdate does not.
> org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
> default output directory "/target" to place the netbeans_site directory and 
> nbms and autoupdate catalog.
> There is a comment "//TODO how to figure where the the buildDir/nbm directory 
> is" so some minor changes in this area can improve things, for example with 
> the attached patch file.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2525:
---

Just attached some data from the heapdump that might be interesting.

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2525) Background Scanning Process for first NetBeans start took more than 15min

2019-05-15 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2525:
--
Attachment: Screenshot from 2019-05-15 09-10-54.png

> Background Scanning Process for first NetBeans start took more than 15min
> -
>
> Key: NETBEANS-2525
> URL: https://issues.apache.org/jira/browse/NETBEANS-2525
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.0
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.0
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: performance
> Attachments: 11.0 - messages.log, 11.0 - uigestures, Screenshot from 
> 2019-05-15 09-10-54.png, nb-11.0-selfsampler.npss, 
> nb-11.0-threaddump-1557855250946.tdump
>
>
> Steps to reproduce:
> * Open NetBeans 11.0 for the very first time
> * Choose yes to import settings from NetBeans 10.0 (No plugins, just settings)
> * After NetBeans opens, It imported 33 projects from my old NetBeans instance.
> * Install nb-javac.
> * It opens the projects.
> * Background scanning comes ups, need couple of minutes
> * Because of some HTML5 projects, Oracle JS Parser implementation installer 
> comes up
> * Install Oracle JS Parser Implementation.
> * After first background scanning is finished the next one is coming up and 
> takes even longer.
> * Waiting until everything is finish. Round about 15-17 min.
> I added a heap dump, created via Visual VM (In case of sensitive data, I 
> removed the link, please give me a private link where I can upload it.
> No I don't want to not use importing settings. First it is possible and 
> needed and second because it is not a real world case. I want my settings 
> from my old IDE and all my opened projects. I don't want to import/open them 
> one after one again, this is not a use case. And I don't want to make the 
> settings again and again, switching to a new version. Of course it will not 
> running as long as I open NetBeans w/o importing settings and opening all 
> projects but again this doesn't make sense.
> My projects are:
> * 5 Maven
> * 1 PHP
> * 4 HTML5
> * 14 Ant based NetBeans modules (Some 3rd-party, some from the Core)
> * 8 Maven based NetBeans modules (all 3rd-party)
> * 1 NetBeans Module suite project
> What information do you need more? I will add the messages.log too, but I 
> need to clean up my user dir again, because I opened NetBeans after the 
> profiling again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-05-15 Thread Mark Phipps (JIRA)
Mark Phipps created NETBEANS-2553:
-

 Summary: nbm-maven-plugin autoupdate does not honour property 
installerOutputDir
 Key: NETBEANS-2553
 URL: https://issues.apache.org/jira/browse/NETBEANS-2553
 Project: NetBeans
  Issue Type: Bug
  Components: mavenutilities
Affects Versions: 11.0, 10.0
Reporter: Mark Phipps
Assignee: Eric Barboni
 Fix For: 12.0


My build uses the installerOutputDir property, configured in my pom.

nbm:build-installers honours this property, but nbm:autoupdate does not.

org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
default output directory "/target" to place the netbeans_site directory and 
nbms and autoupdate catalog.

There is a comment "//TODO how to figure where the the buildDir/nbm directory 
is" so some minor changes in this area can improve things, for example with the 
attached patch file.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[netbeans-html4j] branch master updated (51db7e1 -> 577a191)

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


from 51db7e1  [maven-release-plugin] prepare for next development iteration
 add d644858  Create Jenkinsfile.groovy
 new 577a191  Merge pull request #22 from apache/ebarboni-patch-1-jenkinfile

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


Summary of changes:
 .../org/netbeans/html/boot/impl/empty.js => Jenkinsfile.groovy| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 copy boot/src/test/resources/org/netbeans/html/boot/impl/empty.js => 
Jenkinsfile.groovy (91%)


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

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



[netbeans-html4j] 01/01: Merge pull request #22 from apache/ebarboni-patch-1-jenkinfile

2019-05-15 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-html4j.git

commit 577a1919e3043cf80abf036d522f808497a665f8
Merge: 51db7e1 d644858
Author: Eric Barboni 
AuthorDate: Wed May 15 17:16:09 2019 +0200

Merge pull request #22 from apache/ebarboni-patch-1-jenkinfile

Create Jenkinsfile.groovy

 Jenkinsfile.groovy | 20 
 1 file changed, 20 insertions(+)


-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto closed NETBEANS-2549.

   Resolution: Fixed
Fix Version/s: 11.0

When building from source, if for some reason, the build failed, do 'ant clean' 
and then 'ant build' in the source directory.

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Fix For: 11.0
>
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto commented on NETBEANS-2549:
--

Sorry for the confusion. Thanks for the help. After doing 'ant clean' and 'ant 
build', I have successfully build netbeans from source in Windows 7. The 
original cause is probably as you suspected, which is due to network error on 
my first try and my subsequent tries were 'ant clean all' instead of just 'ant 
clean' (Is it possible to add this notice in the 'build from source' 
instruction?).

Anyways, the 'ant build' itself is not without warnings, but, the build itself 
is successful.

---

BUILD SUCCESSFUL
Total time: 45 minutes 12 seconds

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2537) SQL Editor loses MySQL/MariaDB comments

2019-05-15 Thread D. Clemons (JIRA)


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

D. Clemons commented on NETBEANS-2537:
--

I should probably have remembered to add that after re-creating the user 
directory, the MySQL error is different.  I designated the MySQL 8 JDBC 
driver's .JAR file, and was able to edit the connection URL with "useSSL=false" 
but when I click the "Test Connection" button, Netbeans is unable to 
authenticate to the MySQL instance (specifically MySQL's configuration/admin 
database), even using a username/password combination that can successfully 
connect to that database via the command-line.  Hope that helps.

> SQL Editor loses MySQL/MariaDB comments
> ---
>
> Key: NETBEANS-2537
> URL: https://issues.apache.org/jira/browse/NETBEANS-2537
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: 8.2
> Environment: Debian 9 (Stretch), 64-bit.
>Reporter: D. Clemons
>Priority: Minor
> Attachments: After.png, Before.png, messages.log
>
>
> Steps to reproduce:
>  # Open database in NetBeans.
>  # Expand DB tree.
>  # Right click stored procedure and select "Edit."
>  # Add comments to stored procedure.
>  # Execute SQL (via icon, in my case).
>  # Close stored procedure.
>  # Right-click stored procedure folder and select "Refresh."
>  # Re-open stored procedure by right-clicking and selecting "Edit."
>  # Verify that comments have indeed been dropped.
> (See attached "Before.png" and "After.png" for illustration.)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2551) NPE @ org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate

2019-05-15 Thread JIRA


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

Loïc Broquet edited comment on NETBEANS-2551 at 5/15/19 1:41 PM:
-

Here is an exemple code to reproduce :
{code:java}
public class InnerConstructor {

 private static class InnerClassParent {

  InnerClassParent(String param) {
  }
 }

 private static class InnerClass extends InnerClassParent {

  InnerClass() {
   super(null);
  }
 }
}
{code}
Steps to reproduce :
 # Highlight the "null" keyword in the constructor of InnerClass
 # activate the hint either by clicking the bulb or Alt-space or whatever
 # select "Introduce Parameter..."

That procedure always raises the exception on my computer under Windows 10.


was (Author: lolo101):
Here is an exemple code to reproduce :
{code:java}
public class InnerConstructor {

 private static class InnerClassParent {

  InnerClassParent(String param) {
   System.out.println(param);
  }
 }

 private static class InnerClass extends InnerClassParent {

  InnerClass() {
   super(null);
  }
 }
}
{code}
Steps to reproduce :

 
 # Highlight the "null" keyword in the constructor of InnerClass
 # activate the hint either by clicking the bulb or Alt-space or whatever
 # select "Introduce Parameter..."

That procedure always raises the exception on my computer under Windows 10.

> NPE @ 
> org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate
> -
>
> Key: NETBEANS-2551
> URL: https://issues.apache.org/jira/browse/NETBEANS-2551
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.0
>Reporter: Loïc Broquet
>Priority: Major
> Attachments: log.txt
>
>
> The the constructor of a private static inner class, when I try to introduce 
> a new constructor parameter through automatic refactor, I get the attached 
> exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2549:
-

Just spend a few minutes researching the difference between ‘ant clean’ and 
‘ant build’, please.

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2551) NPE @ org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate

2019-05-15 Thread JIRA


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

Loïc Broquet commented on NETBEANS-2551:


Here is an exemple code to reproduce :
{code:java}
public class InnerConstructor {

 private static class InnerClassParent {

  InnerClassParent(String param) {
   System.out.println(param);
  }
 }

 private static class InnerClass extends InnerClassParent {

  InnerClass() {
   super(null);
  }
 }
}
{code}
Steps to reproduce :

 
 # Highlight the "null" keyword in the constructor of InnerClass
 # activate the hint either by clicking the bulb or Alt-space or whatever
 # select "Introduce Parameter..."

That procedure always raises the exception on my computer under Windows 10.

> NPE @ 
> org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate
> -
>
> Key: NETBEANS-2551
> URL: https://issues.apache.org/jira/browse/NETBEANS-2551
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.0
>Reporter: Loïc Broquet
>Priority: Major
> Attachments: log.txt
>
>
> The the constructor of a private static inner class, when I try to introduce 
> a new constructor parameter through automatic refactor, I get the attached 
> exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2551) NPE @ org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate

2019-05-15 Thread JIRA


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

Loïc Broquet updated NETBEANS-2551:
---
Attachment: log.txt

> NPE @ 
> org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate
> -
>
> Key: NETBEANS-2551
> URL: https://issues.apache.org/jira/browse/NETBEANS-2551
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.0
>Reporter: Loïc Broquet
>Priority: Major
> Attachments: log.txt
>
>
> The the constructor of a private static inner class, when I try to introduce 
> a new constructor parameter through automatic refactor, I get the attached 
> exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto commented on NETBEANS-2549:
--

This is a snapshot of 'ant build' command (right after 'ant clean' which seems 
to have deleted all previous build files).

 

[nb-javac] Compiling 31 source files to 
C:\Java\Netbeans\src\platform\openide.util.lookup\build\classes
 [repeat] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:112:
 warning: [rawtypes] found raw type: R
 [repeat] Collection> arr;
 [repeat] ^
 [repeat] missing type arguments for generic class R
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class R
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:117:
 warning: [rawtypes] found raw type: Result
 [repeat] Map toRemove = new 
IdentityHashMap();
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:117:
 warning: [rawtypes] found raw type: Result
 [repeat] Map toRemove = new 
IdentityHashMap();
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:118:
 warning: [rawtypes] found raw type: Result
 [repeat] Map toAdd = new IdentityHashMap();
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:118:
 warning: [rawtypes] found raw type: Result
 [repeat] Map toAdd = new IdentityHashMap();
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:131:
 warning: [rawtypes] found raw type: Result
 [repeat] for (Map.Entry e : toRemove.entrySet()) {
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:134:
 warning: [rawtypes] found raw type: Result
 [repeat] for (Map.Entry e : toAdd.entrySet()) {
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:141:
 warning: [rawtypes] found raw type: R
 [repeat] for (Reference ref : arr) {
 [repeat] ^
 [repeat] missing type arguments for generic class R
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class R
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:150:
 warning: [rawtypes] found raw type: Iterator
 [repeat] Iterator it = evAndListeners.iterator();
 [repeat] ^
 [repeat] missing type arguments for generic class Iterator
 [repeat] where E is a type-variable:
 [repeat] E extends Object declared in interface Iterator
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:228:
 warning: [rawtypes] found raw type: R
 [repeat] private static  R convertResult(R r) {
 [repeat] ^
 [repeat] missing type arguments for generic class R
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class R
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:260:
 warning: [rawtypes] found raw type: Result
 [repeat] Map toAdd, Map toRemove
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:260:
 warning: [rawtypes] found raw type: Result
 [repeat] Map toAdd, Map toRemove
 [repeat] ^
 [repeat] missing type arguments for generic class Result
 [repeat] where T is a type-variable:
 [repeat] T extends Object declared in class Result
 [repeat] 
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:258:
 warning: [rawtypes] found raw type: R
 [repeat] 

[jira] [Commented] (NETBEANS-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto commented on NETBEANS-2549:
--

[https://hybrisworld.wordpress.com/addon-functionality/differnce-bw-ant-ant-all-ant-clean-all/]

 

Sorry, I was under the assumption that 'ant clean all' will delete and rebuild 
all the files based on that link. For the first one, I tried 'ant' command but 
it failed, hence, I've been doing 'ant clean all'.

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2457) Error hint to fix the '--enable-preview' features in java project

2019-05-15 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA updated NETBEANS-2457:

Description: 
Suppose we had used switch-expression in a Java Project (JDK-12)

e.g.,

int a = switch (num)

{      case 1 ->1;     default->2; }

;

It will show the below error:

switch expressions are a preview feature and are disabled by default.
 (use --enable-preview to enable switch expressions)

 

NetBeans doesn't provide the fix.

Currently manually need to add '--enable-preview" in build configuration file.

  was:
Suppose we had used switch-expression in a Java Project (JDK-12)

e.g.,

int a = switch (num)

{      case 1 ->1;     default->2; };

It will show the below error:

switch expressions are a preview feature and are disabled by default.
 (use --enable-preview to enable switch expressions)

 

NetBeans doesn't provide the fix.

Manually need to add 'enable-preview" in project properties.


> Error hint to fix the '--enable-preview' features in java project
> -
>
> Key: NETBEANS-2457
> URL: https://issues.apache.org/jira/browse/NETBEANS-2457
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
> Fix For: 12.0
>
>
> Suppose we had used switch-expression in a Java Project (JDK-12)
> e.g.,
> int a = switch (num)
> {      case 1 ->1;     default->2; }
> ;
> It will show the below error:
> switch expressions are a preview feature and are disabled by default.
>  (use --enable-preview to enable switch expressions)
>  
> NetBeans doesn't provide the fix.
> Currently manually need to add '--enable-preview" in build configuration file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



svn commit: r34051 - in /dev/netbeans/netbeans-maven-utilities: ./ utilities-parent/ utilities-parent/utilities-parent-1/

2019-05-15 Thread skygo
Author: skygo
Date: Wed May 15 12:33:45 2019
New Revision: 34051

Log:
stage netbeansutilities parent pom

Added:
dev/netbeans/netbeans-maven-utilities/
dev/netbeans/netbeans-maven-utilities/utilities-parent/
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/

dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip
   (with props)

dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.asc
   (with props)

dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.sha512
   (with props)

Added: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip
--
svn:executable = *

Propchange: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.asc
==
--- 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.asc
 Wed May 15 12:33:45 2019
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAlzcADAACgkQSiYBztqT
+gvPm2Q/9GNEoLUa5AJ0x0ZXy4Auk+kjBI6VIbhu+JpC4p8xdLoSOTEzY3sSdtnhg
+xQYsvOpNYhrMI0kmDD2ye7aIFGRCG5PoVX060shRm/mAZhCRjseO85eu2DrgXNvz
+OPBVw8gd7VDJwlcl81220GPxWXwpZboqc6VkRF7iu+68hjdbtKQdTQYmWX5vGsQO
+bVhuaDSvVJkx40WS7jUE6bgnuJ56+KGdjmMTIdz6FuM/apZAklT4LVNKl6EdhO6Q
+c7sOLl/yxRGSoRFNGARUJ/YYHUSmYDVgFcpiJtu2fK9pbd3+HmZURAv1cOW1z1dr
+4jLCI4+ovFmBzzWbv/2/uxtVbvn5Z+zEC942yFU4+jRQOEtEvP6ltlGK0zJZu8Jr
+ojcKAGz4+l2pCq/swiBgk5XNJSiv1HYjrkEiCmExRuFpAsO5Wxf+ZL7yCmVted7W
+PROL54y9S7nq2tNcww9MS7y9YA3bjSrwWL86gBBD7vNbdP/cdPVn2ePGcL3EiDQv
+W562Vs9MMNwwkin6H5JhQl+DAvLpXWtmQGEghZZriOPcqxnXjyIN6d5wwse5+OxJ
+Qa8LXsFpH3sPBMmipE6i4c4aJ0pFoCxys5KMWQ67ljqOFdGh6755WIPNNwXV2ISL
+PXo8DGOvqxEnkK/EAOYEgWzreHR8yYX/jxmGH69R5cpEIvyaaoU=
+=RQzQ
+-END PGP SIGNATURE-

Propchange: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.asc
--
svn:executable = *

Added: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.sha512
 Wed May 15 12:33:45 2019
@@ -0,0 +1 @@
+32d68bf35e4cfbf530f9f22482dd83bf5cdcba20f129506c55b9adbc9a8a15f6da045d3c9dff2e03febb1b099f7d89ffb88ca7643705c02867e0da719c1a6d02
\ No newline at end of file

Propchange: 
dev/netbeans/netbeans-maven-utilities/utilities-parent/utilities-parent-1/utilities-parent-1-source-release.zip.sha512
--
svn:executable = *



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

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



[jira] [Updated] (NETBEANS-2552) Fail to install nb-javac Library on NetBeans 11

2019-05-15 Thread JIRA


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

Jimmy Jeunemaître updated NETBEANS-2552:

Environment: 
  Product Version : Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
  Operating System : Windows 10 version 10.0 running on amd64
  Java; VM; Vendor : 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12; 
Oracle Corporation
  Runtime : Java(TM) SE Runtime Environment 12.0.1+12
  System Locale; Encoding = fr_FR (nb); Cp1252

  was:
  Product Version = Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
  Operating System= Windows 10 version 10.0 running on amd64
  Java; VM; Vendor= 12.0.1; Java HotSpot(TM) 64-Bit Server VM 
12.0.1+12; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 12.0.1+12
  Java Home   = C:\Program Files\Java\jdk-12.0.1
  System Locale; Encoding = fr_FR (nb); Cp1252


> Fail to install nb-javac Library on NetBeans 11
> ---
>
> Key: NETBEANS-2552
> URL: https://issues.apache.org/jira/browse/NETBEANS-2552
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment:   Product Version : Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
>   Operating System : Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor : 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12; 
> Oracle Corporation
>   Runtime : Java(TM) SE Runtime Environment 12.0.1+12
>   System Locale; Encoding = fr_FR (nb); Cp1252
>Reporter: Jimmy Jeunemaître
>Priority: Minor
>  Labels: nbjavac, reporting
>
> Got a notification titled "Install nb-javac Library" in the "Notifications" 
> window.
> > Priority : SILENT Category : Info
> There is a blue link that tell something like : _It is recommended to install 
> nb-javac Library to improve Java editing experience and enable compile on 
> save._
> I clicked on it, it tried to do something but then send the following 
> exception :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>     at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>     at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>     at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>     at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>     at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>     at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
> I closed the window and tried again and got this one (slightly different I 
> guess) :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1721)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getModulesToEnable(OperationValidator.java:340)
>     

[netbeans] branch master updated: Separate Truffle source caches between multiple runs of the JPDA debugger

2019-05-15 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d9dad16  Separate Truffle source caches between multiple runs of the 
JPDA debugger
 new 5f9a953  Merge pull request #1252 from 
JaroslavTulach/jtulach/TruffleSourceCachePerSession
d9dad16 is described below

commit d9dad16626fbde630374920f889a4902e045cf53
Author: Jaroslav Tulach 
AuthorDate: Mon May 13 15:36:50 2019 +0200

Separate Truffle source caches between multiple runs of the JPDA debugger
---
 .../modules/debugger/jpda/truffle/source/Source.java   |  6 +++---
 .../debugger/jpda/truffle/source/SourceFilesCache.java | 14 +++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git 
a/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/Source.java
 
b/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/Source.java
index 40ff60b..74c59ed 100644
--- 
a/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/Source.java
+++ 
b/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/Source.java
@@ -54,13 +54,13 @@ public final class Source {
 private final long hash;
 private String content;
 
-private Source(String name, URI uri, long hash, StringReference codeRef) {
+private Source(JPDADebugger jpda, String name, URI uri, long hash, 
StringReference codeRef) {
 this.name = name;
 this.codeRef = codeRef;
 URL url = null;
 if (uri == null || !"file".equalsIgnoreCase(uri.getScheme())) {
 try {
-url = SourceFilesCache.getDefault().getSourceFile(name, hash, 
uri, getContent());
+url = SourceFilesCache.get(jpda).getSourceFile(name, hash, 
uri, getContent());
 } catch (IOException ex) {
 Exceptions.printStackTrace(ex);
 }
@@ -135,7 +135,7 @@ public final class Source {
URI uri,
StringReference codeRef) {
 
-Source src = new Source(name, uri, id, codeRef);
+Source src = new Source(debugger, name, uri, id, codeRef);
 synchronized (KNOWN_SOURCES) {
 Map dbgSources = KNOWN_SOURCES.get(debugger);
 if (dbgSources == null) {
diff --git 
a/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/SourceFilesCache.java
 
b/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/SourceFilesCache.java
index 42db889..a1bf24b 100644
--- 
a/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/SourceFilesCache.java
+++ 
b/java/debugger.jpda.truffle/src/org/netbeans/modules/debugger/jpda/truffle/source/SourceFilesCache.java
@@ -22,12 +22,15 @@ package org.netbeans.modules.debugger.jpda.truffle.source;
 import java.io.IOException;
 import java.net.URI;
 import java.net.URL;
+import java.util.Map;
+import java.util.WeakHashMap;
+import org.netbeans.api.debugger.jpda.JPDADebugger;
 
 import org.openide.filesystems.FileObject;
 
 final class SourceFilesCache {
 
-private static final SourceFilesCache DEFAULT = new SourceFilesCache();
+private static final Map MAP = new 
WeakHashMap<>();
 
 private final SourceFS fs;
 
@@ -35,8 +38,13 @@ final class SourceFilesCache {
 fs = new SourceFS();
 }
 
-public static SourceFilesCache getDefault() {
-return DEFAULT;
+public static synchronized SourceFilesCache get(JPDADebugger jpda) {
+SourceFilesCache sfc = MAP.get(jpda);
+if (sfc == null) {
+sfc = new SourceFilesCache();
+MAP.put(jpda, sfc);
+}
+return sfc;
 }
 
 public URL getSourceFile(String name, long hash, URI uri, String content) 
throws IOException {


-
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-mavenutils-parent] branch master updated: [maven-release-plugin] prepare for next development iteration

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 97b2c73  [maven-release-plugin] prepare for next development iteration
97b2c73 is described below

commit 97b2c73fa7a4212ee4b49057cdf85f67dc6e4419
Author: Eric Barboni 
AuthorDate: Wed May 15 14:04:21 2019 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c1c2fdf..7b964ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-1
+2-SNAPSHOT
 pom
 Apache Netbeans Maven Utilities
 Apache Netbeans Maven Utilities is a set of artefacts to 
build and populate Apache NetBeans artefacts using Apache Maven
@@ -43,7 +43,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
 https://github.com/apache/netbeans-mavenutils-parent
-  utilities-parent-1
+  HEAD
   
 
 


-
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-mavenutils-parent] branch master updated: [maven-release-plugin] prepare release utilities-parent-1

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c183d74  [maven-release-plugin] prepare release utilities-parent-1
c183d74 is described below

commit c183d74fef0a0b7f0039a9c770189f49977af31c
Author: Eric Barboni 
AuthorDate: Wed May 15 14:04:01 2019 +0200

[maven-release-plugin] prepare release utilities-parent-1
---
 pom.xml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d97795c..c1c2fdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-1-SNAPSHOT
+1
 pom
 Apache Netbeans Maven Utilities
 Apache Netbeans Maven Utilities is a set of artefacts to 
build and populate Apache NetBeans artefacts using Apache Maven
@@ -43,7 +43,8 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
 https://github.com/apache/netbeans-mavenutils-parent
-
+  utilities-parent-1
+  
 
 
  
@@ -82,7 +83,7 @@ under the License.
 
 
 
-Johan Andr�n
+Johan Andr�n
 protected
 
 Patch Contributor


-
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-mavenutils-parent] annotated tag utilities-parent-1 created (now c312ca3)

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag utilities-parent-1
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git.


  at c312ca3  (tag)
 tagging c183d74fef0a0b7f0039a9c770189f49977af31c (commit)
 replaces org-apache-netbeans-parent-1-vc1
  by Eric Barboni
  on Wed May 15 14:04:16 2019 +0200

- Log -
[maven-release-plugin] copy for tag utilities-parent-1
---

No new revisions were added by this update.


-
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-mavenutils-parent] branch master updated: fix scm url

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e85ca5b  fix scm url
e85ca5b is described below

commit e85ca5bfba674967cabbd1f4d0fc34c04c1fa7b5
Author: Eric Barboni 
AuthorDate: Wed May 15 14:02:19 2019 +0200

fix scm url
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5178fb1..d97795c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ under the License.
 
 
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
-
scm:git:gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
+
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
 https://github.com/apache/netbeans-mavenutils-parent
 
 


-
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-2551) NPE @ org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2551:
--

Hi, please share your problematic code and explicit steps to reproduce and add 
the your doc text as an external file and upload it here. This prevents from 
scrolling right inside the jira ticket. Thx.

> NPE @ 
> org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate
> -
>
> Key: NETBEANS-2551
> URL: https://issues.apache.org/jira/browse/NETBEANS-2551
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.0
>Reporter: Loïc Broquet
>Priority: Major
>
> The the constructor of a private static inner class, when I try to introduce 
> a new constructor parameter through automatic refactor, I get the attached 
> exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2547) Bug found by Netbeans

2019-05-15 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2547:
--

Hi, as it is still written in your text, that you pasted, we need steps to 
reproduce, what did you do, when and and and.

> Bug found by Netbeans
> -
>
> Key: NETBEANS-2547
> URL: https://issues.apache.org/jira/browse/NETBEANS-2547
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.0
> Environment: Win 10
>Reporter: Sam Lalani
>Priority: Major
>
> This is the first time ever reporting to JIRA, so please excuse any problems 
> in creating the issue.  NetBeans said "You have found a bug in the 
> application!" and it asked to report the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2551) NPE @ org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate

2019-05-15 Thread JIRA
Loïc Broquet created NETBEANS-2551:
--

 Summary: NPE @ 
org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin.initDelegate
 Key: NETBEANS-2551
 URL: https://issues.apache.org/jira/browse/NETBEANS-2551
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 11.0
Reporter: Loïc Broquet


The the constructor of a private static inner class, when I try to introduce a 
new constructor parameter through automatic refactor, I get the attached 
exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-mavenutils-nbm-maven-plugin] branch master updated: fix ASF header, fix author

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 47b4934  fix ASF header, fix author
47b4934 is described below

commit 47b49345a67ed23df0bde5271c4a4104f68595bd
Author: Eric Barboni 
AuthorDate: Wed May 15 11:45:04 2019 +0200

fix ASF header, fix author
---
 pom.xml| 70 +++---
 .../nbmmavenpluginit/ittest/ApplicationTest.java   | 28 +
 .../org/apache/netbeans/nbm/AbstractNbmMojo.java   | 29 +
 .../org/apache/netbeans/nbm/AdaptNbVersion.java| 31 +-
 .../java/org/apache/netbeans/nbm/BrandingMojo.java | 31 +-
 .../apache/netbeans/nbm/BuildInstallersMojo.java   | 25 
 .../netbeans/nbm/CollectLibrariesNodeVisitor.java  | 31 +-
 .../nbm/CollectModuleLibrariesNodeVisitor.java | 31 +-
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 31 +-
 .../org/apache/netbeans/nbm/CreateClusterMojo.java | 31 +-
 .../org/apache/netbeans/nbm/CreateNbmMojo.java | 31 +-
 .../netbeans/nbm/CreateNetBeansFileStructure.java  | 31 +-
 .../apache/netbeans/nbm/CreateStandaloneMojo.java  | 33 +-
 .../apache/netbeans/nbm/CreateUpdateSiteMojo.java  | 31 +-
 .../apache/netbeans/nbm/CreateWebstartAppMojo.java | 35 ++-
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   | 31 +-
 .../org/apache/netbeans/nbm/RunNetBeansMojo.java   | 31 +-
 .../apache/netbeans/nbm/RunPlatformAppMojo.java| 31 +-
 src/site/apt/descriptor.apt|  2 +-
 src/site/apt/index.apt.vm  |  2 +-
 src/site/apt/upgrade.apt   |  2 +-
 .../apache/netbeans/nbm/AbstractNbmMojoTest.java   | 30 +-
 .../org/apache/netbeans/nbm/BrandingMojoTest.java  | 26 
 .../netbeans/nbm/CreateClusterAppMojoTest.java | 26 
 .../nbm/CreateNetBeansFileStructureTest.java   | 26 
 .../nbm/NetBeansManifestUpdateMojoTest.java| 34 ++-
 26 files changed, 391 insertions(+), 349 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9cf97df..aa46964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,24 @@
 
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache.netbeans.utilities
@@ -35,56 +55,6 @@
 
scm:git:gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
 
-
-
-mkleint
-Milos Kleint
-mkle...@gmail.com
-
-Developer
-
-
-
-jglick
-Jesse Glick
-jgl...@codehaus.org
-
-Developer
-
-
-
-ebarboni
-Eric Barboni
-
-Developer
-
-
-
-
-
-Johan Andrén
-protected
-
-Patch Contributor
-Goal Contributor
-
-
-
-Mykola Nikishov
-m...@mn.com.ua
-
-Patch Contributor
-
-
-
-Frantisek Mantlik
-franti...@mantlik.cz
-
-Goal Contributor
-
-
-
-
 
 
 
diff --git 
a/src/it/full/application/src/test/java/nbmmavenpluginit/ittest/ApplicationTest.java
 
b/src/it/full/application/src/test/java/nbmmavenpluginit/ittest/ApplicationTest.java
index 45ab644..61270ce 100644
--- 
a/src/it/full/application/src/test/java/nbmmavenpluginit/ittest/ApplicationTest.java
+++ 
b/src/it/full/application/src/test/java/nbmmavenpluginit/ittest/ApplicationTest.java
@@ -1,18 +1,22 @@
-/* ==
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- 

[netbeans-mavenutils-nb-repository-plugin] branch master updated: fix ASF header, fix author

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new f727e83  fix ASF header, fix author
f727e83 is described below

commit f727e83ae7061b3396167f591f53a276d42ea999
Author: Eric Barboni 
AuthorDate: Wed May 15 11:44:09 2019 +0200

fix ASF header, fix author
---
 pom.xml| 72 ++
 .../netbeans/nbm/repository/DownloadIndexMojo.java | 28 +
 .../nbm/repository/PopulateRepositoryMojo.java | 31 +-
 src/site/apt/index.apt |  2 +-
 src/site/apt/repository.apt|  2 +-
 .../nbm/repository/PopulateRepositoryMojoTest.java | 34 +-
 6 files changed, 74 insertions(+), 95 deletions(-)

diff --git a/pom.xml b/pom.xml
index cda935b..8c6bacb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,24 @@
 
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache.netbeans.utilities
@@ -35,58 +55,6 @@
 
scm:git:gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nb-repository-plugin
 
-
-
-mkleint
-Milos Kleint
-mkle...@gmail.com
-
-Developer
-
-
-
-jglick
-Jesse Glick
-jgl...@codehaus.org
-Codehaus
-
-Developer
-
-
-
-ebarboni
-Eric Barboni
-
-Developer
-
-
-
-
-
-Johan Andrén
-protected
-
-Patch Contributor
-Goal Contributor
-
-
-
-Mykola Nikishov
-m...@mn.com.ua
-
-Patch Contributor
-
-
-
-Frantisek Mantlik
-franti...@mantlik.cz
-
-Goal Contributor
-
-
-
-
-
 
 
 
diff --git 
a/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java 
b/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java
index 60cccf4..e74d2b3 100644
--- a/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java
@@ -1,20 +1,22 @@
 /*
- * Copyright 2012 Codehaus.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
-
 package org.apache.netbeans.nbm.repository;
 
 import java.io.File;
@@ -50,7 +52,7 @@ import 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable;
 /**
  * Goal for retrieving and expanding the lucene index of the given repository. 
That in turn is used by the populate
  * goal.
- * @author mkleint
+ * @author Milos Kleint
  */
 @Mojo(name="download", aggregator=true, requiresProject=false)
 public class DownloadIndexMojo extends AbstractMojo implements 
Contextualizable {
diff --git 
a/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java 
b/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java
index 8e1a7de..df4c1c5 100644
--- 

[netbeans-mavenutils-nbm-shared] branch master updated: fix ASF header, fix author

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 1245da0  fix ASF header, fix author
1245da0 is described below

commit 1245da0b99d4c755ee3fca0cc152c69ce032499c
Author: Eric Barboni 
AuthorDate: Wed May 15 11:43:26 2019 +0200

fix ASF header, fix author
---
 pom.xml| 65 +++---
 .../netbeans/nbm/utils/AbstractNetbeansMojo.java   | 29 +-
 .../apache/netbeans/nbm/utils/ExamineManifest.java | 31 ++-
 .../netbeans/nbm/utils/ExamineManifestTest.java| 24 
 4 files changed, 66 insertions(+), 83 deletions(-)

diff --git a/pom.xml b/pom.xml
index a4e6441..a9d528c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,24 @@
 
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache.netbeans.utilities
@@ -32,51 +52,6 @@
 
scm:git:gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-shared.git
 https://github.com/apache/netbeans-mavenutils-nbm-shared
 
-
-
-mkleint
-Milos Kleint
-mkle...@codehaus.org
-Codehaus
-
-Developer
-
-
-
-jglick
-Jesse Glick
-jgl...@codehaus.org
-Codehaus
-
-Developer
-
-
-
-
-
-Johan Andrén
-protected
-
-Patch Contributor
-Goal Contributor
-
-
-
-Mykola Nikishov
-m...@mn.com.ua
-
-Patch Contributor
-
-
-
-Frantisek Mantlik
-franti...@mantlik.cz
-
-Goal Contributor
-
-
-
-
 
 
 
diff --git 
a/src/main/java/org/apache/netbeans/nbm/utils/AbstractNetbeansMojo.java 
b/src/main/java/org/apache/netbeans/nbm/utils/AbstractNetbeansMojo.java
index e74810c..87ff296 100644
--- a/src/main/java/org/apache/netbeans/nbm/utils/AbstractNetbeansMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/utils/AbstractNetbeansMojo.java
@@ -1,19 +1,22 @@
-/* ==
- * Copyright 2003-2004 Mevenide Team
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- * =
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
+
 package org.apache.netbeans.nbm.utils;
 
 import org.apache.maven.plugin.AbstractMojo;
diff --git a/src/main/java/org/apache/netbeans/nbm/utils/ExamineManifest.java 
b/src/main/java/org/apache/netbeans/nbm/utils/ExamineManifest.java
index 5165d0e..59dc458 100644
--- a/src/main/java/org/apache/netbeans/nbm/utils/ExamineManifest.java
+++ b/src/main/java/org/apache/netbeans/nbm/utils/ExamineManifest.java
@@ -1,19 +1,22 @@
-/* ==
- * Copyright 2003-2004 Mevenide Team
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, 

[netbeans-mavenutils-nbm-maven-harness] branch master updated: fix ASF header, fix author

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git


The following commit(s) were added to refs/heads/master by this push:
 new e3b5bfb  fix ASF header, fix author
e3b5bfb is described below

commit e3b5bfbcd86829ea5b6a540b5417d364d6f23c6d
Author: Eric Barboni 
AuthorDate: Wed May 15 11:42:40 2019 +0200

fix ASF header, fix author
---
 pom.xml  | 22 +-
 src/main/java/Dummy.java | 26 +++---
 2 files changed, 36 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 47bbd28..84f49b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,24 @@
-
+
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
diff --git a/src/main/java/Dummy.java b/src/main/java/Dummy.java
index 2577fd9..101b2a4 100644
--- a/src/main/java/Dummy.java
+++ b/src/main/java/Dummy.java
@@ -1,22 +1,26 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 /**
  * dummy class to keep central maven repository happy.
  *
- * @author mkleint
+ * @author Milos Kleint
  */
 public class Dummy
 {


-
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-2544) Unexcepted token WS (@import rule)

2019-05-15 Thread Pete Whelpton (JIRA)


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

Pete Whelpton edited comment on NETBEANS-2544 at 5/15/19 9:40 AM:
--

if import at-rules are used, they *must* be the first declarations in the 
stylesheet.  If you move your import rules to the top of your stylesheet, can 
you confirm that the parser error goes away (it does for me with the example 
you provided):

W3C: [https://drafts.csswg.org/css-cascade-3/#at-ruledef-import]

MDN: [https://developer.mozilla.org/en-US/docs/Web/CSS/@import]

 

>From W3C spec "Any @import rules must precede all other at-rules and style 
>rules in a style sheet (besides @charset, which must be the first thing in the 
>style sheet if it exists), or else the @import rule is invalid."

 

If the error still occurs for you, are you able to share your .css ?


was (Author: peedeeboy):
if import state at-rules are used, they *must* be the first declarations in the 
stylesheet.  If you move your import rules to the top of your stylesheet, can 
you confirm that the parser error goes away (it does for me with the example 
you provided):

W3C: [https://drafts.csswg.org/css-cascade-3/#at-ruledef-import]

MDN: [https://developer.mozilla.org/en-US/docs/Web/CSS/@import]

 

>From W3C spec "Any @import rules must precede all other at-rules and style 
>rules in a style sheet (besides @charset, which must be the first thing in the 
>style sheet if it exists), or else the @import rule is invalid."

 

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2544) Unexcepted token WS (@import rule)

2019-05-15 Thread Pete Whelpton (JIRA)


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

Pete Whelpton commented on NETBEANS-2544:
-

if import state at-rules are used, they *must* be the first declarations in the 
stylesheet.  If you move your import rules to the top of your stylesheet, can 
you confirm that the parser error goes away (it does for me with the example 
you provided):

W3C: [https://drafts.csswg.org/css-cascade-3/#at-ruledef-import]

MDN: [https://developer.mozilla.org/en-US/docs/Web/CSS/@import]

 

>From W3C spec "Any @import rules must precede all other at-rules and style 
>rules in a style sheet (besides @charset, which must be the first thing in the 
>style sheet if it exists), or else the @import rule is invalid."

 

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-mavenutils-parent] branch master updated: Add ASF and dev section to use inheritance

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b036950  Add ASF and dev section to use inheritance
b036950 is described below

commit b036950e4b314825b56a2859f0ae9c6fcf287723
Author: Eric Barboni 
AuthorDate: Wed May 15 11:39:03 2019 +0200

Add ASF and dev section to use inheritance
---
 pom.xml | 53 -
 1 file changed, 52 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1125692..5178fb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,5 @@
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+
 
+
+mkleint
+Milos Kleint
+protected
+
+Developer
+
+
+
+jglick
+Jesse Glick
+protected
+
+Developer
+
+
+
+ebarboni
+Eric Barboni
+
+Developer
+
+
+
+
+
+Johan Andr�n
+protected
+
+Patch Contributor
+Goal Contributor
+
+
+
+Mykola Nikishov
+m...@mn.com.ua
+
+Patch Contributor
+
+
+
+Frantisek Mantlik
+franti...@mantlik.cz
+
+Goal Contributor
+
+
+
 
 
 


-
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-2550) NetBeans 11 does not show Gradle junit output

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2550:
-

OK, I’m sure Laszlo, who created the Gradle support and is releasing a big 
update soon, we’ll see this and comment.

> NetBeans 11 does not show Gradle junit output
> -
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>  Components: gradle, projects - Gradle
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2549:
-

If you’re trying to build, stop doing ‘ant clean all’. Instead, do ‘ant build’.

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-mavenutils-archetype-netbeans-platform-app-archetype] branch master updated: Add ASF Header

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-netbeans-platform-app-archetype.git


The following commit(s) were added to refs/heads/master by this push:
 new 4e758c6  Add ASF Header
4e758c6 is described below

commit 4e758c6e774bc1b2769a77b49d30c2822d35fe02
Author: Eric Barboni 
AuthorDate: Wed May 15 11:20:44 2019 +0200

Add ASF Header
---
 pom.xml | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d125c07..ef99c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,29 @@
+
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache.netbeans
 netbeans-parent
-1
+2
 
 4.0.0
 org.apache.netbeans.archetypes


-
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-mavenutils-archetype-nbm-suite-root] branch master updated: Add ASF Header

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-nbm-suite-root.git


The following commit(s) were added to refs/heads/master by this push:
 new 27d0c62  Add ASF Header
27d0c62 is described below

commit 27d0c6219917f99259beb883a22f9b6a293c0d52
Author: Eric Barboni 
AuthorDate: Wed May 15 11:20:18 2019 +0200

Add ASF Header
---
 pom.xml | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59ecdb6..3db2851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,29 @@
+
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache.netbeans
 netbeans-parent
-1
+2
 
 4.0.0
 org.apache.netbeans.archetypes


-
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-mavenutils-archetype-nbm-archetype] branch master updated: Add ASF Header

2019-05-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0a2405c  Add ASF Header
0a2405c is described below

commit 0a2405c0cd06bd51310d01279a864e7cf28cdaf5
Author: Eric Barboni 
AuthorDate: Wed May 15 11:19:47 2019 +0200

Add ASF Header
---
 pom.xml | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd4bcf9..ff9cc9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,29 @@
+
+
+
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache.netbeans
 netbeans-parent
-1
+2
 
 4.0.0
 org.apache.netbeans.archetypes


-
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-2550) NetBeans 11 does not show Gradle junit output

2019-05-15 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi commented on NETBEANS-2550:


Just create an unit test with inside a system out. And run the test. No output 
will be shown.

> NetBeans 11 does not show Gradle junit output
> -
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>  Components: gradle, projects - Gradle
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto commented on NETBEANS-2549:
--

the log file I sent is for my 5th build 'Ant Clean All'. I'm unfamiliar with 
Ant, so, I'll try 'Ant Clean' later and see if it makes a difference.

I'm quite sure the network is stable (it's the 5th build attempt and network 
outage rarely occurs) and the issue lies somewhere else. I tried googling some 
of the warnings and errors but couldn't find anything to help reduce the error.

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) NetBeans 11 does not show Gradle junit output

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga updated NETBEANS-2550:

Component/s: projects - Gradle
 gradle

> NetBeans 11 does not show Gradle junit output
> -
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>  Components: gradle, projects - Gradle
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) NetBeans 11 does not show Gradle junit output

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga updated NETBEANS-2550:

Summary: NetBeans 11 does not show Gradle junit output  (was: Netbeans 11 
does not show junit output)

> NetBeans 11 does not show Gradle junit output
> -
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) Netbeans 11 does not show junit output

2019-05-15 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi commented on NETBEANS-2550:


I am using Junit test with new gradle support.

> Netbeans 11 does not show junit output
> --
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-2549 at 5/15/19 8:24 AM:
--

Ah, I see. That is important information! So, you can build on Windows 8 and 
not on Windows 7? Then it sounds like a problem with Windows?

Maybe do a 'ant clean' and try to build from scratch, a few times, just to make 
sure? The fact that the problem is only on Windows 7 is very specific, maybe 
something went wrong during the build, maybe some network problem, etc.


was (Author: geertjanwielenga):
Ah, I see. That is important information! So, you can build on Windows 8 and 
not on Windows 7? Then it sounds like a problem with Windows?

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2549:
-

Ah, I see. That is important information! So, you can build on Windows 8 and 
not on Windows 7? Then it sounds like a problem with Windows?

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto commented on NETBEANS-2549:
--

Hi, yes, I cloned the source from the GitHub repo yesterday. The source works 
for Windows 8 machine. It doesn't work on Windows 7.

I'm still unfamiliar with bug tracking systems, but I'll look into the mailing 
list you mentioned.

Thanks.

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) Netbeans 11 does not show junit output

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-2550 at 5/15/19 8:15 AM:
--

What kind of JUnit test do you mean, can you provide more details? Are you 
using Maven-based or Ant-based projects, can you provide a step by step 
scenario so that we can help?

We recommend that you use Maven-based projects or Gradle-based projects.


was (Author: geertjanwielenga):
What kind of JUnit test do you mean, can you provide more details? Are you 
using Maven-based or Ant-based projects, can you provide a step by step 
scenario so that we can help?

> Netbeans 11 does not show junit output
> --
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) Netbeans 11 does not show junit output

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2550:
-

What kind of JUnit test do you mean, can you provide more details? Are you 
using Maven-based or Ant-based projects, can you provide a step by step 
scenario so that we can help?

> Netbeans 11 does not show junit output
> --
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2549:
-

I'd recommend doing a fork of the Apache NetBeans GitHub repo to your own 
GitHub account, then doing a clone from there, and then trying to build that 
clone. Did you do it like that?

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) Netbeans 11 does not show junit output

2019-05-15 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi updated NETBEANS-2550:
---
Description: 
When launching test (Junit) Netbeans does not show any output. It does not show 
either the System.out.println() nor the Log output in the consolle.

This is a serious problem.

  was:
When launching test Netbeans does not show any output. It does not show either 
the System.out.println() nor the Log output in the consolle.

This is a serious problem.


> Netbeans 11 does not show junit output
> --
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test (Junit) Netbeans does not show any output. It does not 
> show either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2549:
-

Better to sign up to the dev mailing list and put the specific error message 
you're seeing, as close to the source of the error as possible, and here are 
the mailing lists:

https://netbeans.apache.org/community/mailing-lists.html



> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) Netbeans 11 does not show junit output

2019-05-15 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi updated NETBEANS-2550:
---
Description: 
When launching test Netbeans does not show any output. It does not show either 
the System.out.println() nor the Log output in the consolle.

This is a serious problem.

  was:
When launching test Netbeans does not show any output. It does not show either 
the System.out.println() nor the Log output in the consolle.

This is problem.


> Netbeans 11 does not show junit output
> --
>
> Key: NETBEANS-2550
> URL: https://issues.apache.org/jira/browse/NETBEANS-2550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Andrea Paternesi
>Priority: Major
>
> When launching test Netbeans does not show any output. It does not show 
> either the System.out.println() nor the Log output in the consolle.
> This is a serious problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-939) MEMORY LEAK!!

2019-05-15 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-939:


Then you need to try, and comment, on this, re Gradle:

https://lists.apache.org/thread.html/48a932da281d65736b8311f1b4e30fa5afc7e48b737c6e78d04040c3@%3Cdev.netbeans.apache.org%3E

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)


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

Tony Wiriyanto updated NETBEANS-2549:
-
Attachment: results.zip

> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
> Environment: Windows 7 64-bit
>Reporter: Tony Wiriyanto
>Priority: Major
>  Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
> 64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2550) Netbeans 11 does not show junit output

2019-05-15 Thread Andrea Paternesi (JIRA)
Andrea Paternesi created NETBEANS-2550:
--

 Summary: Netbeans 11 does not show junit output
 Key: NETBEANS-2550
 URL: https://issues.apache.org/jira/browse/NETBEANS-2550
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Andrea Paternesi


When launching test Netbeans does not show any output. It does not show either 
the System.out.println() nor the Log output in the consolle.

This is problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2549) Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit

2019-05-15 Thread Tony Wiriyanto (JIRA)
Tony Wiriyanto created NETBEANS-2549:


 Summary: Building Netbeans 11.0 IDE from source failed in Windows 
7 64-bit
 Key: NETBEANS-2549
 URL: https://issues.apache.org/jira/browse/NETBEANS-2549
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Affects Versions: 11.0
 Environment: Windows 7 64-bit
Reporter: Tony Wiriyanto
 Attachments: antCleanAll.zip

Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7 
64-bit (ant clean all log attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-939) MEMORY LEAK!!

2019-05-15 Thread Andrea Paternesi (JIRA)


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

Andrea Paternesi commented on NETBEANS-939:
---

After some months of usage the bug is still there. Usually happens when i leave 
the keyboard for some time. When i log in again Netbeans is blocked with the 
heap full of garbage. But no heap dump. only full memory and ide basically 
blocked. I set the heap space do 2GB and it fills it up always.

Could not try netbeans 11 because gradle support has too many bugs and it is 
almost unusable to me with my gradle projects. More it lacks the most important 
feature of the old plugin: reload project.

I will opne new bugs for that.

 

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2548) IllegalStateException after installing nb-javac module

2019-05-15 Thread Zian Choy (JIRA)
Zian Choy created NETBEANS-2548:
---

 Summary: IllegalStateException after installing nb-javac module
 Key: NETBEANS-2548
 URL: https://issues.apache.org/jira/browse/NETBEANS-2548
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Zian Choy



  2019-05-09T12:11:06
  1557429066078
  40
  300
  18
  CPU INFO
  8


  2019-05-09T12:11:06
  1557429066089
  41
  300
  18
  SCREEN SIZE
  1280
  720
  1


  2019-05-09T12:11:06
  1557429066089
  42
  700
  18
  IDE_STARTUP


  2019-05-09T12:11:06
  1557429066704
  51
  800
  18
  USG_LOOK_AND_FEEL
  Windows
  Windows


  2019-05-09T12:11:09
  1557429069357
  56
  800
  29
  MEMORY
  34227970048


  2019-05-09T12:11:11
  1557429071545
  57
  400
  24
  UI_ACTION_BUTTON_PRESS
  UI_ACTION_BUTTON_PRESS
  org.openide.awt.Bundle
  org.openide.awt.Actions$MenuItem[Plugins]
  org.openide.awt.Actions$MenuItem
  org.openide.awt.AlwaysEnabledAction[Plugins]
  org.openide.awt.AlwaysEnabledAction
  Plugins


  2019-05-09T12:11:29
  1557429089888
  62
  800
  26
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2019-05-09T12:11:29
  1557429089890
  63
  800
  26
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  2


  2019-05-09T12:11:29
  1557429089967
  67
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2019-05-09T22:53:58
  1557467638052
  41
  300
  18
  CPU INFO
  8


  2019-05-09T22:53:58
  1557467638098
  42
  300
  18
  SCREEN SIZE
  1600
  900
  2


  2019-05-09T22:53:58
  1557467638098
  43
  700
  18
  IDE_STARTUP


  2019-05-09T22:53:58
  1557467638737
  52
  800
  18
  USG_LOOK_AND_FEEL
  Windows
  Windows


  2019-05-09T22:54:01
  1557467641822
  55
  800
  26
  MEMORY
  34227970048


  2019-05-09T22:54:03
  1557467643450
  58
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2019-05-09T23:43:50
  1557470630142
  62
  500
  43
  LOG_WINDOW_ACTIVATED
  LOG_WINDOW_ACTIVATED
  org.netbeans.core.ui.warmup.Bundle
  78


  2019-05-09T23:43:57
  1557470637176
  64
  800
  52
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2019-05-09T23:43:57
  1557470637204
  65
  800
  52
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  16


  2019-05-09T23:43:57
  1557470637947
  69
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2019-05-11T21:19:51
  1557634791656
  47
  300
  18
  CPU INFO
  8


  2019-05-11T21:19:51
  1557634791677
  48
  300
  18
  SCREEN SIZE
  1600
  900
  2


  2019-05-11T21:19:51
  1557634791677
  49
  700
  18
  IDE_STARTUP


  2019-05-11T21:19:52
  1557634792310
  58
  800
  18
  USG_LOOK_AND_FEEL
  Windows
  Windows


  2019-05-11T21:19:55
  1557634795176
  61
  800
  39
  MEMORY
  34233085952


  2019-05-11T21:19:57
  1557634797620
  62
  800
  50
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2019-05-11T21:19:57
  1557634797623
  63
  800
  50
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  2


  2019-05-11T21:19:57
  155763479
  67
  500
  24
  LOG_WINDOW_DEACTIVATED
  LOG_WINDOW_DEACTIVATED
  org.netbeans.core.ui.warmup.Bundle


  2019-05-14T23:43:44
  1557902624182
  47
  300
  18
  CPU INFO
  8


  2019-05-14T23:43:44
  1557902624224
  48
  300
  18
  SCREEN SIZE
  1600
  900
  2


  2019-05-14T23:43:44
  1557902624224
  49
  700
  18
  IDE_STARTUP


  2019-05-14T23:43:44
  1557902624919
  58
  800
  18
  USG_LOOK_AND_FEEL
  Windows
  Windows


  2019-05-14T23:43:48
  1557902628092
  61
  800
  40
  MEMORY
  34233085952


  2019-05-14T23:44:06
  1557902646304
  62
  400
  24
  UI_ACTION_BUTTON_PRESS
  UI_ACTION_BUTTON_PRESS
  org.openide.awt.Bundle
  org.openide.awt.Actions$MenuItem[Plugins]
  org.openide.awt.Actions$MenuItem
  org.openide.awt.AlwaysEnabledAction[Plugins]
  org.openide.awt.AlwaysEnabledAction
  Plugins


  2019-05-14T23:44:20
  1557902660393
  63
  400
  24
  UI_ACTION_BUTTON_PRESS
  UI_ACTION_BUTTON_PRESS
  org.openide.awt.Bundle
  org.openide.awt.Actions$MenuItem[Open Project...]
  org.openide.awt.Actions$MenuItem
  org.netbeans.modules.project.ui.actions.OpenProject[Open 
Project...]
  org.netbeans.modules.project.ui.actions.OpenProject
  Open Project...


  2019-05-14T23:44:39
  1557902679746
  64
  500
  44
  ERGO_PROJECT_OPEN
  ERGO_PROJECT_OPEN
  org.netbeans.modules.ide.ergonomics.fod.Bundle
  php


  2019-05-14T23:44:48
  1557902688856
  89
  700
  40
  UI_OPEN_PROJECTS
  UI_OPEN_PROJECTS
  org.netbeans.modules.project.ui.Bundle
  
org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject
  FeatureProjectFactory$FeatureNonProject
  1