Ignore:
Timestamp:
2009-07-23T20:10:08+02:00 (15 years ago)
Author:
joerg
Message:

Be more verbose in case of josm compiler errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/debian/make_install_files.sh

    r15969 r16661  
    140140    echo "------------- Compile Josm"
    141141    cd core
    142     $do_cleanup && ant -q clean 2>build.err
    143     ant -q dist >>build.log 2>>build.err
     142    $do_cleanup && ant clean 2>build.err
     143    ant dist >>build.log 2>>build.err
    144144    rc=$?
    145145    if [ "$rc" -ne "0" ] ; then
    146         echo "${BG_RED}!!!!!!!!!! ERROR compiling josm core${NORMAL}"
     146        cat build.log build.err
     147        echo "${BG_RED}!!!!!!!!!! ERROR $rc compiling josm core${NORMAL}"
     148        echo "${BG_RED}!!!!!!!!!! See build.log build.err${NORMAL}"
    147149        exit -1
    148150    fi
Note: See TracChangeset for help on using the changeset viewer.