Is this on Purpose? Having an absolute path for the include path? This might only work with an installed josm? Or is it also working with a locally created, but not installed josm?
-- Jörg (Germany, Munich) http://www.ostertag.name/ irc://irc.oftc.net/#osm Tel.: +49 89 420950304 Skype: JoergOstertag
--- Begin Message ------ /var/www/build_files/plugins/livegps/build.xml 2007-12-27 08:23:46.000000000 +0100 +++ plugins/livegps/build.xml 2008-03-12 21:21:46.220643939 +0100 @@ -9,8 +9,10 @@ </condition> <!-- compilation properties --> - <property name="josm.build.dir" value="../../core"/> + <!--<property name="josm.build.dir" value="../../JOSM/"/> --> + <property name="josm.build.dir" value="../../core/"/> <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/> + <!-- <property name="josm" location="../../JOSM/dist/josm-custom.jar" /> --> <property name="josm" location="../../core/dist/josm-custom.jar" /> <property name="plugin.build.dir" value="build"/> <property name="plugin.dist.dir" value="../../dist"/> @@ -58,6 +60,7 @@ <classpath> <pathelement path="${josm.build.dir}/build"/> <fileset dir="${josm.build.dir}/lib"> + <include name="/usr/lib/josm/josm.jar"/> <include name="**/*.jar"/> </fileset> <pathelement location="${plugin.jar}"/> @@ -67,6 +70,7 @@ <target name="install" depends="dist"> <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/> + <copy file="liveGPS.conf" todir="${josm.plugins.dir}/livegps/" /> </target> <target name="init">
--- End Message ---
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

