• 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

Ant didn't run even after adding to system path

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
i want to know detailed installation information about ant.
I set ANT_HOME then added it to J2EE_HOME env variables.
But whenever i used ant <application> on command prompt of win2000 it said system dies not recognised the bat file,I tried to get from jakarta web site but installation instruction given there i cann't get those, even after setting env variables.
can some one give me detail idea about the Ant Installtion
Please do me a favour for me.
on my computer
ant is on c:\jakarta-ant-1.4.1
jdk1.3.1 on c:\jdk1.3.1
j2sdkee1.3 on c:\j2sdkee1.3
apache tomcat on c:\jakarta-tomcat-4.0
i set following env varibles
J2EE_HOME = c:\j2sdkee1.3
JAVA_HOME = c:\jdk1.3.1
ANT_HOME = c:\jakarta-ant-1.4.1
Now give me the exact path for the setting the all the classpath and path
I did add the %ANT_HOME% in system path.
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've just got ant 1.4 running - these are my settings:
OS = WinNT
Ant v1.4 installed in C:\jakarta-ant-1.4
JDK v1.3 installed in C:\jdk1.3.0_02
ENVIRONMENT Variables:
ANT_HOME=C:\jakarta-ant-1.4
JAVA_HOME=C:\jdk1.3.0_02
CLASSPATH=%ANT_HOME%\lib;%JAVA_HOME%\lib
PATH %JAVA_HOME%\bin;%ANT_HOME%\bin
JBoss has some Ant instructions and a small test you can run to check Ant is working.
 
ice is for people that are not already cool. Chill with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic