how to build ant

2010-11-18 Thread ramakanth varala
I downloaded ant-1.8.1 trying to build it in fedora o.s I have junit*jar in my CLASSPATH. when i do / build.sh install-lite gives the following error build: Created dir: /home/rvara/Desktop/apache-ant-1.8.1/build/lib Compiling 249 source files to /home/rvara/Desktop/apache-ant-1.8.1/build/class

Re: how to build ant

2010-11-17 Thread ramakanth varala
Thanks , I have done the same , it's working great. On Wed, Nov 17, 2010 at 7:32 PM, Antoine Levy-Lambert wrote: > Hello Ramakanth, > > you need to download and install somewhere on your hard disk a binary > version of ant to be able to execute this first step. > > Once you have done this, you s

Re: how to build ant

2010-11-17 Thread Antoine Levy-Lambert
Hello Ramakanth, you need to download and install somewhere on your hard disk a binary version of ant to be able to execute this first step. Once you have done this, you should do this : 1 - cd into the directory containing the source version of ant 2 - run this command/bin/ant -Ddest=optional -

Re: how to build ant

2010-11-16 Thread ramakanth varala
Thanks for the reply, in the first step i could not able to build ant , so if i give command ant -Ddest= -f fetch.xml on my console it gives error as ant: command not found so any suggestions where am i going wrong On Wed, Nov 17, 2010 at 2:06 AM, Antoine Levy-Lambert wrote: > On 11/16/20

Re: how to build ant

2010-11-16 Thread Antoine Levy-Lambert
On 11/16/2010 9:24 AM, ramakanth varala wrote: I downloaded ant-1.8.1 trying to build it in fedora o.s I have junit*jar in my CLASSPATH. when i do/ build.sh install-lite gives the following error Hello Ramakanth, You should run this command before building ant : ant -Ddest=optional -f fetch