On 4/2/2020 8:44 AM, Glenn Holmer wrote:
On 4/2/20 9:45 AM, Ernie Rael wrote:
On 4/2/2020 7:25 AM, Glenn Holmer wrote:
On 4/2/20 9:08 AM, Ernie Rael wrote:
On 4/2/2020 6:31 AM, Geertjan Wielenga wrote:
I propose we keep things short and sweet for JavaFX in NetCAT 12.0:
https://netbeans-vm.apache.org/synergy/client/app/#/specification/452
There are four cases: IDE-JDK-version (8, 11+) vs JavaFX-version (8,
11+). In beta2 jdk8 is a mess with error badges and failed compiles.
With recent NB and archetype changes, which are in master and so should
be in beta3, all four combos should work cleanly.
What about profiling? I haven't been able to get that to work (JDK 11),
although it does work using VisualVM as an external profiler.
I think https://github.com/apache/netbeans/pull/2021 fixes profiling in
many cases (nothing fx specific), but it's hung up in how to build it.
This is getting way beyond my experience, so we'll see, any guidance...
One thing I'll probably need to find is a map of <actionName> (as seen
in nbactions.xml) to Action as seen in "ProjProps > Actions > Actions:"
I just tried running ide-8 with a javafx-8 and it generates a
"telemetry" profile. I'm using repo build so it's got the latest. I'll
try some other combos.
After a profiling attempt, nbactions.xml has javafx: targets for run and
debug,
Is there some example of where nbactions.xml gets changed after running
the profiler?
while profile
Not sure what you mean by "profile". I see
ProjectProps > Actions > Actions:
has org.codehaus.mojo:exec-maven-plugin. That's
like what run and debug originally had that didn't work, isn't it?
I took a look at a plain old java maven project. There's no
nbactions.xml or special stuff in the pom.xml. But I did a run and a
profile. It looks like the only differences are in JVM args.
In ProjectProps ... there is an action ProfileProject. But it's
"SetProperties" are identical to RunProject. So there's magic getting
added to the mvn command...
For a JavaFX project, in ProjProps Actions, RunProject and DebugProject
are bold, so I guess that's about nbactions.xml.
-ernie
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists