Index: applications/editors/josm/plugins/videomapping/build.xml
===================================================================
--- applications/editors/josm/plugins/videomapping/build.xml	(revision 28807)
+++ applications/editors/josm/plugins/videomapping/build.xml	(revision 28808)
@@ -55,4 +55,17 @@
         <pathelement location="${log4j}"/>
     </path>
+    <!--
+    **********************************************************
+    ** compile - complies the source tree
+    ** Overrides the target from build-common.xml
+    **********************************************************
+    -->
+    <target name="compile" depends="init">
+        <echo message="compiling sources for ${plugin.jar} ..."/>
+        <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}">
+            <compilerarg value="-Xlint:deprecation"/>
+            <compilerarg value="-Xlint:unchecked"/>
+        </javac>
+    </target>
 
     <!--
