Ignore:
Timestamp:
2008-04-06T21:10:11+02:00 (17 years ago)
Author:
joerg
Message:

josm/plugins/*/build.xml: add echo to identify which compile failes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/build.xml

    r6709 r7287  
    1313  <property name="josm.build.dir"       value="../../core/"/>
    1414  <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/>
    15   <!-- <property name="josm"                    location="../../JOSM/dist/josm-custom.jar" /> -->
    1615  <property name="josm"                 location="../../core/dist/josm-custom.jar" />
    1716  <property name="plugin.build.dir"     value="build"/>
     
    5655
    5756  <target name="compile" depends="init">
     57    <echo message="creating ${plugin.jar}"/>
    5858    <mkdir dir="${plugin.build.dir}"/>
    5959    <javac srcdir="livegps" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
     
    6161        <pathelement path="${josm.build.dir}/build"/>
    6262        <fileset dir="${josm.build.dir}/lib">
    63           <include name="/usr/lib/josm/josm.jar"/>
     63          <include name="../core/build/josm.jar"/>
    6464          <include name="**/*.jar"/>
    6565        </fileset>
Note: See TracChangeset for help on using the changeset viewer.