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.
Buildfile: build.xml does not exist! Build failed
What’s the problem in the system. How i can rectify this issue?
Advertisement
Answer
You should use ant -version
command instead.
The -v
option is equivalent of -verbose
option.
See Command-line Options Summary