Search code examples
javaapachenetbeansant

Apache ANT Version issues during Netbeans Building


I'm trying to build a java project using netbeans ide,but i keep getting

Please build using Ant 1.8.0 or higher

error,i think this is due some version difference in the netbeans IDEs,

How can i resolve this issue


Solution

  • In NetBeans options, you can set Ant home. Point this to the other installation.

    Mine is: /usr/local/netbeans-7.2.1/java/ant

    the default installed with netbeans.