sanders     02/02/02 20:20:02

  Modified:    proposal/vindico/src/java/org/apache/alexandria/om Ant.java
  Log:
  Must explicitly depend on our jar which contains
  the xml logger for Ant.
  
  Revision  Changes    Path
  1.7       +6 -4      
jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Ant.java
  
  Index: Ant.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Ant.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Ant.java  3 Feb 2002 03:47:18 -0000       1.6
  +++ Ant.java  3 Feb 2002 04:20:01 -0000       1.7
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Ant.java,v
 1.6 2002/02/03 03:47:18 sanders Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/02/03 03:47:18 $
  + * $Header: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Ant.java,v
 1.7 2002/02/03 04:20:01 sanders Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/02/03 04:20:01 $
    *
    * ====================================================================
    *
  @@ -71,7 +71,7 @@
    * Ant provides ...
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Scott Sanders</a>
  - * @version $Revision: 1.6 $ $Date: 2002/02/03 03:47:18 $
  + * @version $Revision: 1.7 $ $Date: 2002/02/03 04:20:01 $
    */
   public class Ant implements IScript {
   
  @@ -158,6 +158,8 @@
           helper.element("arg", true);
   
           helper.element("classpath");
  +        helper.attribute("location", "${basedir}/vindico-ant.jar");
  +        helper.element("pathelement", true);
           getParentProject().addDependenciesToClasspath(helper);
           helper.popElement();
   
  
  
  

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

Reply via email to