brekke      02/03/17 18:25:47

  Modified:    src/templates/build build-metrics.xml
  Log:
  Along the same lines as the junit report target dependency change.  The generation 
of the reports does not need to depend on the compile target.  This again will allow 
the documention to be generated even if the source is not compiling.
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-turbine-maven/src/templates/build/build-metrics.xml
  
  Index: build-metrics.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-metrics.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build-metrics.xml 16 Mar 2002 05:12:25 -0000      1.11
  +++ build-metrics.xml 18 Mar 2002 02:25:47 -0000      1.12
  @@ -69,7 +69,7 @@
   
     <target 
       name="jdepend-xml" 
  -    depends="init,compile">
  +    depends="init">
   
       <taskdef name="dvsl" classname="org.apache.tools.dvsl.DVSLTask">
         <classpath>
  
  
  

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

Reply via email to