[jira] [Updated] (NETBEANS-4127) can't profile Java FX project

2020-04-07 Thread ASF GitHub Bot (Jira)


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

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

> can't profile Java FX project
> -
>
> Key: NETBEANS-4127
> URL: https://issues.apache.org/jira/browse/NETBEANS-4127
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.0
>Reporter: Glenn Holmer
>Assignee: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
>
> Steps to reproduce (12.0 beta 2, JDK 11.0.6 on Debian Linux "Buster" )
> 1) New Project, Java with Maven, FXML JavaFX Maven Archetype (Gluon)
> 2) F6 to run project, select and save main class (works correctly)
> 3) Set breakpoints and debug project wiht ctrl-F5 (works correctly)
> 4) Profile project with ctrl-F2, select "Configure Session", "Telemetry".
> 5) Click Profile button. Select main class and remember permanently.
> Result: Program terminates immediately with this in output window:
> Error: JavaFX runtime components are missing, and are required to run this 
> application
> Profiler Agent: Connection with agent closed



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

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

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



[jira] [Commented] (NETBEANS-4127) can't profile Java FX project

2020-04-07 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4127:
--

Ran into several things investigating this, essentially
 * The profile button bypassed javafx-maven-plugin. Add profile entry to 
nbactions, and a profile execution to pom.xml; pass in nb's profiling args for 
jvm.
 * The fx plugin can't handle a single jvm args option. Filed a plugin issue, 
[https://github.com/openjfx/javafx-maven-plugin/issues/75] . Unlikely to be 
fixed in the 12.0 timeframe.

Investigating how to provide profiling jvmargs as individual properties for use 
in the current jfx plugin.

> can't profile Java FX project
> -
>
> Key: NETBEANS-4127
> URL: https://issues.apache.org/jira/browse/NETBEANS-4127
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.0
>Reporter: Glenn Holmer
>Assignee: Ernie Rael
>Priority: Major
>
> Steps to reproduce (12.0 beta 2, JDK 11.0.6 on Debian Linux "Buster" )
> 1) New Project, Java with Maven, FXML JavaFX Maven Archetype (Gluon)
> 2) F6 to run project, select and save main class (works correctly)
> 3) Set breakpoints and debug project wiht ctrl-F5 (works correctly)
> 4) Profile project with ctrl-F2, select "Configure Session", "Telemetry".
> 5) Click Profile button. Select main class and remember permanently.
> Result: Program terminates immediately with this in output window:
> Error: JavaFX runtime components are missing, and are required to run this 
> application
> Profiler Agent: Connection with agent closed



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

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

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



[jira] [Created] (NETBEANS-4129) Select deployment server not listed

2020-04-07 Thread jose luis romero (Jira)
jose luis romero created NETBEANS-4129:
--

 Summary: Select deployment server not listed
 Key: NETBEANS-4129
 URL: https://issues.apache.org/jira/browse/NETBEANS-4129
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.3
 Environment: windows 10 64x, jdk 1.8
Reporter: jose luis romero


trying to run web projects for the first time show up the "Select deployment 
server" window but the combobox of Servers is empty, I have to go to project > 
properties > run and select it there.
PD: I have  a Paraya 4.1 running as a Glassfish server, when I added Payara, I 
choose "Glassfish", not Payara option, I did this to try to fix a logger issue 
with NB and Payara (btw didn't work)



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

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

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



[jira] [Comment Edited] (NETBEANS-4037) Debugger slow - taken profiler snapshots

2020-04-07 Thread matteodg (Jira)


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

matteodg edited comment on NETBEANS-4037 at 4/7/20, 5:30 PM:
-

Thanks [~jtulach] and [~jlahoda]! I'm testing both patches based on release113 
branch (as it is the more stable) and it has improved) not found. Next I'm 
going to check separately them and get some snapshot if I have still some 
slowness.


was (Author: matte...@infinito.it):
Thanks [~jtulach] and [~jlahoda]!! I'm testing both patches based on release113 
branch (as it is the more stable) and it has improved! Next I'm going to check 
separately them and get some snapshot if I have still some slowness.

