I am having trouble viewing the Properties >> link on my test result pages when using the junit task from Ant 1.8.2. Previously I was using Ant 1.7.0 and the Properties page rendered correctly.
Looking at the page source I can see a minor difference in the way the line.separator property is saved(?). The line.separator property from the junit task in 1.8.2 looks like this and the properties page comes up empty showing none of the properties. cur['line.separator'] = ' '; If I use Ant 1.7 and then view the source on test results page from it looks like this and the properties page comes up normally. cur['line.separator'] = ' '; Is there an easy remedy for this problem? Thanks, David