[Geotools-devel] code freeze is off

2007-11-29 Thread johann Sorel
code freeze on gt trunk is off have fun - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future

[Geotools-devel] Rendering works again

2007-11-29 Thread johann Sorel
hello there, The rendering works now, Thanks to jgarnett point, lines and polygons render correctly. I tested using the JDefaultMap2D and the sld editor in the swing widget module. +++ johann sorel - SF.Net email is spo

[Geotools-devel] The build is back; but the freeze is still on

2007-11-29 Thread Jody Garnett
Trunk is now passing tests. Changing Utilities.equals( obj, obj ) to do reflection on arrays has helped matters to the point that shapefile renderer tests pass. Woot! The implementaiton of equals in the various style object is still not perfect; for the time being you can change a STRICT flag i

Re: [Geotools-devel] code freeze on trunk NOW, chat on IRC to fix the build

2007-11-29 Thread Jody Garnett
Located the problem; all the style objects have badly implemented equals methods - checking things like this: Utilities.equals(this.symbols, other.symbols) Where the following is causing trouble: - symbols is Symbol[] - GraphicImpl.getSymbol() will return a default of new Symbol[]{ square } if s

Re: [Geotools-devel] code freeze on trunk NOW, chat on IRC to fix the build

2007-11-29 Thread Andrea Aime
Jody Garnett ha scritto: > Two fixes have come in: > - an arcsde dummy fix - thanks gabriel > - Utilties.equals( float[], float[] ) so that Stroke equals method works > > Now what does the build box say? Still broken, in shapefile renderer: http://traffic.openplans.org:8080/continuum/buildResult.

Re: [Geotools-devel] code freeze on trunk NOW, chat on IRC to fix the build

2007-11-29 Thread Jody Garnett
Two fixes have come in: - an arcsde dummy fix - thanks gabriel - Utilties.equals( float[], float[] ) so that Stroke equals method works Now what does the build box say? Jody - SF.Net email is sponsored by: The Future of Linux

Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Saul Farber
Gabriel, Yes, that's correct. Also, you will be able to check that everything's working by simply doing: $ mvn -Dmaven.test.skip clean install in the arcsde directory, to make sure it's building against the sde jars. There are a few lingering problems with the ArcSDE "dummy" vs. "real" code.

Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Gabriel Roldán
Hi Saul, that sounds good. Does it means we should be extra cautious about keeping the dummy api binary compatible with the esri jars? cheers, Gabriel On Thursday 29 November 2007 06:33:22 pm Saul Farber wrote: > Hey all, > > A while ago there was this specific problem in building the arcsde > d

[Geotools-devel] code freeze on trunk NOW, chat on IRC to fix the build

2007-11-29 Thread Jody Garnett
Hey guys; trunk is not passing tests ... http://traffic.openplans.org:8080/continuum/workingCopy.action?projectId=6&projectName=Geotools&userDirectory=modules/library/main/target/surefire-reports&file=org.geotools.styling.SLDStyleTest.txt And we need to get it going in a state the build box is ha

Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Jody Garnett
Check out epsg-oracle module for an example of how to "toggle" between two profiles depending on if a property was set on the command line. Jody > Hey all, > > A while ago there was this specific problem in building the arcsde > datastore. The problem was: > > * if you were building the datastor

[Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Saul Farber
Hey all, A while ago there was this specific problem in building the arcsde datastore. The problem was: * if you were building the datastore in a DEFAULT way (i.e., not to actually use it, just to make sure it would compile) then you needed one set of jarfiles on your classpath. * if you were b

Re: [Geotools-devel] trunk is mostly fixed; unable to tell why shapefile renderer is failing tests

2007-11-29 Thread Andrea Aime
Jody Garnett ha scritto: > Thanks Andrea; I was able to fix the postgis versioning module (and > updated it to use new filters as well). Please reivew and tell us how > even the slightest contact with the new filters made your code slower. I still haven't had the time, but it seems trunk is stil

[Geotools-devel] [jira] Created: (GEOT-1604) XML encoder always put a xml prolog in the generate output, this is unsuitable for partial document generation

2007-11-29 Thread Andrea Aime (JIRA)
XML encoder always put a xml prolog in the generate output, this is unsuitable for partial document generation -- Key: GEOT-1604 URL: http://jira.codehaus.

[Geotools-devel] trunk is mostly fixed; unable to tell why shapefile renderer is failing tests

2007-11-29 Thread Jody Garnett
Thanks Andrea; I was able to fix the postgis versioning module (and updated it to use new filters as well). Please reivew and tell us how even the slightest contact with the new filters made your code slower. For whatever reason shapefile renderer is not drawing (and thus failing its tests). I

Re: [Geotools-devel] Build on 2.4.x broken in the coverage module

2007-11-29 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > the build server is not able to send build error notifications > so I'm doing it. The 2.4.x build is failing in the coverage > module with a bunch of errors: Not only the build is broken, but the target jdk has been switched to jdk 1.5 in the main pom GeoTools 2

[Geotools-devel] Build on 2.4.x broken in the coverage module

2007-11-29 Thread Andrea Aime
Hi, the build server is not able to send build error notifications so I'm doing it. The 2.4.x build is failing in the coverage module with a bunch of errors: [INFO] [INFO] Building Grid Coverage module [INFO]task-seg