leif        2002/08/08 01:20:48

  Modified:    xmlbundle build.xml
  Log:
  docs.vsl still can't be found when run as part of the root ant dist build so 
it
  is getting commented out for now.
  
  Revision  Changes    Path
  1.33      +4 -0      jakarta-avalon-excalibur/xmlbundle/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 8 Aug 2002 07:42:27 -0000       1.32
  +++ build.xml 8 Aug 2002 08:20:48 -0000       1.33
  @@ -363,6 +363,9 @@
       </target>
   
       <target name="docs" depends="anakia-check" description="Generate 
documentation and website">
  +        <!-- Ant dist works when run from the xmlbundle but the docs.vsl 
file can't be found -->
  +        <!-- When run as part of the root ant dist -->
  +        <!--
           <taskdef name="anakia"
               classname="org.apache.velocity.anakia.AnakiaTask">
               <classpath refid="tools.class.path"/>
  @@ -376,6 +379,7 @@
               excludes="menu.xml"
               
velocitypropertiesfile="../site/src/stylesheets/velocity.properties"
               />
  +        -->
           
           <copy todir="${docs.dir}" filtering="off">
               <fileset dir="../site/src" includes="css/*.css" />
  
  
  

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

Reply via email to