Index: applications/editors/josm/debian/make_install_files.sh
===================================================================
--- applications/editors/josm/debian/make_install_files.sh	(revision 5125)
+++ applications/editors/josm/debian/make_install_files.sh	(revision 5126)
@@ -30,8 +30,10 @@
 #)
 mkdir -p "$dst_path/usr/lib/josm"
+
 # ------------------------------------------------------------------
 # Compile the Jar Files 
 echo "Compile Josm"
 cd core
+ant clean
 ant compile || exit -1
 cd ..
@@ -39,4 +41,5 @@
 echo "Compile Josm Plugins"
 cd plugins
+ant clean
 ant build || exit -1
 cd ..
