Changeset 16661 in osm for applications/editors/josm
- Timestamp:
- 2009-07-23T20:10:08+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/make_install_files.sh
r15969 r16661 140 140 echo "------------- Compile Josm" 141 141 cd core 142 $do_cleanup && ant -qclean 2>build.err143 ant -qdist >>build.log 2>>build.err142 $do_cleanup && ant clean 2>build.err 143 ant dist >>build.log 2>>build.err 144 144 rc=$? 145 145 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}" 147 149 exit -1 148 150 fi
Note:
See TracChangeset
for help on using the changeset viewer.