Index: /applications/editors/josm/debian/make_install_files.sh
===================================================================
--- /applications/editors/josm/debian/make_install_files.sh	(revision 16660)
+++ /applications/editors/josm/debian/make_install_files.sh	(revision 16661)
@@ -140,9 +140,11 @@
     echo "------------- Compile Josm"
     cd core
-    $do_cleanup && ant -q clean 2>build.err
-    ant -q dist >>build.log 2>>build.err
+    $do_cleanup && ant clean 2>build.err
+    ant dist >>build.log 2>>build.err
     rc=$?
     if [ "$rc" -ne "0" ] ; then 
-	echo "${BG_RED}!!!!!!!!!! ERROR compiling josm core${NORMAL}"
+	cat build.log build.err
+	echo "${BG_RED}!!!!!!!!!! ERROR $rc compiling josm core${NORMAL}"
+	echo "${BG_RED}!!!!!!!!!! See build.log build.err${NORMAL}"
 	exit -1 
     fi
