You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by di...@apache.org on 2003/01/01 08:32:20 UTC

cvs commit: jakarta-gump/stylesheet win2k.xsl

dion        2002/12/31 23:32:20

  Modified:    stylesheet win2k.xsl
  Log:
  Added debug echo's to a few more places
  
  Revision  Changes    Path
  1.41      +3 -0      jakarta-gump/stylesheet/win2k.xsl
  
  Index: win2k.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/stylesheet/win2k.xsl,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- win2k.xsl	1 Jan 2003 06:46:43 -0000	1.40
  +++ win2k.xsl	1 Jan 2003 07:32:20 -0000	1.41
  @@ -62,6 +62,7 @@
   
     <xsl:template match="update">
       <xsl:text>@echo off&#10;</xsl:text>
  +    <xsl:text>@if "%GUMP_ECHO%" == "on" echo %GUMP_ECHO%&#10;</xsl:text>
       <xsl:text>SETLOCAL&#10;</xsl:text>
   
       <xsl:text>chdir /d </xsl:text>
  @@ -120,6 +121,7 @@
   
     <xsl:template match="publish">
       <xsl:text>@echo off&#10;</xsl:text>
  +    <xsl:text>@if "%GUMP_ECHO%" == "on" echo %GUMP_ECHO%&#10;</xsl:text>
       <xsl:text>echo - %1&#10;</xsl:text>
       <xsl:text>SET OUT=^&gt;^&gt;%2&#10;</xsl:text>
       <xsl:apply-templates/>
  @@ -145,6 +147,7 @@
       <xsl:variable name="logdir"  select="translate(@logdir,  '/', '\')"/>
   
       <xsl:text>@echo off&#10;</xsl:text>
  +    <xsl:text>@if "%GUMP_ECHO%" == "on" echo %GUMP_ECHO%&#10;</xsl:text>
   
       <xsl:text>if not exist </xsl:text>
       <xsl:value-of select="$basedir"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>