> Debugger slow - taken profiler snapshots
> 
>
> Key: NETBEANS-4037
> URL: https://issues.apache.org/jira/browse/NETBEANS-4037
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 11.1, 11.2, 11.3
>Reporter: matteodg
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: performance
> Fix For: 12.0
>
> Attachments: 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate.npss, 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL.npss
>
>
> We have a pretty big NetBeans Platform Application (~180 modules and 5 
> suites) and when the debugger reaches the first breakpoint it got stuck: the 
> tabs Debugging, Variables, Breakpoints, etc. are all with a "Please wait..." 
> node and with the NetBeans sampler I took a few snapshots highlighting it is 
> spending a lot of time on calls like:
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL()}}
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate()}}
> which at the end boil down to a lot of calls like:
>  * java.util.concurrent.CopyOnWriteArrayList.remove()
>  * java.io.File.isFile()
> Attached the snapshots.
> Then if I press Continue the debugger remain stuck: now Pause and Continue 
> buttons in the toolbar are disabled...
> I kept close and restarting NetBeans but no luck... I remember got this 
> behavior even with NB 8.2, sometimes though it goes through and I'm able to 
> debug, but very rarely!
>  



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

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

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



[jira] [Updated] (NETBEANS-4128) Code completion slow - taken profiler snapshot

2020-04-07 Thread matteodg (Jira)


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

matteodg updated NETBEANS-4128:
---
Description: 
We have a pretty big NetBeans Platform Application (~180 modules and 5 suites) 
and when pressing CTRL+SPACE for code completion it is very slow.

It seems the calls boil down to the filesystem calling Files.listFiles() a lot.

I'm running on the branch release113 compiled locally with both the patches 
from [~jtulach] and [~jlahoda] for NETBEANS-4037 (not sure whether that's 
important, but just wanted to be clear).

  was:
We have a pretty big NetBeans Platform Application (~180 modules and 5 suites) 
and when pressing CTRL+SPACE for code completion it is very slow.

It seems the calls are going down to the filesystem calling Files.listFiles() a 
lot.

I'm running on the branch release113 compiled locally with both the patches 
from [~jtulach] and [~jlahoda] for NETBEANS-4037 (not sure whether that's 
important, but just wanted to be clear).


> Code completion slow - taken profiler snapshot
> --
>
> Key: NETBEANS-4128
> URL: https://issues.apache.org/jira/browse/NETBEANS-4128
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: matteodg
>Priority: Major
> Fix For: 12.0
>
> Attachments: codecompletion-very-slow.npss
>
>
> We have a pretty big NetBeans Platform Application (~180 modules and 5 
> suites) and when pressing CTRL+SPACE for code completion it is very slow.
> It seems the calls boil down to the filesystem calling Files.listFiles() a 
> lot.
> I'm running on the branch release113 compiled locally with both the patches 
> from [~jtulach] and [~jlahoda] for NETBEANS-4037 (not sure whether that's 
> important, but just wanted to be clear).



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

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

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



[jira] [Commented] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-07 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANSINFRA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17077412#comment-17077412
 ] 

Matthias Bläsing commented on NETBEANSINFRA-185:


Thank you very much - yes that answers all thinks I had in mind! Very nice!

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



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

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

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



[jira] [Created] (NETBEANS-4128) Code completion slow - taken profiler snapshot

2020-04-07 Thread matteodg (Jira)
matteodg created NETBEANS-4128:
--

 Summary: Code completion slow - taken profiler snapshot
 Key: NETBEANS-4128
 URL: https://issues.apache.org/jira/browse/NETBEANS-4128
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.3
Reporter: matteodg
 Fix For: 12.0
 Attachments: codecompletion-very-slow.npss

We have a pretty big NetBeans Platform Application (~180 modules and 5 suites) 
and when pressing CTRL+SPACE for code completion it is very slow.

It seems the calls are going down to the filesystem calling Files.listFiles() a 
lot.

I'm running on the branch release113 compiled locally with both the patches 
from [~jtulach] and [~jlahoda] for NETBEANS-4037 (not sure whether that's 
important, but just wanted to be clear).



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

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

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



