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/navigator/build.xml

    r6100 r7287  
    5151
    5252  <target name="compile" depends="init">
     53    <echo message="creating ${plugin.jar}"/>
    5354    <mkdir dir="${plugin.build.dir}"/>
     55
    5456    <javac srcdir="src" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
    5557      <classpath>
Note: See TracChangeset for help on using the changeset viewer.