Changeset 5156 in osm for applications/editors/josm/debian


Ignore:
Timestamp:
2007-10-24T20:46:00+02:00 (17 years ago)
Author:
joerg
Message:

josm compile(nsis/debian): reduce verbosity while compiling

File:
1 edited

Legend:

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

    r5126 r5156  
    3535echo "Compile Josm"
    3636cd core
    37 ant clean
    38 ant compile || exit -1
     37ant -q clean
     38ant -q compile || exit -1
    3939cd ..
    4040
    4141echo "Compile Josm Plugins"
    4242cd plugins
    43 ant clean
    44 ant build || exit -1
     43ant -q clean
     44ant -q dist|| exit -1
    4545cd ..
    4646
Note: See TracChangeset for help on using the changeset viewer.