问题描述
我使用NetBeans构建项目。我使用的版本是1.8。不过,我想重新构建它只能运行ant 1.6.5的计算机上。有什么办法在NetBeans中指定的蚂蚁所使用的版本?
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?
推荐答案
请遵循3个简单的步骤如下:
Please follow 3 easy steps as below:
-
下载
蚂蚁1.6.5
来自的,并在您的本地文件系统中安装/提取
Download
Ant 1.6.5
from Apache Binaries and install/extract in your local file system
到 Netbeans的工具>选项>其他>蚂蚁
更改本地的蚂蚁首页
到蚂蚁1.6.5文件夹
中创建STEP-1文件系统
Change the Ant Home
to Ant 1.6.5 folder
created in step-1 of your local file system
编辑:
如果上述方法不因为你的具体净豆的帮助,请尝试以下步骤:
If the above doesn't help because of your specific Net Beans, try steps below:
-
到
帮助 - >帮助内容
搜索开关蚂蚁版本
点击左窗格中的相同的链接以获得右侧的细节,你应该看到如下画面:
Click 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.
这篇关于NetBeans的变化蚂蚁版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!