The <classpath> or <modulepath> for <junit> must include junit.jar if not in Ant's own classpath
复制junit.jar到ANT_HOME/lib目录下,重新刷新eclipse中的配置:
重新执行mvn test,或者直接执行build.xml的ant脚本。错误提示消失。
The <classpath> or <modulepath> for <junit> must include junit.jar if not in Ant's own classpath
复制junit.jar到ANT_HOME/lib目录下,重新刷新eclipse中的配置:
重新执行mvn test,或者直接执行build.xml的ant脚本。错误提示消失。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。