I’ve downloaded sources of one application using Subversion repository, but it turned out, that those sources were not composed to a NetBeans project. It was said in the manual, that I can build it using Apache Ant. I know, that NetBeans supports Ant by default. So here is the question – how can I tell NetBeans to run it’s Ant on a specified build.xml?
I’ve downloaded sources of one application using Subversion repository, but it turned out, that
Share
File->New ProjectThen in
CategoriespickJavaand then inProjectsselectJava Free-Form Projectand hitNext. After that you will configure the project by selecting the location of the project the and build.xml and then associate targets in the build.xml with actions in the IDE.