Re: Cannot build netbeans from the master on Fedora 31

2020-03-16 Thread Code Zombie
Hi Geertjan Ant version: Apache Ant(TM) version 1.10.5 compiled on May 7 2019 Errors: : The following error occurred while executing this line: /home/johndoe/src/netbeans/nbbuild/build/langtools/make/build.xml:91: java.lang.ClassNotFoundException: org.apache.bsf.engines.javascript.JavaScriptEng

Re: Cannot build netbeans from the master on Fedora 31

2020-03-16 Thread Matthias Bläsing
Hi, we have sevarsl build pipelines in place, that demonstrate that netbeans can be build from source. Without logs we can only guess. Run ant 2>&1 | tee build.log That should get you a log Matthias Am 17. März 2020 07:22:21 MEZ schrieb Code Zombie : >I am trying to build NetBeans following

Re: Cannot build netbeans from the master on Fedora 31

2020-03-16 Thread Geertjan Wielenga
In what way is it failing, what are the error messages? Often the problem is related to the Ant version used. Gj On Tue, 17 Mar 2020 at 07:22, Code Zombie wrote: > I am trying to build NetBeans following its README.md on Fedora 31 and > despite my efforts, I have failed. > I tried building with

Cannot build netbeans from the master on Fedora 31

2020-03-16 Thread Code Zombie
I am trying to build NetBeans following its README.md on Fedora 31 and despite my efforts, I have failed. I tried building with Java 8 and Java 11. I tried Dcluster.config=full and Dcluster.config=php with no success. Is there anything I should setup to build it. Also, I don't see any build log fi

Re: Buildin Gradle not using Wrapper?

2020-03-16 Thread Laszlo Kishalmi
I meant, be brave, change the code! Just return null and see what happens. Then probably set a Breakpoint at line 127 on GradleDaemonExecutor to see the rest. Just experiment with it! On 3/16/20 5:14 PM, Jonathan Bergh wrote: Hi Laszlo, I'm sorry, i dont quite get what you mean. If i select

Re: Buildin Gradle not using Wrapper?

2020-03-16 Thread Jonathan Bergh
Hi Laszlo, I'm sorry, i dont quite get what you mean. If i select Use Wrapper, and and use either Custom or Standard, it does not matter - if the wrapper in the project ./gradle/wrapper/gradle-wrapper.properties is present in ./.gradle/wrappers/dist, then it will use the wrapper. If the wrapper i

Re: Buildin Gradle not using Wrapper?

2020-03-16 Thread Laszlo Kishalmi
Well, first just test what happens if you do not select the default. Ideally Gradle would download the required binary. There was something around that (if I remember well). So let's test how Gradle behaves and plan according to that. On 3/16/20 5:03 PM, Jonathan Bergh wrote: Hi Laszlo, So i

Re: Buildin Gradle not using Wrapper?

2020-03-16 Thread Jonathan Bergh
Hi Laszlo, So i have inspected the code and can confirm the above behaviour (even if Use Wrapper is selected, if the wrapper dist is missing, NB will default to NB default). 1) Can we confirm the agreed behaviour then - that IF Use Wrapper is selected, even if the gradle dist is missing, this wil

Where to report missing javadocs

2020-03-16 Thread Bartosz Tomasik
Hi All  where to (which componet) should I report missing javadoc for module? -- regards Bartosz - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org F

[NOTICE] Apache NetBeans 12.0 merge windows closing March 16th

2020-03-16 Thread Eric Barboni
Hi folks According to the Release Schedule it’s just a reminder that the merge window for Apache NetBeans 12.0 is closed on 16.03.2020. See https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule After the merge window closes, merges to master will be limited to fixes intended f

Re: Building NetBeans with Gradle

2020-03-16 Thread Laszlo Kishalmi
Well, I was thinking about that as well, unfortunately there are some negative trade off-s with that I see right now. Maybe a way later down on the road, if it ever comes that we switch to Gradle as a main build system. So right now Gradle reads all 812 projects which gave a 8-10 seconds over

Re: Building NetBeans with Gradle

2020-03-16 Thread Jaroslav Tulach
Hello Laszlo, when you are at it, you might make the build system more "cluster based". It would be nice to ``` cd platform gradle run ``` and get a running barebone NetBeans Platform. Or rather ``` cd php gradle run ``` and get a PHP only distribution. We need to address this somehow as the NetBea

RE: 12.0 branch cut

2020-03-16 Thread Eric Barboni
The pr are related to refactoring and graalVM I don't know much if we need them before beta1 If not I get the beta ready Best Regards Eric -Message d'origine- De : Geertjan Wielenga Envoyé : lundi 16 mars 2020 15:56 À : dev@netbeans.apache.org Objet : Re: 12.0 branch cut Great work

Re: Build Error on Master

2020-03-16 Thread Neil C Smith
On Sat, 7 Mar 2020 at 21:59, Matthias Bläsing wrote: > Am Samstag, den 07.03.2020, 19:55 +0100 schrieb Eric Barboni: > > We use a gitbox link to stay at apache maybe a github link is more > > reliable ? > > I would not do this. To my knowledge the ASF requires all code to be > hosted on its infra

Re: 12.0 branch cut

2020-03-16 Thread Geertjan Wielenga
Great work, aside from clarity on the issues below, is there any other insights you need? Gj On Mon, 16 Mar 2020 at 09:50, Eric Barboni wrote: > Hi folks, > > I would like to cut the branch for release 12.0 LTS and build beta1 for > netCAT. > > > > Would it be possible to have statement on the

Re: Buildin Gradle not using Wrapper?

2020-03-16 Thread Laszlo Kishalmi
On 3/15/20 6:03 PM, Jonathan Bergh wrote: OK, thanks Laszlo, That makes sense, at least i am not going crazy ;) ! I have just downloaded Netbeans project now, and am building it, so hopefully i can have a look too. Maybe i can ask you some questions about your implementation and we fix it toget

12.0 branch cut

2020-03-16 Thread Eric Barboni
Hi folks, I would like to cut the branch for release 12.0 LTS and build beta1 for netCAT. Would it be possible to have statement on the following PR: graalVm related https://github.com/apache/netbeans/pull/2014 javac related https://github.com/apache/netbeans/pull/2013 https://gith