Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 11667)
+++ /trunk/build.xml	(revision 11668)
@@ -697,5 +697,5 @@
         <echo message="Checking editor imagery difference"/>
         <groovy src="scripts/SyncEditorLayerIndex.groovy" classpath="${dist.dir}/josm-custom.jar">
-                <!--<arg value="-nomissingeli"/>-->
+                <arg value="-noskip"/>
         </groovy>
     </target>
Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11667)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11668)
@@ -334,8 +334,8 @@
                 if (jd.isEmpty()) {
                     myprintln "- Missing JOSM date (${t}): ${getDescription(j)}"
-                } else if (t.isEmpty()) {
+                } else if (!ed.isEmpty()) {
+                    myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
+                } else if (!options.nomissingeli) {
                     myprintln "+ Missing ELI date ('${jd}'): ${getDescription(j)}"
-                } else {
-                    myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
                 }
             }
