ant build.xml file doesn't exist

后端 未结 9 789
自闭症患者
自闭症患者 2020-12-24 04:52

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.

Buildf         


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 05:47

    There may be two situations.

    1. No build.xml is present in the current directory
    2. Your ant configuration file has diffrent name.

    Please see and confim the same. In the case one you have to find where your build file is located and in the case 2, You will have to run command ant -f .

提交回复
热议问题