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
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
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
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
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
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
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