I have problem installing and building apache-ant-1.7.0 on jdk 1.5. In the ant's manual we are supposed to run
build -Ddist.dir=<directory_to_contain_Ant_distribution> dist (Windows)
after seeting ANT_HOME and other variables.but it does not recognize build as an instruction(build does not exist in it's bin directory).Do I need to install anyother jar files in order to build ant?