问题描述
我已经下载使用Subversion版本库一个应用程序的来源,但事实证明,这些来源尚未组成的NetBeans项目。它是在手册中说,我可以使用Apache Ant构建它。我知道,NetBeans的默认支持蚂蚁。因此,这里的问题 - 我怎么能告诉NetBeans的运行它的Ant上的指定的build.xml
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
?
推荐答案
文件
- > 新项目
然后在类别
挑的Java
,然后在项目
选择 Java的自由格式项目
,并按下一页
。之后,你将通过选择项目和build.xml文件,然后联想的目标与在IDE行动的build.xml的位置配置项目。
Then in Categories
pick Java
and then in Projects
select Java Free-Form Project
and hit Next
. 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.
这篇关于我如何使用NetBeans建设蚂蚁的build.xml?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!