ant warning: “'includeantruntime' was not set”

前端 未结 7 1113
眼角桃花
眼角桃花 2020-12-04 05:00

I receive the following warning:

[javac] build.xml:9: warning: \'includeantruntime\' was not set, 
defaulting to build.sysclasspath=last; set to false for re         


        
7条回答
  •  执笔经年
    2020-12-04 05:35

    i faced this same, i check in in program and feature. there was an update has install for jdk1.8 which is not compatible with my old setting(jdk1.6.0) for ant in eclipse. I install that update. right now, my ant project is build success.

    Try it, hope this will be helpful.

提交回复
热议问题