在 Cygwin 存储库中找不到 ANT。这是为什么?
可能的重复:
在 Cygwin 上安装 ANT
我刚刚安装了 Cygwin 并设法获得了所有必需的东西,正在运行,但我不明白为什么 ANT 没有列在 Cygwin 存储库中。有人可以告诉我为什么吗?
MAKE 是,ANT 不是。我可能在这里遗漏了一些东西。
Possible Duplicate:
Installing ANT on Cygwin
I've just installed Cygwin and managed to get all the required stuff up and running but I couldn't figure out why ANT wasn't listed in the Cygwin repos. Could someone tell me why, please?
MAKE was, ANT wasn't. I might be missing something here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ant 是一个java 程序,不是特定于unix 的,因此不需要cygwin 来运行。直接从 apache ant 安装
可以直接修改 ant.bat 在 Windows 下使用,也可以修改 shell 脚本 ant 在 Windows 下使用西格温
ant is a java program and is not unix specific and so does not need cygwin to run. Install directly from apache ant
You can modify ant.bat for use under Windows directly or the shell script ant for use under cygwin