jvanzyl     01/09/02 11:09:12

  Modified:    proposal/maven build.xml
  Log:
  - adding target for generating the dependency descriptor for a module
  
  Revision  Changes    Path
  1.3       +16 -0     jakarta-alexandria/proposal/maven/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/maven/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/08/28 06:34:32     1.2
  +++ build.xml 2001/09/02 18:09:12     1.3
  @@ -32,6 +32,17 @@
       />
     </target>
   
  +
  +  <target name="dd" depends="compile,init-tasks">
  +    <dd
  +      templatePath="src/templates/dd"
  +      controlTemplate="Control.vm"
  +      outputDirectory="work/dd"
  +      outputFile="report"
  +      workspace="test-workspace.xml"
  +    />
  +  </target>
  +
     <!-- ================================================================== -->
     <!-- E N V I R O N M E N T                                             -->
     <!-- ================================================================== -->
  @@ -195,6 +206,11 @@
     
       <taskdef name="maven"
         classname="org.apache.maven.Maven">
  +      <classpath refid="classpath"/>
  +    </taskdef>
  +    
  +    <taskdef name="dd"
  +      classname="org.apache.maven.DependencyDescriptor">
         <classpath refid="classpath"/>
       </taskdef>
       
  
  
  

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

Reply via email to