You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/03/06 12:00:59 UTC

cvs commit: jakarta-ant/proposal/myrmidon build.xml

donaldp     02/03/06 03:00:59

  Modified:    proposal/myrmidon build.xml
  Log:
  Add target to test generation of xdocs for types
  
  Revision  Changes    Path
  1.67      +10 -3     jakarta-ant/proposal/myrmidon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.xml	6 Mar 2002 09:33:08 -0000	1.66
  +++ build.xml	6 Mar 2002 11:00:59 -0000	1.67
  @@ -342,7 +342,7 @@
         <include name="org/apache/aut/**" />
         <include name="org/apache/tools/**" />
       </patternset>
  -    
  +
       <patternset id="myrmidon-container.include">
         <include name="org/apache/myrmidon/components/**" />
         <include name="org/apache/myrmidon/frontends/*" />
  @@ -389,6 +389,13 @@
   
     </target>
   
  +    <target name="test-xdocs" depends="antlib-descriptors" description="Generate documentation for antlibs">
  +        <!-- start to test xdocs generation -->
  +        <ant antfile="antlib.xml" target="antlib-docs">
  +            <property name="antlib.name" value="core"/>
  +        </ant>
  +    </target>
  +
     <!-- Package the jar files -->
     <target name="jars" depends="antlib-descriptors">
   
  @@ -544,7 +551,7 @@
     </target>
   
     <!-- Creates the distribution -->
  -  <target name="dist-lite" 
  +  <target name="dist-lite"
             depends="jars"
             description="Generates a minimal working distribution.">
   
  @@ -588,7 +595,7 @@
   
     </target>
   
  -  <target name="dist-extralite" 
  +  <target name="dist-extralite"
             description="A faster version of dist-lite (no XDoclet).">
         <property name="antlib-descriptors.omit" value="true"/>
         <antcall target="dist-lite"/>
  
  
  

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