[Geotools-devel] Broken local build with spaces

2012-08-22 Thread Rini Angreani
Hi, Our local buildbot (with spaces in the path) has been broken after the commits in imagemosaic on 21/08. I have created a JIRA issue with patch: http://jira.codehaus.org/browse/GEOT-4242. The test that failed is ImageMosaicReaderTest.timeElevationH2. Can I commit the patch? Cheers Rini --

[Geotools-devel] [jira] (GEOT-4242) Build with spaces is broken with recent changes in imagemosaic

2012-08-22 Thread Rini Angreani (JIRA)
Rini Angr

[Geotools-devel] [jira] (GEOT-4241) Support sortBy in app-schema

2012-08-22 Thread Rini Angreani (JIRA)
Rini Angr

Re: [Geotools-devel] Building Geotools on Java 7 using Maven 3

2012-08-22 Thread Jody Garnett
Maven 3 works fine for me - Java 7 is not yet supported however :( -- Jody Garnett On 23/08/2012, at 10:54 AM, Brett Walker wrote: HI All, I tried to build geotools from source code on Java 7 using Maven 3. I had problems. I’m fairly new, not quite a newbie, to Maven so this problem could be

[Geotools-devel] Building Geotools on Java 7 using Maven 3

2012-08-22 Thread Brett Walker
HI All, I tried to build geotools from source code on Java 7 using Maven 3. I had problems. I'm fairly new, not quite a newbie, to Maven so this problem could be a lack of understanding on my part. The problem I have is that I could not download any plugins from the remote repositories. My loc

[Geotools-devel] [jira] (GEOT-4240) In TransformProcess handle undefined attributes gracefully

2012-08-22 Thread Martin Davis (JIRA)
Martin Da

[Geotools-devel] process re-organization

2012-08-22 Thread Justin Deoliveira
Hi folks, I have completed a first cut of a process reorganization as discussed a week or so ago. It can be found in this pull request. https://github.com/geotools/geotools/pull/14 We had agreed that four categories made sense (geo, vec, ras, and tx) however for now i have only added the three

[Geotools-devel] [jira] (GEOT-4239) Avoid hard-coding batch size for oracle JDBC datastores

2012-08-22 Thread David Winslow (JIRA)
David Win

[Geotools-devel] [Hudson] Build failed in Hudson: geotools-master-jdbc #63

2012-08-22 Thread Hudson
See -- [...truncated 2456 lines...] at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)

Re: [Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Andrea Aime
On Wed, Aug 22, 2012 at 6:06 PM, Justin Deoliveira wrote: > Ok, looked at it, and didn't regenerate the entire module from scratch to > see what came out but what i was able to do was manually instrument the > model to fix the code generation. What i did was > (using AcknowledgementType#getTimesta

Re: [Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Justin Deoliveira
Ok, looked at it, and didn't regenerate the entire module from scratch to see what came out but what i was able to do was manually instrument the model to fix the code generation. What i did was (using AcknowledgementType#getTimestamp()) 1. Change the return type to just java.util.Calendar 2. remo

Re: [Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Andrea Aime
On Wed, Aug 22, 2012 at 5:53 PM, Justin Deoliveira wrote: > Hmmm... if i recall correctly i also had some issues last time i needed to > set up the emf sdk and just installed the appropriate emf sdk manually > which seemed to work fine. > > As for the calendar issues I think that I ran into that b

Re: [Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Justin Deoliveira
Hmmm... if i recall correctly i also had some issues last time i needed to set up the emf sdk and just installed the appropriate emf sdk manually which seemed to work fine. As for the calendar issues I think that I ran into that before... i will take a look at the model you included to see if it j

Re: [Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Andrea Aime
On Wed, Aug 22, 2012 at 5:33 PM, Andrea Aime wrote: > On Wed, Aug 22, 2012 at 5:24 PM, Andrea Aime > wrote: > >> This is with Eclipse Juno. Ok, so I've tried with Indigo, in which I did >> not have the >> EMF tooling, adding it from the Indigo update site results in a sort of >> infinite >> mirro

Re: [Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Andrea Aime
On Wed, Aug 22, 2012 at 5:24 PM, Andrea Aime wrote: > This is with Eclipse Juno. Ok, so I've tried with Indigo, in which I did > not have the > EMF tooling, adding it from the Indigo update site results in a sort of > infinite > mirror loop, there is a package, > org.eclipse.emf.doc_2.6.0v20120103

[Geotools-devel] EMF troubles with CSW model

2012-08-22 Thread Andrea Aime
Hi, so one of the first steps to write a CSW service is to create the EMF model representing requests and responses. I've been trying to do this for a few hours without much success. First, the direct generation from the XSD does not work due to references to ogc filters, so I generated a set of c

Re: [Geotools-devel] csw related community modules

2012-08-22 Thread Justin Deoliveira
The only potential issue I see is that those modules need to extend from parent xsd and ogc modules to inherit dependencies, etc... I seem to remember maven having issues with this if the modules don't actually live directly under the parent... but that might just be a bug with older maven versions

[Geotools-devel] csw related community modules

2012-08-22 Thread Andrea Aime
Hi, as some may know from the GeoServer devel mailing list I'm starting to work on a CSW implementation for GeoServer. Geotools wise it should not have much of an impact, but we'll for sure need two new modules, the CSW EMF model and the CSW xsd bindings. I was thinking to add those as two new co

Re: [Geotools-devel] Shapefile order of features

2012-08-22 Thread Matthijs Laan
On 2012-08-22 10:24, Andrea Aime wrote: On Wed, Aug 22, 2012 at 10:14 AM, Matthijs Laan mailto:[email protected]>> wrote: You can't, but you can add an attribute with the original line number from the CSV and sort on that. Actually, both of the ways I've suggested above shoul

Re: [Geotools-devel] Shapefile order of features

2012-08-22 Thread Andrea Aime
On Wed, Aug 22, 2012 at 10:14 AM, Matthijs Laan wrote: > You can't, but you can add an attribute with the original line number > from the CSV and sort on that. > Actually, both of the ways I've suggested above should preserve the insertion order (it's not true in general as you note, but it shoul

Re: [Geotools-devel] Shapefile order of features

2012-08-22 Thread Matthijs Laan
On 2012-08-21 23:00, leiche im teich wrote: > Hi, > > i use most of the code from the Csv2Shape example > http://docs.geotools.org/latest/userguide/tutorial/feature/csv2shp.html to > generate a shape file from my own special csv file. The problem is, > that i need the same order of the features