Index: /applications/editors/josm/i18n/build.xml
===================================================================
--- /applications/editors/josm/i18n/build.xml	(revision 34261)
+++ /applications/editors/josm/i18n/build.xml	(revision 34262)
@@ -163,11 +163,12 @@
     <!-- If the plugin has a Transifex config file `.tx/config`, skip this target altogether -->
     <target name="plugintrans">
+        <basename file="${path}" property="dir"/>
         <if>
-            <available file="${plugin.dir}/${path}/.tx/config" type="file"/>
+            <available file="${plugin.dir}/${dir}/.tx/config" type="file"/>
             <then>
-                <echo message="Skip plugin ${path}, because it is translated with Transifex!"/>
+                <echo message="Skip plugin ${dir}, because it is translated with Transifex!"/>
             </then>
             <else>
-                <basename file="${path}" property="dir"/>
+                <echo message="Run plugintrans target for plugin ${dir}" level="info"/>
                 <mkdir dir="${po.build.dir}/plugin_${dir}"/>
                 <exec executable="perl" failonerror="true" output="${po.build.dir}/plugin_${dir}/trans_plugin.java">
