Skip to content
Advertisement

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.

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

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement