On 03/31/2018 08:50 AM, Glenn Holmer wrote: > On 03/31/2018 01:17 AM, Jan Lahoda wrote: >> I've just sent: >> https://github.com/apache/incubator-netbeans/pull/473 >> >> But I am not a profiler expert, so it would be, I think, helpful if >> someone could try the patch. > > I've successfully cloned and built the NetBeans source; how do I apply > this patch to my local copy?
I figured it out (more or less) and built again. Now the profiler starts up in JDK10! Thank you Jan! I'll go through the test spec again under JDK10 to see if anything pops up. P.S. what I did: git remote add jlahoda https://github.com/jlahoda/incubator-netbeans.git git fetch jlahoda NETBEANS-539 git checkout jlahoda/NETBEANS-539 It worked, but put me in detached head state. Not a git expert... should the last command have been like this? git checkout -b <new-branch-name> jlahoda/NETBEANS-539 -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." --------------------------------------------------------------------- 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
