ant warning: “'includeantruntime' was not set”

前端 未结 7 1110
眼角桃花
眼角桃花 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:30

    If you like me work from commandline the quick answer is executing

    export ANT_OPTS=-Dbuild.sysclasspath=ignore
    

    And then run your ant script again.

提交回复
热议问题