ant build.xml file doesn't exist

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

    Using ant debug after building build.xml file :

    in your cmd your root should be your project at first then use the ant debug command e.g:

    c:\testApp>ant debug 
    

提交回复
热议问题