[Geotools-devel] Build failed in Hudson: geotools-trunk #809

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/809/changes Changes: [jdeolive] Added a last try with regular reflection to do type conversion -- [...truncated 3405 lines...] [INFO] [source:jar {execution: attach-sources}] [INFO] Building

Re: [Geotools-devel] How does GeoTools crop the image?

2008-07-09 Thread Jody Garnett
Mike Bresnahan wrote: > On Fri, Jul 4, 2008 at 1:13 PM, Mike Bresnahan <[EMAIL PROTECTED]> wrote: > >> Given a WMS request for a 256x256 map tile and vector data stored in >> Oracle Spatial, I am trying to understand how GeoTools crops the >> image. Judging by some database tracing, GeoTools doe

[Geotools-devel] jts-1.9.1-SNAPSHOT experiment ended

2008-07-09 Thread Jody Garnett
A while ago I created a jts-1.9.1-SNAPSHOT that allowed tracking of JTS operations while in progress; and allowed you to cancel them. Since we are near release a GeoTools release; the experiment must now end. The new improved way is to use the concurrency library to very carefully cancel a Calla

[Geotools-devel] Fun on IRC today

2008-07-09 Thread Jody Garnett
Today is the second day where the IRC channel has been a mad house of activity; yesterday acuster did a valiant job gathering everyone up to work on the last couple graduation requirements. Thanks everyone it looks like the voting is going ahead in time for Friday's meeting. Today Andrea, Gabri

[Geotools-devel] [jira] Created: (GEOT-1917) Build failures on jdk 1.6

2008-07-09 Thread Andrea Aime (JIRA)
Build failures on jdk 1.6 - Key: GEOT-1917 URL: http://jira.codehaus.org/browse/GEOT-1917 Project: GeoTools Issue Type: Bug Components: core referencing Affects Versions: 2.5-M2 Reporter: And

Re: [Geotools-devel] coverage build failure on trunk

2008-07-09 Thread Jody Garnett
I just got this error on another machine; if I understand we have a crazy JAI problem that can only be fixed by reinstalling Java? This time: > Maven version: 2.0.9 > Java version: 1.5.0_14 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" The bug report for these problems is s

[Geotools-devel] Time to mvn -U install

2008-07-09 Thread Andrea Aime
Hi, me and Jody just finished doing some upgrades relating to feature validation, you'll need to run maven with -U to grab the changed API or else to build geoapi locally. Btw, feature validation is off by now. Cheers Andrea

[Geotools-devel] Hudson build is back to normal: geotools-trunk #806

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/806/changes - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with

[Geotools-devel] Build failed in Hudson: geotools-trunk #805

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/805/changes Changes: [aaime] Fixing compile after changes to validation and feature factory api [aaime] Wiring up the feature factories with common factory finder, have the builer use the factory and not the other way around [jga

[Geotools-devel] Hudson build is back to normal: geotools-trunk #804

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/804/changes - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #800

2008-07-09 Thread Arne Kepp
The problems is that http://schemas.opengis.net/wps/1.0.0/examples/51_wpsExecute_request_ResponseDocument.xml is down right now. It's line 57 in gt_trunk/modules/extension/xsd/xsd-wps/src/test/java/org/geotools/wps/ExecuteTest.java Maybe someone with commit rights can make the test more robust by

[Geotools-devel] Build failed in Hudson: geotools-trunk #803

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/803/changes Changes: [johann.sorel] Added graphicBuilder interface. [cedricbr] Move the static methods from MetadataReader to a new class called MetadataWriter. -- [...truncated 5241 lines.

Re: [Geotools-devel] ND Metadata specification work and GML-JPEG2000

2008-07-09 Thread Cédric Briançon
Daniele Romagnoli a écrit : > Hi all, > lately, I'm a bit busy with several jobs and I haven't added big > improvements to the ND Metadata document yet. (The document has been > shared as google document with some of you... Let me know if someone > else want to get access to it). > Cedric, I'm n

[Geotools-devel] Build failed in Hudson: geotools-trunk #802

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/802/changes Changes: [cedricbr] Rename MetadataBuilder to MetadataReader, the same for its test class. -- [...truncated 5239 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time

[Geotools-devel] XSD parser hangs up if schemas.opengis.net is down

2008-07-09 Thread Gabriel Roldán
Hi Justin, I guess I should create a jira for this, but just wanted to check first what the intended behaviour is. I'm hanging on the wfs client because http://schemas.opengis.net is hanging and this the xsd parser hangs out when trying to parse a capabilities. My understanding is the schema l

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #800

2008-07-09 Thread Martin Desruisseaux
The build failure is a "Time out" in GML3 test. I guess that we just need to wait for some server to come back? http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt_trunk/modules/extension/xsd/xsd-wps/target/surefire-reports/org.geotools.wps.ExecuteTest.txt Martin

[Geotools-devel] Build failed in Hudson: geotools-trunk #801

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/801/changes Changes: [groldan] default to pull parser, the gtxml one goes OOM [cedricbr] Remove the CoordinateSystem accessor from ImageGeometry, which duplicated the same item in ImageReferencing. Fix the ImageGeometry.getDimens

Re: [Geotools-devel] How does GeoTools crop the image?

2008-07-09 Thread Mike Bresnahan
I did a bit more research on this and discovered the following: - when I set the output format to "kml", the resulting polygons are _not_ clipped to the bounding box specified by the bbox argument - version 2.3 of geotools had a Polygon class with a clip method, but the class does not exist in 2.4

Re: [Geotools-devel] ND Metadata specification work and GML-JPEG2000

2008-07-09 Thread Daniele Romagnoli
Hi all, lately, I'm a bit busy with several jobs and I haven't added big improvements to the ND Metadata document yet. (The document has been shared as google document with some of you... Let me know if someone else want to get access to it). Cedric, I'm noticing you are working on coverageio modul

[Geotools-devel] Build failed in Hudson: geotools-trunk #800

2008-07-09 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/800/changes Changes: [desruisseaux] Removed deprecated methods. -- [...truncated 5240 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.geotools.

Re: [Geotools-devel] xsd module is holding us back

2008-07-09 Thread Jody Garnett
Adrian Custer wrote: > If they are generated, can't we simply fix the generator and recompile? > If I understand correctly it was a one time generation; and the result has been fixed up since. Jody - Sponsored by: SourceFo

Re: [Geotools-devel] ogc module is holding us up (general community feedback on this one please)

2008-07-09 Thread Jody Garnett
> I am not thrilled at the aspect of re-generating every module. I dont > even know how to do this with EMF off the top of my head. I would > rather just include a license file saying that all the files are > indeed generated and "original" work. Justin you are the module maintainer here; so we