[josm-dev] Installation of josm plugin via eclipse

Jochen Willig willigjochen at yahoo.de
Tue Mar 25 15:48:37 UTC 2014


Hi,

 

I am planning to develop a plugin for JOSM-Editor. Therefore I checked out
the plugin environment
(http://svn.openstreetmap.org/applications/editors/josm )

into my Eclipse working directory. 

First I want to get familiar with JOSM-editor and the source code, therefor
I want to "play a little bit around" with existing plugins. 

Building josm-costom.jar and running it via Eclipse works fine, but
installing a plugin (openstreetbugs) via eclipse doesn't work.

*         ant compile works without errors

*         ant dist gives me the following:

 

Buildfile:
C:\Users\Jochen\workspace\00_josm\josm\plugins\openstreetbugs\build.xml

init:

compile:

     [echo] creating ../../dist/openstreetbugs.jar

    [javac]
C:\Users\Jochen\workspace\00_josm\josm\plugins\openstreetbugs\build.xml:15:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

revision:

     [exec] Execute failed: java.io.IOException: Cannot run program "svn":
CreateProcess error=2, Das System kann die angegebene Datei nicht finden

dist:

BUILD SUCCESSFUL

Total time: 1 second

 

*         ant install gives me this:

 

Buildfile:
C:\Users\Jochen\workspace\00_josm\josm\plugins\openstreetbugs\build.xml

init:

compile:

     [echo] creating ../../dist/openstreetbugs.jar

    [javac]
C:\Users\Jochen\workspace\00_josm\josm\plugins\openstreetbugs\build.xml:15:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

revision:

     [exec] Execute failed: java.io.IOException: Cannot run program "svn":
CreateProcess error=2, Das System kann die angegebene Datei nicht finden

dist:

install:

BUILD SUCCESSFUL

Total time: 980 milliseconds

 

Does anyone know what is wrong here?

 

Thank you so much for your answere!

 

Jochen



More information about the josm-dev mailing list