Skip to content
Advertisement

Tag: ant

ant build.xml file doesn’t exist

After the installation of my ant in my windows 7 . In cmd i typed ant -v it’s given the ant version but it says the following also. What’s the problem in the system. How i can rectify this issue? Answer You should use ant -version command instead. The -v option is equivalent of -verbose option. See Command-line Options Summary

Ant is not able to delete some files on windows

I have an ant build that makes directories, calls javac and all the regular stuff. The issue I am having is that when I try to do a clean (delete all the stuff that was generated) the delete task reports that is was unable to delete some files. When I try to delete them manually it works just fine. The

Advertisement