Re: [Geotools-devel] Build failure under Java 5 (now fixed); Java 6 API not allowed (yet)

2010-09-13 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > The GeoTools trunk build has been failing under Java 5 since r36183 when > the Java 6 API was used in: > modules/library/render/src/main/java/org/geotools/renderer/style/ShapeMarkFactory.java > > This was a trivial API change: Java 6 added methods taking double ar

Re: [Geotools-devel] Remove .gitignore from GeoTools trunk and 2.6.x?

2010-09-13 Thread Ben Caradoc-Davies
Done. I have removed .gitignore on trunk/2.6.x in r36193/r36194. Kind regards, Ben. On 09/09/10 17:27, Jesse Eichar wrote: > Go crazy. I didn't commit it intentionally and I agree with your arguments > > On Thu, Sep 9, 2010 at 5:26 AM, Ben > Caradoc-Davies wrote: > Jesse, you created this fil

[Geotools-devel] Build failure under Java 5 (now fixed); Java 6 API not allowed (yet)

2010-09-13 Thread Ben Caradoc-Davies
The GeoTools trunk build has been failing under Java 5 since r36183 when the Java 6 API was used in: modules/library/render/src/main/java/org/geotools/renderer/style/ShapeMarkFactory.java This was a trivial API change: Java 6 added methods taking double args. The fix was similarly trivia (conver

Re: [Geotools-devel] [jira] Created: (GEOT-3250) GridFormatFinder should support Hints in its methods

2010-09-13 Thread Milton Jonathan
Hey there Simone Nice work then. Little question: was this feature backported to 2.6.x? Cheers Milton Simone Giannecchini wrote: > Ciao MIlton, > sorry for the late answer. > Please, read below... > --- --

Re: [Geotools-devel] SQLServerDialect does not use schema name

2010-09-13 Thread Justin Deoliveira
Thanks for the patch Mike! Looks good to me expect that I think we also do need to handle the case of schema being null. Simple change though. Created a jira issue for tracking purposes. http://jira.codehaus.org/browse/GEOT-3265 Will apply the patch shortly. Thanks again! -Justin On Fri, Sep 1

[Geotools-devel] [jira] Created: (GEOT-3265) sql server dialect does not encode schema when it is specified

2010-09-13 Thread Justin Deoliveira (JIRA)
sql server dialect does not encode schema when it is specified -- Key: GEOT-3265 URL: http://jira.codehaus.org/browse/GEOT-3265 Project: GeoTools Issue Type: Bug Component