Author: nickboldt
Date: 2010-05-21 21:43:00 -0400 (Fri, 21 May 2010)
New Revision: 22256
Modified:
trunk/build/build.xml
Log:
add collect.test.results.for.hudson target so we can call this AFTER a pure maven build to
just collect tests
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-22 01:22:11 UTC (rev 22255)
+++ trunk/build/build.xml 2010-05-22 01:43:00 UTC (rev 22256)
@@ -544,7 +544,7 @@
</if>
</target>
- <target name="collect.test.results.for.hudson" description="collect
test results after a pure maven build so Hudson has something to see">
+ <target name="collect.test.results.for.hudson" depends="init"
if="isInHudson" description="collect test results after a pure maven build
so Hudson has something to see">
<var name="tests.results.found" value="false" />
<for param="test.dir">
<path>
Show replies by date