Re: [Geotools-devel] use of swing

2006-10-31 Thread Amy Johnson
I have what I hope is a reasonable question: Why SWT with JFace? Is there some reason that combination works well? The reason I'm asking is because I am starting to work on building a web version of what I created in Swing, and I'm not sure of the best approach. I want to skip past Applets and

Re: [Geotools-devel] Reminder: modules to be moved in "unsupported" directory

2006-10-31 Thread Martin Desruisseaux
Chris Holmes a écrit : > I actually explicitly raised DB2 to Jody as one that should perhaps go > in 'supported', since David's been providing great support whenever > needed. But I guess that didn't make it's way back to the steering > document. I will move the "db2" module back to plugin the

Re: [Geotools-devel] Reminder: modules to be moved in "unsupported" directory

2006-10-31 Thread Chris Holmes
I actually explicitly raised DB2 to Jody as one that should perhaps go in 'supported', since David's been providing great support whenever needed. But I guess that didn't make it's way back to the steering document. Chris Martin Desruisseaux wrote: David Adler a écrit : What does "unsuppor

Re: [Geotools-devel] Fun with oracle and jars ...

2006-10-31 Thread Chris Holmes
My understanding was that the oracle distribution license, which the oracle jars are distributed under, are actually fine for us to distribute (indeed, such is the name of the license), as long as we meet the terms. Which includes posting the terms when we distribute it. It even has a special

[Geotools-devel] geotools-trunk build.110 Build Fixed

2006-10-31 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-trunk?log=log20061031183937Lbuild.110 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integr

[Geotools-devel] geotools-trunk Build Failed

2006-10-31 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-trunk?log=log20061031182911 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated techn

[Geotools-devel] Fun with oracle and jars ...

2006-10-31 Thread Jody Garnett
Hi Marc, Over the last year you have suggested I look at the oracle sdoapi jars. I have started up my oracle experiment again (unsupported/oracle) and am attempting to set things up in the manner you suggest. Paul and I have been in contact with your friend Xavier (although I missed him at FOS

Re: [Geotools-devel] Reminder: modules to be moved in "unsupported" directory

2006-10-31 Thread Jody Garnett
Martin Desruisseaux wrote: > David Adler a écrit : > >> What does "unsupported" mean and where are the modules going? >> > > My understanding is that they still part of Geotools build (from a Maven user > point of view, there is no difference; the artifactID still "gt2-db2"), but > the >

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Justin Deoliveira
Ok, but I still dont understand why you are against changing the method name from getIDs to getIdentifiers ? Jody Garnett wrote: > Your second idea works, and I carefully defined Identifier.toString() to > be the textual representation of the identifier so you > should be good. > > Jody >> This

[Geotools-devel] Moved modules to "unsupported" directory

2006-10-31 Thread Martin Desruisseaux
There is the list: http://svn.geotools.org/geotools/trunk/gt/modules/unsupported If a module should not be there, please let me know. I would be glad to move it to its right place, if peoples feel that the procedure for that as suggested in http://docs.codehaus.org/display/GEOT/Supporting+your+

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Jody Garnett
Your second idea works, and I carefully defined Identifier.toString() to be the textual representation of the identifier so you should be good. Jody > This still doesn't help me. I will still get a bunch of exceptions with > client code trying to cast to String. The whole point of changing the >

Re: [Geotools-devel] Reminder: modules to be moved in "unsupported" directory

2006-10-31 Thread Martin Desruisseaux
David Adler a écrit : > What does "unsupported" mean and where are the modules going? My understanding is that they still part of Geotools build (from a Maven user point of view, there is no difference; the artifactID still "gt2-db2"), but the risk may be a little bit higher than "supported" mod

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Justin Deoliveira
This still doesn't help me. I will still get a bunch of exceptions with client code trying to cast to String. The whole point of changing the method name is that i could hunt down all those instances, and as a client I know where things will break, as you say getting the compiler to help me. This

[Geotools-devel] Changing geotools procedure(s) reading list

2006-10-31 Thread Jody Garnett
David Adler wrote: > I haven't been following the discussion on this. > What does "unsupported" mean and where are the modules going? > Unsupported means that the modules are not meeting library standards (QA and Docs for the most part). Martin/David DB2 is in use (uDig is shipping with DB2 su

Re: [Geotools-devel] Reminder: modules to be moved in "unsupported" directory

2006-10-31 Thread David Adler
I haven't been following the discussion on this. What does "unsupported" mean and where are the modules going? Regards, David (DB2 plug-in supporter) At 11:11 AM 10/31/2006, Martin Desruisseaux wrote: >The modules listed in GTSteering document as "unsupported" are: > >arcsde >db2 >directory >eps

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Jody Garnett
Justin Deoliveira wrote: > Jody Garnett wrote: > >> To be clear, both GeoTools and GeoAPI assumed strings would make good >> identifiers. >> The filter specification: >> a) strongly types identifier (FeatureId, GMLObjectId, RecordId, ...) >> b) allows for non String, or compound identifiers (ID

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Justin Deoliveira
Jody Garnett wrote: > To be clear, both GeoTools and GeoAPI assumed strings would make good > identifiers. > The filter specification: > a) strongly types identifier (FeatureId, GMLObjectId, RecordId, ...) > b) allows for non String, or compound identifiers (ID and VERSION anyone?) > > Justin fo

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Jody Garnett
To be clear, both GeoTools and GeoAPI assumed strings would make good identifiers. The filter specification: a) strongly types identifier (FeatureId, GMLObjectId, RecordId, ...) b) allows for non String, or compound identifiers (ID and VERSION anyone?) Justin for your first cut do you want to jus

