Re: [Geotools-devel] [Geoserver-users] ImageMosaic plugin update

2006-09-17 Thread Simone Giannecchini
Hi guys, hi lists, I just committed a couple of tools for coverage preparation and processing to the GeoTools subversion repository under spike/coveragetools. They are command line tools, with command line parsing capabilities built with commons-cli package. These tools are: 1> mosaicindexbuilder t

[Geotools-devel] 2.3.0 Release status

2006-09-17 Thread Justin Deoliveira
Hi all, It seems that maven is dead set on preventing me from releasing. First problem was with the jalopy plugin, then with the clover plugin, and the current problem is with the javadoc generation. So for now release is blocked, I will have to dig deeper for this one. I believe martin has setup

Re: [Geotools-devel] svn down for anyone else?

2006-09-17 Thread Paul Ramsey
Fixed. FYI, if you are willing to accept some downtime I can transition the repository over to the "fsfs" backend for SVN. However, it will take some time, as the geotools svn is an (unforgivable) 1.7 gigabytes in size. P On 17-Sep-06, at 8:57 AM, Jody Garnett wrote: > Yes it is, remember

Re: [Geotools-devel] svn down for anyone else?

2006-09-17 Thread Jody Garnett
Yes it is, remember to email [EMAIL PROTECTED] when this happens. Jody - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier

Re: [Geotools-devel] 2.3 + expression

2006-09-17 Thread Jody Garnett
Justin Deoliveira wrote: >> Think about DataStore use of Filter >> example: FeatureSource.getFeatures( Filter ) >> Recommendation: set up new method getFilter( Filter ) >> Result: I will try this tonight on the train >> >> > Not sure i understand getFilter( Filter ), do you mean getFeatur

Re: [Geotools-devel] 2.3 + expression

2006-09-17 Thread Andrea Aime
Justin Deoliveira ha scritto: >> Think about Style use of Expression >> example: LineSymbolizer.setWidth( Expression width ); >> Recommendation: Style really comes down to Corey and if we have >> time/ability to clean things up w/ respect to the SLD 1.1 baseline >> Result: wait for next relea

[Geotools-devel] svn down for anyone else?

2006-09-17 Thread Justin Deoliveira
-- Justin Deoliveira [EMAIL PROTECTED] The Open Planning Project http://topp.openplans.org - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

[Geotools-devel] geotools build.22 Build Fixed

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

Re: [Geotools-devel] 2.3 + expression

2006-09-17 Thread Justin Deoliveira
Jody Garnett wrote: > Yes that is good, > > Thanks for buckling down and thinking about what we need to deprecate > for the final 2.3.0 release. > > If I had my thinking cap on I would ask that we: > > Think about DataStore use of Filter > example: FeatureSource.getFeatures( Filter ) > Reco

[Geotools-devel] geotools Build Failed

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

Re: [Geotools-devel] Source Code 2.2.1-SNAPSHOT

2006-09-17 Thread Jody Garnett
2.2.x (from svn) is the way to go. The only change (thus far), is the ability to use SVG graphics for your map icons. I hope to get a week's notice from the uDig and GeoServer communities so that a GeoToosl 2.2.1 release can be used for uDig 1.1 and/or GeoServer 1.4.0. Cheers, Jody > Hi, > > I

Re: [Geotools-devel] 2.3 + expression

2006-09-17 Thread Jody Garnett
Yes that is good, Thanks for buckling down and thinking about what we need to deprecate for the final 2.3.0 release. If I had my thinking cap on I would ask that we: Think about DataStore use of Filter example: FeatureSource.getFeatures( Filter ) Recommendation: set up new method getFilter

Re: [Geotools-devel] 2.3 + expression

2006-09-17 Thread Andrea Aime
Justin Deoliveira ha scritto: > Hi all, > > There was some expression classes that moved in the change over to > geoapi interfaces which of course is not backward compatable, so > geoserver and udig break when they switch over. > > We can move them back, but then geoserver wcs and 1.5.x branches

Re: [Geotools-devel] 2.3 + expression

2006-09-17 Thread Justin Deoliveira
Also, for 2.3 we need to deprecate all the filter interfaces in api. Jody you are the module maintainer, is that cool? -Justin Justin Deoliveira wrote: > Hi all, > > There was some expression classes that moved in the change over to > geoapi interfaces which of course is not backward compatable

[Geotools-devel] 2.3 + expression

2006-09-17 Thread Justin Deoliveira
Hi all, There was some expression classes that moved in the change over to geoapi interfaces which of course is not backward compatable, so geoserver and udig break when they switch over. We can move them back, but then geoserver wcs and 1.5.x branches break as they already dealt with the breakag