[
https://issues.jboss.org/browse/ARQ-1387?page=com.atlassian.jira.plugin.s...
]
yangju commented on ARQ-1387:
-----------------------------
<weld.extensions.version>1.1.Final-redhat-1</weld.extensions.version>
<hibernate.version>4.1.3.Final-redhat-1</hibernate.version>
<jboss.bom.version>1.0.0.M12-redhat-1</jboss.bom.version>
<seam3.version>3.1.0.Beta3</seam3.version>
<jsf.version>2.1.7-redhat-1</jsf.version>
<arquillian.version>1.0.2.Final</arquillian.version>
<selenium.version>2.24.1</selenium.version>
<mongo.driver.version>2.9.0</mongo.driver.version>
<morphia.version>0.99</morphia.version>
<sonarVersion>2.2</sonarVersion>
<uel.version>2.1.2-b04</uel.version>
<resteasy.version>2.3.3.Final</resteasy.version>
<infinispan.version>5.1.4.FINAL-redhat-1</infinispan.version>
<maven.build.timestamp.format>MMMM dd, yyyy 'at' hh:mm
aa</maven.build.timestamp.format>
<buildNumber>${maven.build.timestamp}</buildNumber>
<deployFarmName>dev</deployFarmName>
<version.org.jboss.arquillian.graphene>2.0.0.Alpha1</version.org.jboss.arquillian.graphene>
<metrics.version>3.0.0-BETA2</metrics.version>
<pentaho.version>4.4.0-stable</pentaho.version>
<jacoco.version>0.6.4.201312101107</jacoco.version>
Above is all the versions for different artifact but I don't see one defined for ASM.
What version we should use for that?
Support code coverage for jar/war deployed by ZipImporter
---------------------------------------------------------
Key: ARQ-1387
URL:
https://issues.jboss.org/browse/ARQ-1387
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Jacoco
Affects Versions: jacoco_1.0.0.Alpha5
Environment: jdk 1.7, org.jacoco.core.0.6.2.20130203000
Reporter: Andy Ma
Assignee: Aslak Knutsen
Labels: arquillian-jacoco, jacoco
Fix For: jacoco_1.0.0.Alpha6
If deployed with ZipImporter like:
ShrinkWrap.create(ZipImporter.class, name)
.importFrom(new File(MODULE_PATH + "/" + name)).as(WebArchive.class);
the code coverage of imported archive can not be reported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira