Changeset 16167 in josm for trunk/build.xml


Ignore:
Timestamp:
2020-03-17T21:38:34+01:00 (4 years ago)
Author:
simon04
Message:

see #16860 - Separate tools/ivy.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r16166 r16167  
    948948
    949949    <target name="spotbugs" depends="dist">
    950         <ivy:cachepath pathid="spotbugs.classpath" conf="spotbugs"/>
     950        <ivy:cachepath file="${tools.dir}/ivy.xml" pathid="spotbugs.classpath" conf="spotbugs"/>
    951951        <taskdef name="spotbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${toString:spotbugs.classpath}"/>
    952952        <spotbugs output="xml"
     
    964964
    965965    <target name="pmd" depends="init-properties">
    966         <ivy:cachepath pathid="pmd.classpath" conf="pmd"/>
     966        <ivy:cachepath file="${tools.dir}/ivy.xml" pathid="pmd.classpath" conf="pmd"/>
    967967        <taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpath="${toString:pmd.classpath}"/>
    968968        <pmd shortFilenames="true" cacheLocation="${pmd.dir}/cache" encoding="UTF-8">
Note: See TracChangeset for help on using the changeset viewer.