[jira] [Commented] (NETBEANS-4037) Debugger slow - taken profiler snapshots

2020-04-07 Thread matteodg (Jira)


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

matteodg commented on NETBEANS-4037:


Thanks [~jtulach] and [~jlahoda]!! I'm testing both patches based on release113 
branch (as it is the more stable) and it has improved! Next I'm going to check 
separately them and get some snapshot if I have still some slowness.

> Debugger slow - taken profiler snapshots
> 
>
> Key: NETBEANS-4037
> URL: https://issues.apache.org/jira/browse/NETBEANS-4037
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 11.1, 11.2, 11.3
>Reporter: matteodg
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: performance
> Fix For: 12.0
>
> Attachments: 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate.npss, 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL.npss
>
>
> We have a pretty big NetBeans Platform Application (~180 modules and 5 
> suites) and when the debugger reaches the first breakpoint it got stuck: the 
> tabs Debugging, Variables, Breakpoints, etc. are all with a "Please wait..." 
> node and with the NetBeans sampler I took a few snapshots highlighting it is 
> spending a lot of time on calls like:
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL()}}
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate()}}
> which at the end boil down to a lot of calls like:
>  * java.util.concurrent.CopyOnWriteArrayList.remove()
>  * java.io.File.isFile()
> Attached the snapshots.
> Then if I press Continue the debugger remain stuck: now Pause and Continue 
> buttons in the toolbar are disabled...
> I kept close and restarting NetBeans but no luck... I remember got this 
> behavior even with NB 8.2, sometimes though it goes through and I'm able to 
> debug, but very rarely!
>  



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

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

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



[jira] [Assigned] (NETBEANS-4127) can't profile Java FX project

2020-04-07 Thread Ernie Rael (Jira)


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

Ernie Rael reassigned NETBEANS-4127:


Assignee: Ernie Rael

> can't profile Java FX project
> -
>
> Key: NETBEANS-4127
> URL: https://issues.apache.org/jira/browse/NETBEANS-4127
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.0
>Reporter: Glenn Holmer
>Assignee: Ernie Rael
>Priority: Major
>
> Steps to reproduce (12.0 beta 2, JDK 11.0.6 on Debian Linux "Buster" )
> 1) New Project, Java with Maven, FXML JavaFX Maven Archetype (Gluon)
> 2) F6 to run project, select and save main class (works correctly)
> 3) Set breakpoints and debug project wiht ctrl-F5 (works correctly)
> 4) Profile project with ctrl-F2, select "Configure Session", "Telemetry".
> 5) Click Profile button. Select main class and remember permanently.
> Result: Program terminates immediately with this in output window:
> Error: JavaFX runtime components are missing, and are required to run this 
> application
> Profiler Agent: Connection with agent closed



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

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

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



[jira] [Created] (NETBEANS-4127) can't profile Java FX project

2020-04-07 Thread Glenn Holmer (Jira)
Glenn Holmer created NETBEANS-4127:
--

 Summary: can't profile Java FX project
 Key: NETBEANS-4127
 URL: https://issues.apache.org/jira/browse/NETBEANS-4127
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 12.0
Reporter: Glenn Holmer


Steps to reproduce (12.0 beta 2, JDK 11.0.6 on Debian Linux "Buster" )

1) New Project, Java with Maven, FXML JavaFX Maven Archetype (Gluon)
2) F6 to run project, select and save main class (works correctly)
3) Set breakpoints and debug project wiht ctrl-F5 (works correctly)
4) Profile project with ctrl-F2, select "Configure Session", "Telemetry".
5) Click Profile button. Select main class and remember permanently.
Result: Program terminates immediately with this in output window:


Error: JavaFX runtime components are missing, and are required to run this 
application
Profiler Agent: Connection with agent closed



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

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

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



[jira] [Commented] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-07 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANSINFRA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17077110#comment-17077110
 ] 

Jiří Kovalský commented on NETBEANSINFRA-185:
-

I have created this Wiki page to document typical admin related works with 
regards to the Plugin Portal. I believe this addresses [~matthiasblaesing]'s 
concern so that PP3 UC can replace the PP2 UC.

