[josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread A Morris
I am trying to run the latest SVN revision of JOSM in eclipse on a Mac. The code builds, but does not run; it hangs inside the native method Object.wait() in ElemStyleHandler. The offending line is: curIcon = new ImageIcon(Toolkit.getDefaultToolkit().createImage(path));

Re: [josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread Dirk Stöcker
On Sat, 23 Aug 2008, A Morris wrote: > I am trying to run the latest SVN revision of JOSM in eclipse on a > Mac. The code builds, but does not run; it hangs inside the native > method Object.wait() in ElemStyleHandler. The offending line is: > > curIcon = new > ImageIcon(Toolkit.get

Re: [josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread A Morris
I don't knowingly use an external styles file - I simply tried to build and run the latest JOSM revision. Is it not a problem that icon files that are referenced in the source code do not exist in SVN? Cheers, Aled. On Sat, Aug 23, 2008 at 9:10 PM, Dirk Stöcker <[EMAIL PROTECTED]> wrote: > On Sa

Re: [josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread Dirk Stöcker
On Sat, 23 Aug 2008, A Morris wrote: > I don't knowingly use an external styles file - I simply tried to > build and run the latest JOSM revision. I fixed that access. Should work now for you too. a) Could you paste any lines with mappaint in your josm-preferences here. b) Please list the whole

Re: [josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread A Morris
Aha. I had forgotten I had obtained out the code from launchpad.net, mainly to see if it worked, which obviously, it didn't. (something to do with svn externals?). It works fine when checked out directly from svn. (I had deleted ~/.josm, so that wasn't a factor) Cheers, Aled. On Sat, Aug 23,