Am Donnerstag, den 03.10.2019, 15:26 +0300 schrieb mlist: > On Wed, 2 Oct 2019 23:06:58 +0300 mlist wrote: > > > Hi, > > > > I am trying to build NetBeans 11.1 from source code on openSUSE > > Leap > > 15. I have read the instructions and the README.md but > > unfortunately I > > am getting errors which I don't know how to fix as I am not a Java > > developer (my intention is to use NetBeans IDE for PHP, CSS, > > JavaScript). > > > > Here is the output I am getting: > > > > https://susepaste.org/673abb68 > > > > What should I do to make this work please? > > Can anyone please help? >
Please check which ant you are using to build. We have at least one report, where the distribution packed ant messed up the build: https://issues.apache.org/jira/browse/NETBEANS-239 Before you say it: Yes the bug talks about Fedora, but the mailing list indicates similar problems on OpenSuSE: https://www.mail-archive.com/[email protected]/msg06452.html TL;DR: Download a fresh version of ant from apache, put it on the path and build with that. HTH Matthias --------------------------------------------------------------------- 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
