I’m using NetBeans to build my project. The version I’m using is 1.8. However, I’m trying to build it again on a computer that can only run ant 1.6.5. Is there any way to specify in Netbeans which version of ant to use?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please follow 3 easy steps as below:
Download
Ant 1.6.5from Apache Binaries and install/extract in your local file systemGo to
Netbeans Tools > Options > Miscellaneous > AntChange the
Ant HometoAnt 1.6.5 foldercreated in step-1 of your local file systemEDIT:
If the above doesn’t help because of your specific Net Beans, try steps below:
Go to
Help -> Help ContentsSearch for
Switching Ant VersionClick the same link from left pane to get the details in right, you should see a screen as below:
Follow the instructions on the above page.