[https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+Plugin+Portal+Administration]

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



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

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

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



[jira] [Commented] (NETBEANS-4120) nbactions.xml use of clean and javafx:run goals blocks unit tests

2020-04-07 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4120:
--

I'm sure maven is wonderful...

On the maven command line, you can list both goals and phases. And the docs 
even say that clean is a lifecycle. I'm guessing that through binding goals to 
phases..., who knows...

Glad you have something that works.

> nbactions.xml use of clean and javafx:run goals blocks unit tests
> -
>
> Key: NETBEANS-4120
> URL: https://issues.apache.org/jira/browse/NETBEANS-4120
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
> Environment: Win 10, Java 14, NB 12.0 Beta 2, OpenFX 15-ea+2
>Reporter: Kenneth Fogel
>Priority: Major
> Fix For: 12.0
>
>
> In nbaction.xml the entry:
> 
>      run
>      
>          jar
>      
>      
>          clean
>          javafx:run
>      
>  
> should be
> 
>      run
>      
>          jar
>      
>      
>          clean
>         test 
>         javafx:run
>      
>  
> All goals between clean and javafx:run should be executed. For unknown 
> reasons javafx:run excludes testing. This was discovered when the goals in a 
> Maven pom of clean javafx:run would not run tests. Add test to the pom or the 
> nbactions.xml resolved this. If the project does not have any test classes 
> then there is no issue and the FX app starts up normally.
> There is a side effect. A project that does not yet have a main method ends 
> the build without running the tests. There needs to be a dummy class with a 
> main in it.



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

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

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



[jira] [Commented] (NETBEANS-3483) Cant Profile Maven Projects

2020-04-07 Thread Jira


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

Stefan Höltker commented on NETBEANS-3483:
--

Problem is still there in 11.3

Progress takes infinite and the "Syntaxerror" is still in the output

  !image-2020-04-07-09-21-14-722.png!
{code:bash}
cd C:\Daten\nbprojects\ems\CargosoftPojos; "JAVA_HOME=C:\\Program 
Files\\AdoptOpenJDK\\jdk-8.0.242.08-hotspot" 
M2_HOME=C:\\ProgramData\\chocolatey\\lib\\maven\\apache-maven-3.6.3 cmd /c 
"\"C:\\ProgramData\\chocolatey\\lib\\maven\\apache-maven-3.6.3\\bin\\mvn.cmd\" 
-Dtest=de.itout.SchemaValidationTest -DforkMode=once 
-Dmaven.surefire.debug=${exec.args} -Dexec.args=\"-agentpath:\\\"C:/Program 
Files/NetBeans-11.3/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll\\\"=\\\"C:\\Program
 Files\\NetBeans-11.3\\netbeans\\profiler\\lib\\\",5140,10 
-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=C:\\Users\\swendelmann\\AppData\\Local\\NetBeans\\Cache\\11.3\\mavencachedirs\\417023641\\org-netbeans-modules-profiler
  \" -Dmaven.ext.class.path=\"C:\\Program 
Files\\NetBeans-11.3\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar\" 
surefire:test"
Running NetBeans Compile On Save execution. Phase execution is skipped and 
output directories of dependency projects (with Compile on Save turned on) will 
be used instead of their jar artifacts.
Syntaxfehler.
{code}

