[OSM-dev] Deactivated some josm plugins in build.xml

Ulf Lamping ulf.lamping at web.de
Mon Oct 22 09:43:24 BST 2007


Joerg Ostertag (OSM Munich/Germany) schrieb:
> compile:
> ...
> [javac] /home/tweety/svn.openstreetmap.org/applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveAction.java:18
> : package livegps does not exist
>     [javac] import livegps.LiveGpsLayer;
>     [javac]               ^
>
> This seems to result from not having installed any .jar Files in my 
> ~/.josm/plugins/ directory. So I tried changing the following and it 
> compiles. Would that be sufficient or is this property used anywhere else?
>
>    +++ build.xml   (working copy)
> @@ -6,13 +6,13 @@
>           <property name="plugin.build.dir" value="bin"/>
>           <property name="plugin.name" value="${ant.project.name}"/>
>           <property name="plugin.jar" value="${plugin.name}.jar"/>
> -    <property name="livegpsplugin.jar" 
> value="${josm.home.dir}/plugins/livegps.jar"/>
> +         <property name="livegpsplugin.jar" value="../livegps/livegps.jar"/>
>  
> -
>   
I see the same error, but thought it was a "Windows only" build problem, 
so I wasn't mentioning it (for now) ...

Regards, ULFL




More information about the dev mailing list