[Geotools-devel] SLD utility class

2005-12-05 Thread Justin Deoliveira
Hi all, I thought with all the action going on with styles on trunk I should jump in for some fun. So I ported a very useful SLD utility class that jody wrote from udig to geotools. It now lives in org.geotools.style.SLD. Udiggers, the SLDs class still lives and is now a subclass of SLD. I k

Re: [Geotools-devel] Stylish branch merged onto trunk

2005-12-05 Thread Jody Garnett
Updated the RnD page and the following document: - Jody --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX s

Re: [Geotools-devel] Stylish branch merged onto trunk

2005-12-05 Thread Jody Garnett
Cory Horner wrote: Greetings... Jody and I have been happily hacking away on the stylish branch for some time now. This evening we merged the branch back onto trunk. One incompatibility which will likely arise will be the movement of FilterFactory.create to FilterFactoryFinder.create. Much

[Geotools-devel] Stylish branch merged onto trunk

2005-12-05 Thread Cory Horner
Greetings... Jody and I have been happily hacking away on the stylish branch for some time now. This evening we merged the branch back onto trunk. One incompatibility which will likely arise will be the movement of FilterFactory.create to FilterFactoryFinder.create. Much of the other chang

Re: [Geotools-devel] Jalopy and headers

2005-12-05 Thread Martin Desruisseaux
Jody Garnett a écrit : Talking to a few guys here and they have not been running Jalopy for fear of mangling headers, my understanding is that: a) geotools code gets a geotools header (code donated by a company can be credited in the class description - which is more public anyways), A credit

[Geotools-devel] Jalopy and headers

2005-12-05 Thread Jody Garnett
Talking to a few guys here and they have not been running Jalopy for fear of mangling headers, my understanding is that: a) geotools code gets a geotools header (code donated by a company can be credited in the class description - which is more public anyways), b) we can turn off header replacem

[Geotools-devel] Updated Jalopy formatting ...

2005-12-05 Thread Jody Garnett
Also attached to the developers guide page: http://docs.codehaus.org/download/attachments/4612/jalopygeotools.xml Cheers, Jody 14 Geotools Java Coding Convention Geotools true [A-Z][a-zA-Z0-9]+ [A-Z][a-zA-Z0-9]+ [a-z][\w]+ [a-z][\w]+ [a-zA-Z][\

Re: [Geotools-devel] There is a new release of Jalopy!

2005-12-05 Thread Jody Garnett
Jody Garnett wrote: I will update the eclipse install instructions, can someone update the Developers Guide pls? Our formats still work, but they do mark the code as: /* *Geotools2 - OpenSource mapping toolkit *http://geotools.org *(C) 2002, Geotools Project Managment Committee (

[Geotools-devel] There is a new release of Jalopy!

2005-12-05 Thread Jody Garnett
I will update the eclipse install instructions, can someone update the Developers Guide pls? --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

Re: [Geotools-devel] Styling changes

2005-12-05 Thread Jody Garnett
Cory Horner wrote: Hi Dave, Please dont commit a bunch of styling changes right now. As I've said in several email messages, I'm currently going through parts of it and fixing it up. Most of it is in the rendering classes, but the styling objects are missing parts of the spec (as I mentioned

[Geotools-devel] Stylish branch update

2005-12-05 Thread Jody Garnett
Well I am back from vacation - ya miss me? Okay you did not notice since I was still checking email ... Before I left Cory and I were working on the geotools "stylish" branch, Dave has his changes in and we can now bring this branch back onto trunk. (Note this was not a formal branch, we were

Re: [Geotools-devel] Styling changes

2005-12-05 Thread Cory Horner
Hi Dave, Please dont commit a bunch of styling changes right now. As I've said in several email messages, I'm currently going through parts of it and fixing it up. Most of it is in the rendering classes, but the styling objects are missing parts of the spec (as I mentioned earlier about LinePl

[Geotools-devel] [Fwd: SVN Development Lists]

2005-12-05 Thread Jody Garnett
Lets figure out a window in todays geotools meeting? --- Begin Message --- Hi Jody, I'm going to open a ticket with NetNations to have our offsite server taken down for a couple hours to run some hardware checks on it. I'll be sending an email out when I have the scheduled time. Could you pleas

[Geotools-devel] [Geoserver-devel] Re: data dir

2005-12-05 Thread dblasby
If you look in src\org\vfny\geoserver\util\SLDValidator.java line about 180, you'll see: File schemaFile = new File(GeoserverDataDirectory .getGeoserverDataDirectory(servContext), "/data/capabilities/sld/GetMap.xsd"); which would explain why its not finding the sch