Have junitreport load styles from JAR

2014-04-19 Thread Marcel Stör
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:

Re: Have junitreport load styles from JAR

2014-04-19 Thread Antoine Levy Lambert
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