dwins / mapnik2geotools

Using the Scala XML API to translate from Mapnik XML to GeoTools' SLD dialect
64 stars 22 forks source link

exceptions not catched in gui #15

Open nseinlet opened 13 years ago

nseinlet commented 13 years ago

in gui mode, if an exception occured in xml parsing, the progress bar stay for ever. It seems the exception is not trapped in gui like in Driver

dwins commented 13 years ago

Yes, this is probably the biggest single issue with the gui right now. Hopefully I will be able to address it sometime this week. In the meantime, a workaround is to run the gui via a command line window - you should get the same stack trace that you would by using the Driver ui. On Sep 4, 2011 11:39 AM, "nseinlet" < reply@reply.github.com> wrote:

in gui mode, if an exception occured in xml parsing, the progress bar stay for ever. It seems the exception is not trapped in gui like in Driver

Reply to this email directly or view it on GitHub: https://github.com/dwins/mapnik2geotools/issues/15

dwins commented 12 years ago

cb96e11302fea3c0881d66084c5d766717799544 should take care of this, I haven't posted a build with this fix to the downloads section yet though.