I’m having some trouble figuring out how to install Ant on Cygwin. I want to use Ant to build Nutch. I’ve looked through a bunch of tutorials but I can’t find anything that is low level enough for me to understand. I need something like…
- Download ant, put it here
- Open Cygwin
- type “export ANT_HOME=…”
- …
Can anyone help me out here?
Assuming you have a JDK already installed, you can do this:
which assumes you’ve unzipped Ant into
C:\apache-ant-1.7.1. Then: