Getting an error “Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.”

后端 未结 6 1778
無奈伤痛
無奈伤痛 2020-12-17 09:54

I am getting an error Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found. when I am trying to ant build on

6条回答
  •  自闭症患者
    2020-12-17 10:24

    One important thing missing from this StackOverflow page is that setting the correct ANT_HOME env var is absolutely vital and important, without this setting ant keeps telling the same error, regardless of where you copy the ant-contrib-1.0b3.jar on your file systems. This missing thing has costed me a few hours. =)

    However I receive this error without eclipse, in the pure ant.

提交回复
热议问题