Bug 53872

Summary: When using custom junit-frames.xsl in dir specified in styledir="", the properties link on class does not work.
Product: Ant Reporter: Mike Miles <mmiles>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: normal CC: mmiles
Priority: P2    
Version: 1.8.3   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Mike Miles 2012-09-14 16:35:36 UTC
I cannot find information on this anywhere.

I have taken the default junit-frames.xsl file and copied it to a style folder in my project and modifying it for logo and company-project identities. 

I am executing automated JUnit unit tests and reports via ant script. I am trying to customize the report style for our company and project, while still keeping the default information layouts including system properties and output.

The problem I am running into is that when I use the styledir="[my style folder]", I can drill down just like in the default junit-frames.xsl and view everything as before except the properties link on the Class->Tests page. Now, if I copy the same file into the Apache Ant etc folder (default location) and run the ant script with out the styledir="..." option, it works fine. The data is in the unit report output, it just won't display in the html.

Why won't it work with a custom file using the styledir="..." option? This apparently is broken, or am I just not finding it.