Author: nickboldt
Date: 2010-05-20 14:06:30 -0400 (Thu, 20 May 2010)
New Revision: 22219
Modified:
trunk/build/build.xml
Log:
make empty update site zips appear as [ERROR] in log
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-20 16:56:35 UTC (rev 22218)
+++ trunk/build/build.xml 2010-05-20 18:06:30 UTC (rev 22219)
@@ -1126,7 +1126,7 @@
<fail>Overall update site zip contains no features!</fail>
</then>
<else>
- <echo level="info">Update site zip for ${COMPONENTS.to.build}
contains no features!</echo>
+ <echo level="info"> [ERROR] Update site zip for
${COMPONENTS.to.build} contains no features!</echo>
</else>
</if>
</else>
Show replies by date