Looking at the source of
org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer#getStylesheet
I see no way I could pack my style sheets into a JAR file and reference
them in the junitreport.report.styledir parameter.
Is that assumption correct?
I'd need something like this:
Hello Marcel,
you are unfortunately right, there is no way you can use directly stylesheets
from a jar file.
What you can do is have ant extract the stylesheets from the jar file for you
and use them afterwards.
Not particularly elegant but will work.
Regards,
Antoine
On Apr 19, 2014, at 5:4