Re: [Geotools-devel] Release artefacts available for testing

2023-01-23 Thread Hans Yperman
Jody, On windows, classpath entries are separated by semicolon ';' but on all other OSes (mac, Linux, BSD) they are separated by colon ':' . This is the same behaviour as the PATH environment variable, presumably because windows uses colon for drive letters. There is a bug in recent jav

[Geotools-devel] DataUtilities.createType with comma in name

2023-01-23 Thread Matthias Loeks
Hi all, I've noticed that org.geotools.data.DataUtilities.createType() does not properly map attributed if the name of the descriptor contains a comma. Example: Deco

Re: [Geotools-devel] DataUtilities.createType with comma in name

2023-01-23 Thread Ian Turton
On Mon, 23 Jan 2023 at 16:29, Matthias Loeks wrote: > Hi all, > > I've noticed that org.geotools.data.DataUtilities.createType() > > does not properly map attributed if t