ant build.xml file doesn't exist

后端 未结 9 792
自闭症患者
自闭症患者 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:44

    You have invoked Ant with the verbose (-v) mode but the default buildfile build.xml does not exist. Nor have you specified any other buildfile for it to use.

    I would say your Ant installation is fine.

提交回复
热议问题