[Geotools-devel] Build failed in Hudson: geotools-2.6.x #428

2010-07-20 Thread Hudson
See -- [...truncated 10386 lines...] [INFO] [install:install {execution: default-install}] [INFO] Installing

[Geotools-devel] Build failed in Hudson: geotools-2.6.x #427

2010-07-20 Thread Hudson
See -- [...truncated 62451 lines...] 86030/? 86614/? 87127/? 87639/? 88215/? 88334/? 88359/? 88871/? 89383/? 89838/? 90350/? 90862/? 91432/? 91955/? 92542/? 93053/? 93565/? 94076/? 94588/? 95162/? 95

[Geotools-devel] Build failed in Hudson: geotools-2.6.x #426

2010-07-20 Thread Hudson
See -- [...truncated 11904 lines...] A spike/zzorn/geotools-renderer3d/src/main/java/org/geotools A spike/zzorn/geotools-renderer3d/src/main/java/org/geotools/renderer3d AU sp

Re: [Geotools-devel] handling of geometry crs

2010-07-20 Thread Jody Garnett
Reni here is the code that creates the target feature type ... public ReprojectingFeatureCollection( SimpleFeatureCollection delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target) { .. SimpleFeatureType schema = delegate.getSchema(

Re: [Geotools-devel] handling of geometry crs

2010-07-20 Thread Jody Garnett
> I think we need an IRC session; as we are starting to lose the forest for the > trees. Morning Reni: Let me know when you get in and we can go over this on IRC; I am afraid we have probably missed Justin for the day - you may need to make separate arrangements to talk to him. Justin we seem to

[Geotools-devel] SQL Server bit field error

2010-07-20 Thread Matt Priour
I've found an error in the Filter to SQL query parsing for MS SQL Server when bit fields (SQL Server's boolean type) is included in the where statement of the query. This problem effects both OGC formated filters and CQL formated filters. The problem is caused by a SQL Server T-SQL convention tha

Re: [Geotools-devel] SQL Server bit field error

2010-07-20 Thread Justin Deoliveira
Hi Matt, A patch would be great! All the sql server code lives in plugin/jdbc/jdbc-sqlserver: http://svn.osgeo.org/geotools/trunk/modules/plugin/jdbc/jdbc-sqlserver/ The classes you will likely have to modify are: http://svn.osgeo.org/geotools/trunk/modules/plugin/jdbc/jdbc-sqlserver/src/main/

Re: [Geotools-devel] [Geoserver-devel] hudson server change

2010-07-20 Thread Jody Garnett
Thanks Justin; good luck in the migration. Jody On 21/07/2010, at 2:55 AM, Justin Deoliveira wrote: > Hi all, > > Please excuse the cross post. > > Opengeo is migrating the existing hudson installation to a new server. I > am currently setting up the new server as we speak. > > In order to s

[Geotools-devel] hudson server change

2010-07-20 Thread Justin Deoliveira
Hi all, Please excuse the cross post. Opengeo is migrating the existing hudson installation to a new server. I am currently setting up the new server as we speak. In order to smoothly transition and not loose any build history I plan to take the old hudson instance down, rsync all the build di

Re: [Geotools-devel] handling of geometry crs

2010-07-20 Thread Jody Garnett
On 20/07/2010, at 6:50 PM, wrote: > Hi Jody, > > I thought of creating my own binding as well, etc. After playing around with > this today, and came up with a dodgy patch on the binding side, I realised we > still need my original patch anyway (and more). I tried it on my test and it > does

[Geotools-devel] [jira] Created: (GEOT-3203) SimpleFeatureType.equals returns true, even if Descriptors have different order

2010-07-20 Thread qwertz (JIRA)
SimpleFeatureType.equals returns true, even if Descriptors have different order --- Key: GEOT-3203 URL: http://jira.codehaus.org/browse/GEOT-3203 Project: GeoTools I

[Geotools-devel] warning to eclipse developers

2010-07-20 Thread Jody Garnett
The latest jdk from oracle is tripping up applications that expect the vendor to be sun. - http://lt-rider.blogspot.com/2010/07/oracle-jvm-6u21-and-eclipse.html If you are working with eclipse and JDK 1.6.0_21 add the following to eclipse.ini -XX:MaxPermSize=256m

Re: [Geotools-devel] handling of geometry crs

2010-07-20 Thread Rini.Angreani
Hi Jody, I thought of creating my own binding as well, etc. After playing around with this today, and came up with a dodgy patch on the binding side, I realised we still need my original patch anyway (and more). I tried it on my test and it doesn't work :( The problem is the JTS tranformer (Ge