[Oracle] Missing Css3.g file from donation -- suggestion for solution

2018-04-01 Thread Matthias Bläsing
Hello Geertjan, I wanted to look into a CSS parser error I saw while working with NB9 and noticed, that one of the most important files is missing: css.lib/src/org/netbeans/modules/css/lib/Css3.g that file holds an antlr3 grammer for CSS 3. That file was not donated and I think the reason is, th

Re: The Red Sea

2018-04-01 Thread Chuck Davis
So I decided to look at NB code base. Followed the "bootstrap" section here: https://netbeans.apache.org/participate/submit-pr.html except that I used NB8.2 to do the Git things. When NB asked if I wanted to open a project I selected them all and clicked "Yes". After cranking several minutes n

Re: The Red Sea

2018-04-01 Thread Matthias Bläsing
Hey Chuck, Am Sonntag, den 01.04.2018, 09:16 -0700 schrieb Chuck Davis: > articipate/submit-pr.html except that > I used NB8.2 to do the Git things. When NB asked if I wanted to open a > project I selected them all and clicked "Yes". After cranking several > minutes nearly all the projects have

submit PR

2018-04-01 Thread Peter Cheung
Hi All I want to add a filter to the “customize toolbars” window, to filter out the buttons i want. Am I welcome for this? I have read https://netbeans.apache.org/participate/submit-pr.html , so i just fork it and submit PR, right? Do I need to register myself as a team or whatever? Thanks Fr

Re: Externals libraries list

2018-04-01 Thread Antonio
Hi Eric, I'm afraid I don't quite undestand what you mean. We already know what external libraries we need to build NetBeans sources (and we take care of proper licenses and copyright notices, etc.). Cheers, Antonio On 29/03/18 18:52, Eric Barboni wrote: Hi dev team, I want to list al

Re: [Oracle] Missing Css3.g file from donation -- suggestion for solution

2018-04-01 Thread Geertjan Wielenga
Makes sense to me. Can you create that diff and attach it to a new issue and then I will include it in the donation process, i.e., that diff that you create will be audited and then included in one of the next donations. Gj On Sun, Apr 1, 2018 at 10:35 AM, Matthias Bläsing wrote: > Hello Geertj

Re: submit PR

2018-04-01 Thread Geertjan Wielenga
Yes, that's the right approach. Gj On Sun, Apr 1, 2018 at 8:22 PM, Peter Cheung wrote: > Hi All >I want to add a filter to the “customize toolbars” window, to filter > out the buttons i want. Am I welcome for this? I have read > https://netbeans.apache.org/participate/submit-pr.html , so i

Re: Help wanted with fixing NetBeans 9.0 blockers

2018-04-01 Thread Geertjan Wielenga
Here's my proposal for two of them: https://issues.apache.org/jira/browse/NETBEANS-308 https://github.com/apache/incubator-netbeans/pull/475 https://issues.apache.org/jira/browse/NETBEANS-410 https://github.com/apache/incubator-netbeans/pull/476 Gj On Sun, Apr 1, 2018 at 7:23 AM, Jan Lahoda wr

Re: The Red Sea

2018-04-01 Thread Chuck Davis
Thanks Metthias. I'm now down to 10 marked projects after building externally with Ant and then building with NB those projects still marked as errors. The strange thing is that even though they are marked with errors they seem to build. I've noticed there are a lot of warnings but I don't see th

Re: The Red Sea

2018-04-01 Thread Tim Boudreau
Performance wise you're definitely better off building once before opening - scanning class files is much faster than sources. -Tim On Sun, Apr 1, 2018 at 12:16 PM Chuck Davis wrote: > So I decided to look at NB code base. Followed the "bootstrap" section > here: https://netbeans.apache.org/p

Re: The Red Sea

2018-04-01 Thread Chuck Davis
To say nothing of all the gigs Ant downloads in the process I'm still getting "resolve" problems with Jetty and uh, uh, can't remember at the moment. But I assume when the JEE stuff gets added those issues will resolve themselves. There is also one issue that will resolve itself when I move