Github user janmaterne commented on the issue:

    https://github.com/apache/ant-ivy/pull/36
  
    The JaCoCo 'logfile' seems to be a binary one. So it should not be named 
'*.log'. Maybe 'jacoco-log.bin'?
    
    In 'test-report' the <fail> should be the last statement, so we get the 
report created.
    
    Running the jacoco:report gives me an error:
      java.lang.IncompatibleClassChangeError: 
          class org.jacoco.core.internal.flow.ClassProbesVisitor has interface 
org.objectweb.asm.ClassVisitor as super class
      ...
      at 
org.apache.tools.ant.AntClassLoader.defineClassFromData(AntClassLoader.java:1149)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at org.jacoco.ant.ReportTask.createBundle(ReportTask.java:563)
      at org.jacoco.ant.ReportTask.createReport(ReportTask.java:542)
      at org.jacoco.ant.ReportTask.execute(ReportTask.java:495)
    
    Sync: we should think about having not only the xsl in sync. Also the 
checkstyle rules.
    
    Finding the CS rules: I also used trial&error: deactivate all rules and 
activate one after the other. (maybe several at once).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to