• 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 1.4.1 Installation

 
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
 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you also have to add ant to your system path. That's probably what you are missing
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii,
If you are using ant 1.4.1 you must set ANT_HOME = D:\jakarta-ant-1.4.1\bootstrap..
One more thing ant.jar and any XML parser likely xercers.jar are in classpath..
ant.jar is in the directory
D:\jakarta-ant-1.4.1\bootstrap\lib
Hope u get Work fine
 
Sanjay Jadhav
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.
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
thank you.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic