Hi,

more specifically:

for

 <target name="compile_josm">
        <ant dir="../core" target="dist" />
  </target>

I'd need the JOSM source tree in
    http://svn.openstreetmap.org/applications/editors/josm/core
right? But the JOSM repository is somewhere else.

Of course I could check out both SVNs, modify build.xml slightly, build the
plugins and check them in. But if threre was an automatic build process
somewhere on an OSM server (is there?) I wonder how I could invoke the very
same process manually. Do I need shell access? Is there a web interface?

-- Karl

2009/4/7 Frederik Ramm <[email protected]>

> Hi,
>
>
> Karl Guggisberg wrote:
>
>> there was an error in the build.xml fo the tageditor plugin. I fixed it
>> some
>> days ago but the tageditor.jar in the dist directory is still broken.
>>
>> How can I test whether the build works? Can I invoke the build process
>> myself? How?
>>
>
> cd svn.openstreetmap.org/applications/editors/josm/plugins
> ant
>
> -> should build them all in ../dist
>
> Bye
> Frederik
>
_______________________________________________
josm-dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/josm-dev

Reply via email to