I don't have ANT_HOME set, so i want to find where the home directory of ant is. I'm using the version of ant that was installed by default on my OSX install.
相关问题
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Avoid cmake to add the flags -search_paths_first a
- installing packages for python 3
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
- git command-line on Mac OS error “dyld: Symbol not
If you run ant -diagnostics, it should tell you where the ant.home is
I do not had
ANT
at all in whole system, but i use NetBeans 8.1 or 8.2.Step 1: Install NetBeans 8.2
Step 2: Apply the ant from NetBeans 8.2 does the easy job too
try looking in /usr/bin folder .. it should tell you where it is installed.
Follow these instructions to find the location of any package:
On my machine, this reports:
so, I do:
on my machine this reports:
so, I do :
and get:
from this I can surmise that ant is installed at
/usr/share/ant/java/ant-1.8.1