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 ru...@apache.org on 2002/12/10 03:59:56 UTC

cvs commit: jakarta-alexandria/proposal/gump/stylesheet bash.xsl

rubys       2002/12/09 18:59:56

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Bootstrap-ojb on gump.covalent.net is failing with:
  Missing prereq /data/gump/jars/latest/hsqldb/classes from hsqldb
  
  Revision  Changes    Path
  1.82      +1 -1      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.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- bash.xsl	24 Jul 2002 11:34:37 -0000	1.81
  +++ bash.xsl	10 Dec 2002 02:59:56 -0000	1.82
  @@ -536,7 +536,7 @@
   
         <xsl:text>test -f </xsl:text>
         <xsl:value-of select="translate(@file,'\','/')"/>
  -      <xsl:text> &amp;&amp; eval "cp </xsl:text>
  +      <xsl:text> &amp;&amp; eval "cp -r </xsl:text>
         <xsl:value-of select="translate(@file,'\','/')"/>
         <xsl:text> </xsl:text>
         <xsl:value-of select="translate(@todir,'\','/')"/>
  
  
  

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


Re: cvs commit: jakarta-alexandria/proposal/gump/stylesheet bash.xsl

Posted by Stefan Bodewig <bo...@apache.org>.
On 10 Dec 2002, <ru...@apache.org> wrote:

>   Bootstrap-ojb on gump.covalent.net is failing with:
>   Missing prereq /data/gump/jars/latest/hsqldb/classes from hsqldb

Oops.

Good that you've fixed it (even though <jar> has never been meant to
point to a directory).  This was supposed to be preliminary until
hsqldb put all classes into a single jar again.

I'll verify whether it is still needed.

Stefan

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