glennm      2002/06/03 18:18:33

  Modified:    src/templates/build/plugins/metrics build.xml
  Log:
  Glenn McAllister - 2002/06/03
  
  - Fix that lets JDepends work with a path that has spaces.
  
  Submitted by:   James Macgill
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-turbine-maven/src/templates/build/plugins/metrics/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/metrics/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 15 May 2002 19:17:44 -0000      1.1
  +++ build.xml 4 Jun 2002 01:18:33 -0000       1.2
  @@ -53,7 +53,7 @@
         classname="jdepend.textui.JDepend" 
         fork="yes" 
         failonerror="yes">
  -      <arg line="-file ${maven.build.dir}/jdepend-report.txt ${maven.build.dest}"/>
  +      <arg line="-file '${maven.build.dir}/jdepend-report.txt' 
'${maven.build.dest}'"/>
         <classpath>
            <path refid="maven-classpath"/>
            <path refid="maven.dependency.classpath"/>
  @@ -100,7 +100,7 @@
         classname="jdepend.xmlui.JDepend" 
         fork="yes" 
         failonerror="yes">
  -      <arg line="-file ${maven.build.dir}/jdepend-raw-report.xml 
${maven.build.dest}"/>
  +      <arg line="-file '${maven.build.dir}/jdepend-raw-report.xml' 
'${maven.build.dest}'"/>
         <classpath>
           <path refid="maven-classpath"/>
           <path refid="maven.dependency.classpath"/>
  
  
  

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

Reply via email to