Re: [Geotools-devel] extension/xml-xsd: is it "unsupported"?

2006-10-31 Thread Jody Garnett
This is a good question Martin, two ways to think about it: - we should keep it in "unsupported" until it passes QA and documentation requirements - it is core technology that needs to be supported ... So the only person who can answer this is the Justin (as the module maintainer) Jody > The new

[Geotools-devel] extension/xml-xsd: is it "unsupported"?

2006-10-31 Thread Martin Desruisseaux
The new "xml-sld" module (added yesterday) is not listed in the GTSteering document. Should it live in the "extension" or in the "unsupported" directory? Martin - Using Tomcat but need to do more? Need to support web

[Geotools-devel] geotools-trunk build.107 Build Fixed

2006-10-31 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-trunk?log=log20061031122048Lbuild.107 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integr

[Geotools-devel] geotools-trunk Build Failed

2006-10-31 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-trunk?log=log20061031115815 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated techn

Re: [Geotools-devel] [Geoapi-devel] On the upgrade to geoapi Filter

2006-10-31 Thread Justin Deoliveira
Hi all, Issue with the new geoapi identifier stuff with regard to getting geotools on board with it. Right now, the geotools filter implementations implement the geoapi interfaces. The semantics of FeatureId have changed, so the geotools FidFilter interface needs to implement Id now, instead of F

[Geotools-devel] Reminder: modules to be moved in "unsupported" directory

2006-10-31 Thread Martin Desruisseaux
The modules listed in GTSteering document as "unsupported" are: arcsde db2 directory epsg-ext-esri geomedia geometryless gml hsql mif mysql oraclespatial referencing3D tiger vpf oracle go xml xml-filter xml-gml2 xml-gml3 jpox portrayal viewport I will move those modules soon unless someone object

Re: [Geotools-devel] extension/xml-xsd: is it "unsupported"?

2006-10-31 Thread Justin Deoliveira
I just added it, if you are going to throw all the other xml modules in unsupported go ahead with that one too. Martin Desruisseaux wrote: > The new "xml-sld" module (added yesterday) is not listed in the GTSteering > document. Should it live in the "extension" or in the "unsupported" directory?

Re: [Geotools-devel] Directory moved suggested during IRC meeting

2006-10-31 Thread Martin Desruisseaux
Andrea Aime a écrit : >> Since I do not use Eclipse (I use Netbeans, which doesn't add any file >> in our workspace), I don't know if there is other directories that >> need "svn:ignore". Please let me know if there is any. > > I thought Netbeans added its own Ant build files, no? Yes, but not

Re: [Geotools-devel] Directory moved suggested during IRC meeting

2006-10-31 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > I also notice that you set the svn:ignore for .classpath and .project > files. However the .settings directory seems to have been missed. Oups! Fixed now. Since I do not use Eclipse (I use Netbeans, which doesn't add any file in our workspace), I don't know if there

Re: [Geotools-devel] Directory moved suggested during IRC meeting

2006-10-31 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Justin Deoliveira a écrit : >> I also notice that you set the svn:ignore for .classpath and .project >> files. However the .settings directory seems to have been missed. > > Oups! Fixed now. > > Since I do not use Eclipse (I use Netbeans, which doesn't add any fi