Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-11 Thread Brett Henderson
On Wed, Nov 11, 2009 at 10:52 PM, wrote: > On Wed, 11 Nov 2009 22:37:27 +1100, Brett Henderson > wrote: > >> http://ant.apache.org/manual/CoreTasks/jar.html > >> That would be the sub-element. > >> > > > > Unless I'm misunderstanding the attribute element that's not quite what I > > meant. > >

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-11 Thread marcus.wolschon
On Wed, 11 Nov 2009 22:37:27 +1100, Brett Henderson wrote: >> http://ant.apache.org/manual/CoreTasks/jar.html >> That would be the sub-element. >> > > Unless I'm misunderstanding the attribute element that's not quite what I > meant. > > I already have the following snippet in build.xml. >

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-11 Thread Brett Henderson
On Wed, Nov 11, 2009 at 4:03 PM, Marcus Wolschon < marcus.wolsc...@googlemail.com> wrote: > On Tue, Nov 10, 2009 at 11:03 PM, Brett Henderson > wrote: > > >>> Changing osmosis.bat is not the problem but how can I do an entry > > Does > > anybody know how to build a classpath list based on the jar

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread Marcus Wolschon
On Tue, Nov 10, 2009 at 11:03 PM, Brett Henderson wrote: >>> Changing osmosis.bat is not the problem but how can I do an entry > Does > anybody know how to build a classpath list based on the jars contained in a > directory within ant? http://ant.apache.org/manual/CoreTasks/jar.html That would b

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread Kai Behncke
il.com > An: Kai Behncke > CC: osmosis-dev@openstreetmap.org > Betreff: Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException) > On Tue, 10 Nov 2009 12:36:32 +0100, "Kai Behncke" > wrote: > > Hi Marcus, > > > >> Changing the .bat will be e

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread marcus.wolschon
On Tue, 10 Nov 2009 12:36:32 +0100, "Kai Behncke" wrote: > Hi Marcus, > >> Changing the .bat will be enough to make it work. >> > I hoped it would be but in my case it does not work. > > I did: > > > --- > %MYAPP_HOME%\osmosis.jar;%MYAPP_HOME\lib\test\jpf-1.5.jar;%MYAPP_HOME%\lib\comm

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread Kai Behncke
Hi Marcus, > Changing the .bat will be enough to make it work. > I hoped it would be but in my case it does not work. I did: --- REM MAINCLASS=org.openstreetmap.osmosis.core.Osmosis REM EXEC="$JAVACMD -cp $MYAPP_HOME/osmosis.jar:$MYAPP_HOME/lib/test/jpf-1.5.jar:osmosis.jar:$MYAPP_HOME

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread marcus.wolschon
On Tue, 10 Nov 2009 12:24:12 +0100, "Kai Behncke" wrote: > Dear Marcus, > > > thank you very much (and sorry for crossposting :-) ). > >> osmosis.bat /bin/osmosis both seem to be missing lib/test/jpf-1.5.jar in >> -cp >> and osmosis.jar is missing a "class-path: " -entry in it's manifest to >>

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread Kai Behncke
Dear Marcus, thank you very much (and sorry for crossposting :-) ). > osmosis.bat /bin/osmosis both seem to be missing lib/test/jpf-1.5.jar in > -cp > and osmosis.jar is missing a "class-path: " -entry in it's manifest to > require these jar-files if run as "java -jar osmosis.jar". > Changing o

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread marcus.wolschon
On Tue, 10 Nov 2009 11:12:45 +0100, "Kai Behncke" wrote: > If I try E:/osmosis/java -jar osmosis.jar ... > or E:/osmosis/bin/osmosis .. > java.lang.NoClassDefFoundError: org/java/plugin/PluginLifecycleException > at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:73) >

[osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread Kai Behncke
Dear Developers, I`m planning to use "osmosis" in a lecture of our university. I have lust download the actual osmosis-version on my Windowx-XP from http://dev.openstreetmap.org/~bretth/osmosis-build/osmosis-latest.zip But now I get problems to do some commands. If I try E:/osmosis/java -jar os