Re: [Geotools-devel] Modules cleanup: modules reassigned

2009-05-18 Thread Raif S. Naffah
hello Andrea, On Monday 18 May 2009 18:30:40 Andrea Aime wrote: > Raif S. Naffah ha scritto: > ... > > one question, besides the obvious direct contact to one of the > > active developers on the list, is there a sanctioned or recommended > > way to contact developer

Re: [Geotools-devel] Modules cleanup: modules reassigned

2009-05-17 Thread Raif S. Naffah
hello Andrea, On Monday 18 May 2009 16:11:56 Andrea Aime wrote: > Raif S. Naffah ha scritto: > > hello Andrea, > > > > when you say that modules/plugin/wfs will be moved to unsupported, > > when is that likely to happen? > > > > it's probably too earl

Re: [Geotools-devel] Modules cleanup: modules reassigned

2009-05-17 Thread Raif S. Naffah
hello Andrea, when you say that modules/plugin/wfs will be moved to unsupported, when is that likely to happen? it's probably too early to tell, but if/when it happens will it be before or after a stable GeoServer 2 is released? On Sunday 17 May 2009 20:12:52 Andrea Aime wrote: > Hi, > in thi

Re: [Geotools-devel] Filters, FidFilter, and Editing

2007-09-12 Thread Raif S. Naffah
hello all, On Thursday 13 September 2007 07:48:05 Jody Garnett wrote: > ... > Here are the three cases: > - aggregate functions do not work (and have not since 2.3) - this > prevents uDig trunk from having a style editor, and prevents the SLD > generator from being happy > - "problem with adding f

[Geotools-devel] patch for SLDTransformer

2007-02-18 Thread Raif S. Naffah
hello all, the following JUnit test fails on the Trunk (svn At revision 24494) with an NPE: public void testSLDEncoder3() throws TransformerException { StyledLayerDescriptor sld = new StyledLayerDescriptorImpl(); NamedLayer namedLayer = new NamedLayerImpl(); namedLayer.se

[Geotools-devel] patch to fix trunk rev. 22683

2006-11-09 Thread Raif S. Naffah
hello there, the following patch ensures that mvn install, when run on the trunk (rev. 22683) completes without error. pls. feel free to use unless a copyright assignment, for such a minor change, is required). the ChangeLog entry (in GNU style) would look like so: 2006-11-10 Raif S. Naffah