[OSM-dev] Fwd: Error in nsis build
Joerg Ostertag (Munich)
openstreetmap at ostertag.name
Sat Mar 22 19:25:06 GMT 2008
Is this on purpose to include a fixed path unter
/usr/lib/josm/..
this will only work on a machine where a josm is installed or am I missing
anything?
--
Joerg
--- /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">
More information about the dev
mailing list