Re: Cannot build netbeans from the master on Fedora 31

2020-03-17 Thread Code Zombie
Thanks Peter and Emmanuel Switch ant to ant 1.10.1 and Java to 1.8 both using sdkman, and built successfully. On Tue, Mar 17, 2020 at 5:17 AM ehsavoie wrote: > I confirm Pater's comment. You have to use a downloaded version of ANT on > Fedora to be able to build Apache NetBeans. > I had the sa

Re: Cannot build netbeans from the master on Fedora 31

2020-03-17 Thread ehsavoie
I confirm Pater's comment. You have to use a downloaded version of ANT on Fedora to be able to build Apache NetBeans. I had the same issue and this fixed it. Emmanuel -- Emmanuel Hugonnet http://www.ehsavoie.com http://twitter.com/ehsavoie On Tue, Mar 17, 2020 at 8:08 AM Peter Hull wrote

Re: Cannot build netbeans from the master on Fedora 31

2020-03-17 Thread Peter Hull
I think there is something unusual about Fedora's ant, which I have not got to the bottom of. See, for example, https://issues.apache.org/jira/browse/NETBEANS-239 Can you try downloading ant from Apache and using that, instead of the one from your distro. https://ant.apache.org/bindownload.cgi I ha

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