[Yanel-commits] rev 30844 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Mon Jan 28 10:48:57 CET 2008


Author: michi
Date: 2008-01-28 10:48:57 +0100 (Mon, 28 Jan 2008)
New Revision: 30844

Modified:
   public/yanel/trunk/src/build/yanel2resources.xsl
Log:
info added re start and end of compiling a resource which helps a lot when debugging for strange dependencies

Modified: public/yanel/trunk/src/build/yanel2resources.xsl
===================================================================
--- public/yanel/trunk/src/build/yanel2resources.xsl	2008-01-28 09:40:09 UTC (rev 30843)
+++ public/yanel/trunk/src/build/yanel2resources.xsl	2008-01-28 09:48:57 UTC (rev 30844)
@@ -35,6 +35,7 @@
       <echo>INFO: Do not compile: <xsl:value-of select="@src"/></echo>
     </xsl:when>
     <xsl:otherwise>
+      <echo>INFO: Start compiling resource <xsl:value-of select="@src"/></echo>
       <xsl:choose>
         <xsl:when test="starts-with(@src, '/') or string-length(substring-before(@src, ':/'))='1'">
     <ant inheritAll="false" antfile="{@src}/build.xml" target="compile">
@@ -55,6 +56,7 @@
     </ant>
         </xsl:otherwise>
       </xsl:choose>
+      <echo>INFO: End compiling resource <xsl:value-of select="@src"/></echo>
     </xsl:otherwise>
   </xsl:choose>
 </xsl:for-each>



More information about the Yanel-commits mailing list