https://bz.apache.org/bugzilla/show_bug.cgi?id=60485
--- Comment #1 from Stefan Bodewig <[email protected]> --- There seems to be a different version of Ant installed globally on your machine. The Ant wrapper script sources some files from /etc if present, so the global installation may leak into your setup regardless. I guess the key is "core tasks : 1.8.2 in file:/Library/Java/Extensions/selenium-html-runner-3.0.1.jar" - whatever has put Selenium there, it takes precedence. There is no reason to add $ANT_HOME/lib to the CLASSPATH (this won't have any effect anyway). You should probably unset CLASSPATH altogether ant try again. -- You are receiving this mail because: You are the assignee for the bug.
