Index: /applications/editors/josm/plugins/build.xml
===================================================================
--- /applications/editors/josm/plugins/build.xml	(revision 20282)
+++ /applications/editors/josm/plugins/build.xml	(revision 20283)
@@ -1,4 +1,5 @@
 <project name="josm-plugins" default="build" basedir=".">
-    <target name="compile_josm">
+    <target name="compile_josm" unless="skip-josm">
+	<echo message="test"/>
         <ant dir="../core" target="dist" />
     </target>
Index: /applications/editors/josm/plugins/czechaddress/build.xml
===================================================================
--- /applications/editors/josm/plugins/czechaddress/build.xml	(revision 20282)
+++ /applications/editors/josm/plugins/czechaddress/build.xml	(revision 20283)
@@ -1,5 +1,4 @@
 <project name="czechaddress" default="dist" basedir=".">
     <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
-    <property name="josm.classpath"         value="../../core/build"/>
     <property name="plugin.dist.dir"        value="../../dist"/>
     <property name="plugin.build.dir"       value="build"/>
@@ -26,11 +25,5 @@
     <target name="compile" depends="init,revision"
             description="Compile the plugin and make it ready for running">
-
-        <fail message="You must firstly compile the JOSM itself"><condition><not>
-            <resourcecount count="1" when="ge">
-                <fileset id="josm" dir="${josm.classpath}"/>
-            </resourcecount>
-        </not></condition></fail>
-
+	    
         <javac srcdir="src"
                classpath="${josm}"
@@ -95,15 +88,4 @@
 
     <target name="run" depends="compile">
-        <fail message="You must firstly compile the JOSM itself">
-            <condition>
-                <not>
-                    <resourcecount count="1" when="gt">
-                        <fileset  includes="*" id="josm"
-                                 dir="${josm.classpath}"/>
-                    </resourcecount>
-                </not>
-            </condition>
-        </fail>
-
         <java classname="JOSM" fork="true">
             <jvmarg value="-Xmx1024m"/>
@@ -149,14 +131,4 @@
     <target name="debug" depends="compile"
             description="Debug CzechAddress with Netbeans">
-        <fail message="You must firstly compile the JOSM itself">
-            <condition>
-                <not>
-                    <resourcecount count="1" when="gt">
-                        <fileset dir="${josm.classpath}"
-                                 includes="*" id="josm"/>
-                    </resourcecount>
-                </not>
-            </condition>
-        </fail>
         <nbjpdastart addressproperty="jpda.address"
                      name="czechaddress"
