[jbosstools-commits] JBoss Tools SVN: r23366 - workspace/dgolovin/experimental-build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 9 19:39:57 EDT 2010


Author: dgolovin
Date: 2010-07-09 19:39:56 -0400 (Fri, 09 Jul 2010)
New Revision: 23366

Modified:
   workspace/dgolovin/experimental-build/parent-pom.xml
   workspace/dgolovin/experimental-build/pom.xml
Log:
module added to aggregate all *.es files generated during JUnit tests execution 

Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 23:00:58 UTC (rev 23365)
+++ workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 23:39:56 UTC (rev 23366)
@@ -561,6 +561,7 @@
 														<infileset dir="${project.build.directory}/emma" includes="*.es,*.em" />
 														<txt outfile="${project.build.directory}/emma/coverage.txt" />
 														<xml outfile="${project.build.directory}/emma/coverage.xml" />
+														<html outfile="${project.build.directory}/emma/coverage.xml" />
 													</report>
 												</emma>
 												<loadfile property="emma.txt"

Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml	2010-07-09 23:00:58 UTC (rev 23365)
+++ workspace/dgolovin/experimental-build/pom.xml	2010-07-09 23:39:56 UTC (rev 23366)
@@ -10,11 +10,10 @@
 </properties>
 <profiles>
 	
-	
 	<profile>
 		<id>libs</id>
 		<activation>
-			<activeByDefault>false</activeByDefault>
+			<activeByDefault>true</activeByDefault>
 		</activation>
 		<modules>
 			<module>${workspace.root.path}/build/libs</module>
@@ -57,6 +56,7 @@
 			<activeByDefault>true</activeByDefault>
 		</activation>
 		<modules>
+			<module>${workspace.root.path}/build/libs</module>
 			<module>${workspace.root.path}/tests</module>
 			<module>${workspace.root.path}/jmx</module>
 		</modules>
@@ -68,6 +68,7 @@
 			<activeByDefault>true</activeByDefault>
 		</activation>
 		<modules>
+			<module>${workspace.root.path}/build/libs</module>
 			<module>${workspace.root.path}/tests</module>
 			<module>${workspace.root.path}/archives</module>
 		</modules>
@@ -79,13 +80,26 @@
 			<activeByDefault>true</activeByDefault>
 		</activation>
 		<modules>
+			<module>${workspace.root.path}/build/libs</module>
 			<module>${workspace.root.path}/tests</module>
 			<module>${workspace.root.path}/jmx</module>
 			<module>${workspace.root.path}/archives</module>
-			<module>${workspace.root.path}/as</module>			
+			<module>${workspace.root.path}/as</module>
 		</modules>
 	</profile>
 
+	<profile>
+		<id>emma-coverage</id>
+		<activation>
+			<property>
+				<name>coverage</name>
+			</property>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/build/reports/emma-coverage</module>
+		</modules>
+	</profile>
+
 </profiles>
 
 </project>



More information about the jbosstools-commits mailing list