> Cant Profile Maven Projects
> ---
>
> Key: NETBEANS-3483
> URL: https://issues.apache.org/jira/browse/NETBEANS-3483
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Attach, profiler - Base, profiler - Engine
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
> User directory: C:\Users\swendelmann\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\swendelmann\AppData\Local\NetBeans\Cache\11.2
>Reporter: Stefan Höltker
>Priority: Major
> Attachments: image-2019-11-28-14-48-10-130.png, 
> image-2019-11-28-14-50-01-314.png, image-2020-04-07-09-21-14-722.png
>
>
> Starting the Maven Project in Profile Mode Outputs following:
> {code:bash}
> cd C:\Daten\nbprojects\itout\ssp\ssp-kernel; "JAVA_HOME=C:\\Program 
> Files\\AdoptOpenJDK\\jdk-8.0.222.10-hotspot" 
> M2_HOME=C:\\maven\\apache-maven-3.6.1 cmd /c 
> "\"\"C:\\maven\\apache-maven-3.6.1\\bin\\mvn.cmd\" 
> -Dexec.args=\"-agentpath:\\\"C:/Program 
> Files/NetBeans-11.2/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll\\\"=\\\"C:\\Program
>  Files\\NetBeans-11.2\\netbeans\\profiler\\lib\\\",5140,10 
> -XX:+HeapDumpOnOutOfMemoryError 
> -XX:HeapDumpPath=C:\\Users\\swendelmann\\AppData\\Local\\NetBeans\\Cache\\11.2\\mavencachedirs\\1933295841\\org-netbeans-modules-profiler
>   -classpath %classpath de.gsq.system.menu.MainMenu SPortal_LOCAL.xml\" 
> -Dexec.executable=\"C:\\Program 
> Files\\AdoptOpenJDK\\jdk-8.0.222.10-hotspot\\bin\\java.exe\" 
> -Dexec.workingdir= -Dmaven.ext.class.path=\"C:\\Program 
> Files\\NetBeans-11.2\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar\" 
> process-classes org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
> Syntaxfehler.
> {code}
>  
> The Popup wont go away, only by canceling:
> !image-2019-11-28-14-50-01-314.png!
> Attaching The Profile to a Running (out of Netbeans) Project prints:
> Profiler Agent: Waiting for connection on port 5140 (Protocol version: 18)
> in the Project an gives me following Error Message:
> !image-2019-11-28-14-48-10-130.png!



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

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

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



[jira] [Updated] (NETBEANS-3483) Cant Profile Maven Projects

2020-04-07 Thread Jira


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

Stefan Höltker updated NETBEANS-3483:
-
Attachment: image-2020-04-07-09-21-14-722.png

> Cant Profile Maven Projects
> ---
>
> Key: NETBEANS-3483
> URL: https://issues.apache.org/jira/browse/NETBEANS-3483
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Attach, profiler - Base, profiler - Engine
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
> User directory: C:\Users\swendelmann\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\swendelmann\AppData\Local\NetBeans\Cache\11.2
>Reporter: Stefan Höltker
>Priority: Major
> Attachments: image-2019-11-28-14-48-10-130.png, 
> image-2019-11-28-14-50-01-314.png, image-2020-04-07-09-21-14-722.png
>
>
> Starting the Maven Project in Profile Mode Outputs following:
> {code:bash}
> cd C:\Daten\nbprojects\itout\ssp\ssp-kernel; "JAVA_HOME=C:\\Program 
> Files\\AdoptOpenJDK\\jdk-8.0.222.10-hotspot" 
> M2_HOME=C:\\maven\\apache-maven-3.6.1 cmd /c 
> "\"\"C:\\maven\\apache-maven-3.6.1\\bin\\mvn.cmd\" 
> -Dexec.args=\"-agentpath:\\\"C:/Program 
> Files/NetBeans-11.2/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll\\\"=\\\"C:\\Program
>  Files\\NetBeans-11.2\\netbeans\\profiler\\lib\\\",5140,10 
> -XX:+HeapDumpOnOutOfMemoryError 
> -XX:HeapDumpPath=C:\\Users\\swendelmann\\AppData\\Local\\NetBeans\\Cache\\11.2\\mavencachedirs\\1933295841\\org-netbeans-modules-profiler
>   -classpath %classpath de.gsq.system.menu.MainMenu SPortal_LOCAL.xml\" 
> -Dexec.executable=\"C:\\Program 
> Files\\AdoptOpenJDK\\jdk-8.0.222.10-hotspot\\bin\\java.exe\" 
> -Dexec.workingdir= -Dmaven.ext.class.path=\"C:\\Program 
> Files\\NetBeans-11.2\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar\" 
> process-classes org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
> Syntaxfehler.
> {code}
>  
> The Popup wont go away, only by canceling:
> !image-2019-11-28-14-50-01-314.png!
> Attaching The Profile to a Running (out of Netbeans) Project prints:
> Profiler Agent: Waiting for connection on port 5140 (Protocol version: 18)
> in the Project an gives me following Error Message:
> !image-2019-11-28-14-48-10-130.png!



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

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

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



