Hi all
I am new to
Ant and i heard that ant can be used as a build tool but never worked on it and would like to write know certain things.
i am working on a project which uses some jar files which are required to run the application.
i would like to make a directory as
c:/production/execute/ and copy all the jar required to run and these jar are avilable in c:/lib/.
my
java files are in c:/com/info/stock
i want to compile the jave files in this directory and copy to above directory i.e c:/production/execute/com/info/stock
First i would like to know whether ant is ment for doing things like this
and if so can some body help me in doing this.
i installed ant in my machine.
Please help me.