vmassol     2003/06/16 00:50:38

  Modified:    src/conf driver.jelly
  Log:
  Always perform the copy when filtering is used. This is to ensure that the filtered 
file is always up to date with the filter definition.
  
  Revision  Changes    Path
  1.15      +2 -1      maven/src/conf/driver.jelly
  
  Index: driver.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/driver.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- driver.jelly      16 Jun 2003 07:03:41 -0000      1.14
  +++ driver.jelly      16 Jun 2003 07:50:37 -0000      1.15
  @@ -70,7 +70,8 @@
                   <j:set var="targetDirectory" 
value="${todir}/${resource.targetPath}"/>
                 </j:otherwise>
               </j:choose>
  -            <copy todir="${targetDirectory}" filtering="${resource.filtering}">
  +            <copy todir="${targetDirectory}" filtering="${resource.filtering}"
  +                overwrite="${resource.filtering}">
                 <fileset dir="${resource.directory}">
                   <j:if test="${resources.includes.isEmpty()}">
                     <include name="**/**"/>
  
  
  

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

Reply via email to