[jira] [Commented] (NETBEANS-4004) FlatLAF Dark sometimes draw white rectangles around buttons

2020-04-07 Thread Jira


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

Stefan Höltker commented on NETBEANS-4004:
--

It is also on other toolbars and container

 

!screenshot-1.png!

 

!image-2020-04-07-09-13-58-771.png!

!image-2020-04-07-09-14-18-730.png!

 

> FlatLAF Dark sometimes draw white rectangles around buttons
> ---
>
> Key: NETBEANS-4004
> URL: https://issues.apache.org/jira/browse/NETBEANS-4004
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
>Reporter: Stefan Höltker
>Priority: Minor
> Attachments: ide.log, image-2020-03-12-09-52-19-727.png, 
> image-2020-04-07-09-13-58-771.png, image-2020-04-07-09-14-18-730.png, 
> screenshot-1.png
>
>
> See image & maybe ide.log
> !image-2020-03-12-09-52-19-727.png!



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

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

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



[jira] [Updated] (NETBEANS-4004) FlatLAF Dark sometimes draw white rectangles around buttons

2020-04-07 Thread Jira


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

Stefan Höltker updated NETBEANS-4004:
-
Attachment: image-2020-04-07-09-14-18-730.png

> FlatLAF Dark sometimes draw white rectangles around buttons
> ---
>
> Key: NETBEANS-4004
> URL: https://issues.apache.org/jira/browse/NETBEANS-4004
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
>Reporter: Stefan Höltker
>Priority: Minor
> Attachments: ide.log, image-2020-03-12-09-52-19-727.png, 
> image-2020-04-07-09-13-58-771.png, image-2020-04-07-09-14-18-730.png, 
> screenshot-1.png
>
>
> See image & maybe ide.log
> !image-2020-03-12-09-52-19-727.png!



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

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

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



[jira] [Updated] (NETBEANS-4004) FlatLAF Dark sometimes draw white rectangles around buttons

2020-04-07 Thread Jira


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

Stefan Höltker updated NETBEANS-4004:
-
Attachment: screenshot-1.png

> FlatLAF Dark sometimes draw white rectangles around buttons
> ---
>
> Key: NETBEANS-4004
> URL: https://issues.apache.org/jira/browse/NETBEANS-4004
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
>Reporter: Stefan Höltker
>Priority: Minor
> Attachments: ide.log, image-2020-03-12-09-52-19-727.png, 
> image-2020-04-07-09-13-58-771.png, screenshot-1.png
>
>
> See image & maybe ide.log
> !image-2020-03-12-09-52-19-727.png!



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

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

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



[jira] [Updated] (NETBEANS-4004) FlatLAF Dark sometimes draw white rectangles around buttons

2020-04-07 Thread Jira


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

Stefan Höltker updated NETBEANS-4004:
-
Attachment: image-2020-04-07-09-13-58-771.png

> FlatLAF Dark sometimes draw white rectangles around buttons
> ---
>
> Key: NETBEANS-4004
> URL: https://issues.apache.org/jira/browse/NETBEANS-4004
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF8; de_DE (nb)
>Reporter: Stefan Höltker
>Priority: Minor
> Attachments: ide.log, image-2020-03-12-09-52-19-727.png, 
> image-2020-04-07-09-13-58-771.png, screenshot-1.png
>
>
> See image & maybe ide.log
> !image-2020-03-12-09-52-19-727.png!



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

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

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



[jira] [Resolved] (NETBEANS-4124) Error running forked groovyc

2020-04-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-4124.
---
Resolution: Information Provided

