sanders     02/02/01 17:46:39

  Modified:    proposal/vindico/src/java/org/apache/alexandria/om Cvs.java
  Log:
  checkout of xml-xerces 1 was failing
  (possibly the tag attribute)
  Anyway, make the directory first
  
  Revision  Changes    Path
  1.5       +8 -4      
jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java
  
  Index: Cvs.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Cvs.java  2 Feb 2002 01:40:29 -0000       1.4
  +++ Cvs.java  2 Feb 2002 01:46:39 -0000       1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java,v
 1.4 2002/02/02 01:40:29 sanders Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/02/02 01:40:29 $
  + * $Header: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java,v
 1.5 2002/02/02 01:46:39 sanders Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/02/02 01:46:39 $
    *
    * ====================================================================
    *
  @@ -68,7 +68,7 @@
    * Cvs provides ...
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Scott Sanders</a>
  - * @version $Revision: 1.4 $ $Date: 2002/02/02 01:40:29 $
  + * @version $Revision: 1.5 $ $Date: 2002/02/02 01:46:39 $
    */
   public class Cvs {
   
  @@ -136,6 +136,10 @@
   
           helper.attribute("name", "cvs-" + parentProject.getName());
           helper.element("target");
  +
  +        //To fix a bug when you checkout a tagged tree on Win2K
  +        helper.attribute("dir", "${project.cvs.dir}");
  +        helper.element("mkdir", true);
   
           helper.attribute("message", "Calling cvs for " + parentProject.getName());
           helper.element("echo", true);
  
  
  

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

Reply via email to