testng-team / testng

TestNG testing framework
https://testng.org
Apache License 2.0
1.98k stars 1.02k forks source link

ant-task "reporter" sub-element no longer recognized in testng 5.14.2 #17

Closed asflierl closed 13 years ago

asflierl commented 13 years ago

no longer works inside the ant task

a recent change (by nullin) made the ReporterConfig class package-private but I think it needs to be public for ant to recognize it

nullin commented 13 years ago

http://github.com/nullin/testng/commit/a4779524b59330e98ee596c5faa43ae1b33ff844

wondering how it was working before. It seems to have been broken for a long time now.

asflierl commented 13 years ago

works again after your fix, thank you