eclipse 报错信息
Could not create task or type of type: junit.
在eclipse中使用ant脚本、调用junit的task时会出现上述错误,解决方法:
1。将junit.jar 拷贝到eclipse的ant插件的目录下的lib中
2。在eclipse->windows->ant->runtime中设置ant加载的jar,增加一个外部的jar,将
添加的junit.jar加入到ant的classpath中。
原文:http://savegod.bokee.com/5402057.html