Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 33488)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 33489)
@@ -225,5 +225,10 @@
         </exec>
         <condition property="svn.info.fail">
-            <not><equals arg1="${svn.info.result}" arg2="0" /></not>
+            <not>
+                <and>
+                    <equals arg1="${svn.info.result}" arg2="0" />
+                    <length file="REVISION.XML" when="greater" length="1" />
+                </and>
+            </not>
         </condition>
     </target>
@@ -511,5 +516,5 @@
     <target name="checkstyle">
         <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/>
-        <checkstyle config="../00_core_tools/checkstyle/josm_checks.xml">
+        <checkstyle config="C:/SVN/josm/plugins/00_core_tools/checkstyle/josm_checks.xml">
             <fileset dir="${basedir}/src" includes="**/*.java" excludes="boofcv/**/*.java,
                                                                          com/google/**/*.java,
