Author: nickboldt
Date: 2010-04-30 12:58:32 -0400 (Fri, 30 Apr 2010)
New Revision: 21837
Modified:
branches/modular_build/build/build.xml
Log:
add suffix to timestamp so we know what component is being built
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-30 16:56:28 UTC (rev 21836)
+++ branches/modular_build/build/build.xml 2010-04-30 16:58:32 UTC (rev 21837)
@@ -187,7 +187,7 @@
<attribute name="op" />
<sequential>
<!-- check out or update -->
- <now/>
+ <now>Fetch @{COMPONENT}</now>
<if>
<equals arg1="@{op}" arg2="up" />
<then>
@@ -330,7 +330,7 @@
<for param="COMPONENT" list="${COMPONENTS.to.build}"
delimiter=",
">
<sequential>
- <now>@{COMPONENT}</now>
+ <now>Build @{COMPONENT}</now>
<!-- If poms already exist, DO NOT OVERWRITE unless
overwrite.existing.pom.xml=true -->
<ant antfile="genpom.xml" target="run"
dir="${WORKINGDIR}">
<property name="COMPONENT" value="@{COMPONENT}" />
@@ -398,7 +398,7 @@
</if>
</sequential>
</for>
- <now />
+ <now>@{COMPONENT} build done.</now>
</target>
<target name="collect.test.results">
Show replies by date