Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Setting up ant in xp

Options
  • 05-12-2005 2:12am
    #1
    Registered Users Posts: 9,225 ✭✭✭


    any one have a walkthrough on this i am so confused?

    thanks guys


Comments

  • Registered Users Posts: 3,886 ✭✭✭cgarvey


    • Download the zip
    • Extract it to, say, c:\ant
    • Add ANT_HOME environment variables to point to c:\ant *
    • Add c:\ant\bin to the end of your existing system PATH environment variable (make sure there is a ; before c:\ant\bin) *

    * System Environment Variables on Win XP .. right click on My Computer, Properties, Advanced, Environment Variables. Clicn New (under System Variables, not user variables) for the ANT_HOME one, and just double click on Path to add your ;c:\ant\bin at the end.

    That should be enough


  • Registered Users Posts: 9,225 ✭✭✭Chardee MacDennis


    didnt set ant home!!! ill give it a try. nice one


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    If your using Eclipse Ant is built into it and you can run it from the UI.


Advertisement