rubys       01/10/08 11:54:02

  Modified:    proposal/gump gen.bat
               proposal/gump/profile gump.xml
               proposal/gump/project jakarta-avalon.xml
               proposal/gump/stylesheet bash.xsl win2k.xsl
  Added:       proposal/gump/project resolver.xml
  Log:
  Make progress towards building avalon's docs...
  
  Revision  Changes    Path
  1.12      +16 -16    jakarta-alexandria/proposal/gump/gen.bat
  
  Index: gen.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/gen.bat,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- gen.bat   2001/10/07 21:16:29     1.11
  +++ gen.bat   2001/10/08 18:54:02     1.12
  @@ -23,76 +23,76 @@
   echo Merging projects into workspace
   if exist classes rmdir /s /q classes
   mkdir classes
  -javac -d classes java/*.java
  +timex javac -d classes java/*.java
   if errorlevel 1 goto fail
   jar cf jenny.jar -C classes .
   if errorlevel 1 goto fail
   echo.
  -java -Duser.home=%HOME% -classpath jenny.jar;%CLASSPATH% Jenny %SOURCE%
  +timex java -Duser.home=%HOME% -classpath jenny.jar;%CLASSPATH% Jenny %SOURCE%
   if not errorlevel 0 goto fail
   
   REM ********************************************************************
   
   echo Generating checkout instructions
  -java org.apache.xalan.xslt.Process -xml -in work\sorted.xml -xsl 
stylesheet\update.xsl -out work\update.xml
  +timex java org.apache.xalan.xslt.Process -xml -in work\sorted.xml -xsl 
stylesheet\update.xsl -out work\update.xml
   if not errorlevel 0 goto fail
   
   echo Applying web site stylesheet
  -java org.apache.xalan.xslt.Process -EDUMP -xml -in work\update.xml -xsl 
stylesheet\jakarta.xsl -out work\updatesite.xml
  +timex java org.apache.xalan.xslt.Process -EDUMP -xml -in work\update.xml -xsl 
stylesheet\jakarta.xsl -out work\updatesite.xml
   if not errorlevel 0 goto fail
   
   echo Generating update script
  -java org.apache.xalan.xslt.Process -EDUMP -text -in work\updatesite.xml -xsl 
stylesheet\win2k.xsl -out work\update.bat
  +timex java org.apache.xalan.xslt.Process -EDUMP -text -in work\updatesite.xml -xsl 
stylesheet\win2k.xsl -out work\update.bat
   if not errorlevel 0 goto fail
   
   REM ********************************************************************
   
   echo Generating build definition
  -java org.apache.xalan.xslt.Process -EDUMP -indent 2 -xml -in work\sorted.xml -xsl 
stylesheet\build.xsl -out work\build.xml
  +timex java org.apache.xalan.xslt.Process -EDUMP -indent 2 -xml -in work\sorted.xml 
-xsl stylesheet\build.xsl -out work\build.xml
   if not errorlevel 0 goto fail
   
   echo Applying web site stylesheet
  -java org.apache.xalan.xslt.Process -EDUMP -xml -in work\build.xml -xsl 
stylesheet\jakarta.xsl -out work\buildsite.xml
  +timex java org.apache.xalan.xslt.Process -EDUMP -xml -in work\build.xml -xsl 
stylesheet\jakarta.xsl -out work\buildsite.xml
   if not errorlevel 0 goto fail
   
   echo Generating build script
  -java org.apache.xalan.xslt.Process -EDUMP -text -in work\buildsite.xml -xsl 
stylesheet\win2k.xsl -out work\build.bat
  +timex java org.apache.xalan.xslt.Process -EDUMP -text -in work\buildsite.xml -xsl 
stylesheet\win2k.xsl -out work\build.bat
   if not errorlevel 0 goto fail
   
   REM ********************************************************************
   
   echo Generate crossreference data
  -java org.apache.xalan.xslt.Process -xml -in work\merge.xml -xsl stylesheet\xref.xsl 
-out work\xref.xml
  +timex java org.apache.xalan.xslt.Process -xml -in work\merge.xml -xsl 
stylesheet\xref.xsl -out work\xref.xml
   if not errorlevel 0 goto fail
   
   echo Applying web site stylesheet
  -java org.apache.xalan.xslt.Process -EDUMP -xml -in work\xref.xml -xsl 
stylesheet\jakarta.xsl -out work\xrefsite.xml
  +timex java org.apache.xalan.xslt.Process -EDUMP -xml -in work\xref.xml -xsl 
stylesheet\jakarta.xsl -out work\xrefsite.xml
   if not errorlevel 0 goto fail
   
   echo Generating xref script
  -java org.apache.xalan.xslt.Process -EDUMP -text -in work\xrefsite.xml -xsl 
stylesheet\win2k.xsl -out work\xref.bat
  +timex java org.apache.xalan.xslt.Process -EDUMP -text -in work\xrefsite.xml -xsl 
stylesheet\win2k.xsl -out work\xref.bat
   if not errorlevel 0 goto fail
   
   REM ********************************************************************
   
   echo Generate script to publish all xml source files
  -java org.apache.xalan.xslt.Process -text -in work\merge.xml -xsl 
stylesheet\win2k.xsl -out work\puball.bat
  +timex java org.apache.xalan.xslt.Process -text -in work\merge.xml -xsl 
stylesheet\win2k.xsl -out work\puball.bat
   if not errorlevel 0 goto fail
   
   echo Generate template for publishing an xml source file
  -java org.apache.xalan.xslt.Process -xml -in work\merge.xml -xsl 
stylesheet\publish.xsl -out work\publish.xml
  +timex java org.apache.xalan.xslt.Process -xml -in work\merge.xml -xsl 
stylesheet\publish.xsl -out work\publish.xml
   if not errorlevel 0 goto fail
   
   echo Applying web site stylesheet
  -java org.apache.xalan.xslt.Process -EDUMP -xml -in work\publish.xml -xsl 
stylesheet\jakarta.xsl -out work\pubsite.xml
  +timex java org.apache.xalan.xslt.Process -EDUMP -xml -in work\publish.xml -xsl 
stylesheet\jakarta.xsl -out work\pubsite.xml
   if not errorlevel 0 goto fail
   
   echo Generating publish script
  -java org.apache.xalan.xslt.Process -EDUMP -text -in work\pubsite.xml -xsl 
stylesheet\win2k.xsl -out work\publish.bat
  +timex java org.apache.xalan.xslt.Process -EDUMP -text -in work\pubsite.xml -xsl 
stylesheet\win2k.xsl -out work\publish.bat
   if not errorlevel 0 goto fail
   
   echo Generate editing instructions
  -java org.apache.xalan.xslt.Process -text -in work\merge.xml -xsl 
stylesheet\sedmap.xsl -out work\map.pl
  +timex java org.apache.xalan.xslt.Process -text -in work\merge.xml -xsl 
stylesheet\sedmap.xsl -out work\map.pl
   if not errorlevel 0 goto fail
   
   REM ********************************************************************
  
  
  
  1.32      +2 -0      jakarta-alexandria/proposal/gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- gump.xml  2001/10/01 17:33:15     1.31
  +++ gump.xml  2001/10/08 18:54:02     1.32
  @@ -104,6 +104,7 @@
     <module href="project/jta.xml"/>
     <module href="project/jts.xml"/>
     <module href="project/ldap.xml"/>
  +  <module href="project/resolver.xml"/>
     <module href="project/tranquilo.xml"/>
   
     <!-- Installed packages -->
  @@ -123,6 +124,7 @@
     <project name="jta"            package="jta-spec1_0_1"/>
     <project name="jts"            package="jts1_0"/>
     <project name="ldap"           package="ldap-1_2_3"/>
  +  <project name="resolver"       package="resolver-0_2"/>
     <project name="tranquilo"      package="xsdlib-20010424"/>
   
     <!-- CVS Repository definitions -->
  
  
  
  1.29      +2 -0      jakarta-alexandria/proposal/gump/project/jakarta-avalon.xml
  
  Index: jakarta-avalon.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-avalon.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- jakarta-avalon.xml        2001/09/14 12:00:01     1.28
  +++ jakarta-avalon.xml        2001/10/08 18:54:02     1.29
  @@ -35,7 +35,9 @@
       <depend project="xml-xalan2"/>
       <depend project="bsf"/>
       <depend project="rhino"/>
  +    <depend project="jakarta-avalon-excalibur"/>
       <depend project="jakarta-avalon-site"/>
  +    <depend project="resolver"/>
     </project>
   
     <project name="jakarta-avalon-exceptionutil">
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/project/resolver.xml
  
  Index: resolver.xml
  ===================================================================
  <module name="resolver">
  
    <url href="http://www.sun.com/xml/developers/resolver/"/>
    <description>
      XML Entity and URI Resolvers
    </description>
    
    <project name="resolver">
      <jar  name="resolver.jar"/>
    </project>
  
  </module>
  
  
  
  1.53      +5 -0      jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
  
  Index: bash.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- bash.xsl  2001/10/08 16:13:50     1.52
  +++ bash.xsl  2001/10/08 18:54:02     1.53
  @@ -77,6 +77,11 @@
     </xsl:template>
   
     <xsl:template match="build//project">
  +    <xsl:if test="@name='clean'">
  +      <xsl:text>fi&#10;</xsl:text>
  +      <xsl:text>&#10;if test $all; then&#10;</xsl:text>
  +    </xsl:if>
  +
       <xsl:text>echo Building </xsl:text>
       <xsl:value-of select="@name"/>
       <xsl:text>&#10;</xsl:text>
  
  
  
  1.23      +4 -4      jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl
  
  Index: win2k.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- win2k.xsl 2001/10/08 16:10:50     1.22
  +++ win2k.xsl 2001/10/08 18:54:02     1.23
  @@ -33,6 +33,10 @@
     </xsl:template>
   
     <xsl:template match="build//project">
  +    <xsl:if test="@name='clean'">
  +      <xsl:text>if "%1"=="all" goto end_clean&#10;</xsl:text>
  +    </xsl:if>
  +
       <xsl:text>&#10;echo Building </xsl:text>
       <xsl:value-of select="@name"/>
       <xsl:text>&#10;</xsl:text>
  @@ -224,10 +228,6 @@
     <!-- =================================================================== -->
   
     <xsl:template match="logic">
  -    <xsl:if test="@name='clean'">
  -      <xsl:text>if "%1"=="all" goto end_clean&#10;</xsl:text>
  -    </xsl:if>
  -
       <xsl:text>echo ^&lt;XMP^> %OUT%&#10;</xsl:text>
   
       <xsl:text>:</xsl:text>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to