> Error running forked groovyc
> 
>
> Key: NETBEANS-4124
> URL: https://issues.apache.org/jira/browse/NETBEANS-4124
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code, groovy - Editor, groovy - Grails
>Affects Versions: 11.3
>Reporter: Michal Lorenc
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> I installed Netbeans 11.3, OpenJDK-13 under Ubuntu 18.04 and created in the 
> following a new Groovy project.
>  1. Choose File > New Project (Ctrl-Shift-N;\u2318-Shift-N on Mac) from the 
> main menu to open the New Project wizard.
>  2. Select Java Application in the Java category. Click Next.
>  3. Type GroovyJavaDemo as the Project Name and specify the folder where you 
> want to create the application in the Project Location field.
> 
>  4. Deselect the Create Main Class checkbox. Click Finish.
>  5. Next, I created a Groovy Script file with only this content println 
> "Hello" and it caused the following problems:
> {code:java}
>ant -f /home/ubuntu/NetBeansProjects/GroovyJavaDemo 
> -Djavac.includes=Hello.groovy -Drun.class=Hello run-single
> init:
> deps-jar:
> Created dir: /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build
> Updating property file: 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/built-jar.properties
> Created dir: /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/classes
> Created dir: /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/empty
> Compiling 1 source file to 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/classes
> 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/nbproject/build-impl.xml:1120: 
> The following error occurred while executing this line:
> 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/nbproject/groovy-build.xml:26: 
> Error running forked groovyc.
> BUILD FAILED (total time: 1 second)
> {code}
> [Gradle developer|https://github.com/gradle/gradle/issues/12700] states it 
> has nothing to with its project.
> Why does it works only with OpenJDk-8 and not with OpenJDK-13?
> Thank you in advance,



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

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

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



[jira] [Commented] (NETBEANS-4124) Error running forked groovyc

2020-04-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-4124:
---

Something could be pretty mixed up in your setup.

NetBeans 11.3 has no Java Application Category, nor real Groovy project support.

Instead of trying to fix your case, I can describe how to create a working 
Groovy project with NetBeans.

Create a new project Select Java Application from the Java with Gradle Category.

After that open the build.gradle and replace the apply plugin: 'java' with 
apply plugin: 'groovy'

 

and add the following as well:
 
{{dependencies {implementation 'org.codehaus.groovy:groovy-all:2.4.15'}}}

Open the file view and rename the src/main/java folder to src/main/groovy

 

More information: https://docs.gradle.org/current/userguide/groovy_plugin.html

> Error running forked groovyc
> 
>
> Key: NETBEANS-4124
> URL: https://issues.apache.org/jira/browse/NETBEANS-4124
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code, groovy - Editor, groovy - Grails
>Affects Versions: 11.3
>Reporter: Michal Lorenc
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> I installed Netbeans 11.3, OpenJDK-13 under Ubuntu 18.04 and created in the 
> following a new Groovy project.
>  1. Choose File > New Project (Ctrl-Shift-N;\u2318-Shift-N on Mac) from the 
> main menu to open the New Project wizard.
>  2. Select Java Application in the Java category. Click Next.
>  3. Type GroovyJavaDemo as the Project Name and specify the folder where you 
> want to create the application in the Project Location field.
> 
>  4. Deselect the Create Main Class checkbox. Click Finish.
>  5. Next, I created a Groovy Script file with only this content println 
> "Hello" and it caused the following problems:
> {code:java}
>ant -f /home/ubuntu/NetBeansProjects/GroovyJavaDemo 
> -Djavac.includes=Hello.groovy -Drun.class=Hello run-single
> init:
> deps-jar:
> Created dir: /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build
> Updating property file: 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/built-jar.properties
> Created dir: /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/classes
> Created dir: /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/empty
> Compiling 1 source file to 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/build/classes
> 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/nbproject/build-impl.xml:1120: 
> The following error occurred while executing this line:
> 
> /home/ubuntu/NetBeansProjects/GroovyJavaDemo/nbproject/groovy-build.xml:26: 
> Error running forked groovyc.
> BUILD FAILED (total time: 1 second)
> {code}
> [Gradle developer|https://github.com/gradle/gradle/issues/12700] states it 
> has nothing to with its project.
> Why does it works only with OpenJDk-8 and not with OpenJDK-13?
> Thank you in advance,



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

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

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