Compile failed; see the compiler error output for details

前端 未结 5 1599
梦谈多话
梦谈多话 2020-12-10 12:25

When I tried to compile build.xml file, below error is hitting:

BUILD FAILED

C:\\Users\\workspace\\testrepo\\src\\build.xml:36: Comp         


        
5条回答
  •  自闭症患者
    2020-12-10 12:31

    To see compiled error in log use below given command:

    d:\yourdirectory of checkout>ant clean deploy>log.txt
    

    It will create a complete log in your check out directory. So now you can check actual errors there.

提交回复
热议问题