Buildr to support newer versions of Testng
------------------------------------------
Key: BUILDR-612
URL: https://issues.apache.org/jira/browse/BUILDR-612
Project: Buildr
Issue Type: Dependency upgrade
Components: Test frameworks
Affects Versions: 1.4.6
Reporter: Tilman Keskinöz
Priority: Minor
Currently defaults to TestNG 5.10.
Latest version of TestNG is 6.10
Problem Description:
buildr supports overriding the testNG version used via build.yaml, but the
Artifact format has changed from "org.testng:testng:jar:jdk15:#{version}" to
"org.testng:testng:jar:#{version}" in test.rb line 311
I extended the TestNG class to change the artifact, which allowed me to update
to 5.12.1, but after 5.13 the commandline arguments of testng changed.
I am still in the process to find out how to modify the TestNG class.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira