On 01/20/2018 07:10 PM, Neil C Smith wrote:
> On Sat, 20 Jan 2018, 17:54 Glenn Holmer, <ce...@kolabnow.com> wrote:
> 
>> Is it possible that SUSE installs Ant with a dependency of OpenJDK and
>> uses that when it's run? Could that make a difference?
>>
> 
> Considering those of us building and testing on OpenJDK seem to be in the
> majority, I doubt it.
> 
> I'm actually currently building with the Ubuntu packaged Ant 1.9.3 (problem
> Ant is only 1.9.8 AFAIK). All works fine. Sounds like Suse might have a
> packaging issue?
> 
> ^^ isn't meant as recommended - pure laziness on my part - still, while
> it's working... ;-)
> 
> Best wishes,
> 
> Neil
> 
>> --
> Neil C Smith
> Artist & Technologist
> www.neilcsmith.net
> 
> Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org
> 

I reported the same build failure also with Fedora 26 and its packaged
Ant 1.10.1. See here for the 4 different environments I tried:
https://issues.apache.org/jira/browse/NETBEANS-239

The conclusion is that in those environments where the NetBeans build
script is not compatible with the distribution's version of Ant (or
wise-versa if you like), you can instead download the Apache Ant binary
dist and use that, i.e.:
export ANT_HOME=/opt/my-apache-ant-dist
export PATH=$ANT_HOME/bin:$PATH

Also as pointed out make sure to use a fresh clone and don't relay on
the clean target.


Cheers,
Markus



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to