https://issues.apache.org/bugzilla/show_bug.cgi?id=53872
Priority: P2
Bug ID: 53872
Assignee: [email protected]
Summary: When using custom junit-frames.xsl in dir specified in
styledir="", the properties link on class does not
work.
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.8.3
Component: Core tasks
Product: Ant
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.
--
You are receiving this mail because:
You are the assignee for the bug.