How to install ANT on Win7(x64)?

Monkey Targets Forums/Android/How to install ANT on Win7(x64)?

moneykey(Posted 2013) [#1]
Hello

Happy new Year!
I'm a total Noob. Wanted to use in the past but couldn't figure out how to instal ANT correctly on win7. Because compiling to android had my primary interest I disregarded my abality in using Monkey for that purpose and forgot everithing about monkey - this otherwise brilliant piece of software.
Can anyone please provide a step-by-step tutorial/help on how to install that blood ANT (and what version should I use for Monkey 66 and JDK 1.7) on win7(64)?

And then where do I find the trans file wich I need to fill in so Monkey would recognise ant, sdk and jdk?

And what specifically/literalli should I fill in when I have JDK 1.7 and so on?

thanks in advance
regards
total noob


Amon(Posted 2013) [#2]
Just download apache-ant and extract it to a folder of your choice, preferably with no spaces. Then in your config file just put the location to ant.

So if you extracted apache-ant to
c:apache-ant
you put that in your config file.


Xaron(Posted 2013) [#3]
And better add an backslash after "c:" ;)


Volker(Posted 2013) [#4]
And then where do I find the trans file wich I need to fill in so Monkey would recognise ant, sdk and jdk?

Monkey/bin/config.winnt.txt
On PC.


moneykey(Posted 2013) [#5]
Thanks a lot to all of you guys :-)