I am using an ANT script to build the jars of the projects that I have in my eclipse workspace. The command that I use is ant -f <build_file.xml>
I want to build the projects using the ant script only (at the moment I am using eclipse for the this). Can anyone help me out?