• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Setting Up Ant with enviromental variables?

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to set up ANT on my computer and I want to set up some enviromental variables for it but I am not sure what to do.

This is what I did

Places ant here: G:\Program Files\apache-ant-1.6.5
Installed Java Here: G:\Program Files\Java\jdk1.5.0_06

When to Enviromental variables and did this

Var Name: ANT_HOME
Var Variable: G:\Program Files\apache-ant-1.6.5

Var Name: JAVA_HOME
Var Variable: G:\Program Files\Java\jdk1.5.0_06

Var Name: PATH
Var Variable: PATH=%PATH%;%ANT_HOME%\bin

now when I go to cmd line and type in ant I get buildFile: build.xml does not exist!

build Failed

So I got the build file but I don't know where to put it or what I am suppost to do

thanks
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the Ant forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic