Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Help in Ant

  Asked By: Viveka    Date: Jun 08    Category: Java    Views: 431
  

Hey People can anyone tell me what is necessary to use Ant?
What do I need? What .jars do I need?
What is necessary to change in CLASSPATH?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Alexander Bouchard     Answered On: Jun 08

if you go to http://ant.apache.org (I think that is how they do it at
the moment) and read the FAQ it is actualy quite usefull. I know many
things are not that usefull, but ant  was kinda cool.

 
Answer #2    Answered By: Erika Evans     Answered On: Jun 08

It will depend than you will do with ANT

xDoclet ? Compile ?
what ?

 
Answer #3    Answered By: Jermaine Powell     Answered On: Jun 08

I want to compile and make .jar, it was working but now I got this exception
all the time:

C:\>ant
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.java:291)
at java.lang.Class.newInstance(Class.java:259)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:214)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)

 
Didn't find what you were looking for? Find more on Help in Ant Or get search suggestion and latest updates.




Tagged: