Re: [Geotools-devel] GML Parsing -- Ignoring the application schema

2007-02-23 Thread Michael Lutz
I'm a bit at a loss here. Why does the Configuration matter if the schema is to be ignored anyway? I have been using the WFSConfiguration, but it also does not work with GMLConfiguration. I have not set up an ApplicationSchema configuration as I thought the whole point of the exercise was that

Re: [Geotools-devel] GML Parsing -- Ignoring the application schema

2007-02-23 Thread aaime
Michael Lutz ha scritto: > I'm a bit at a loss here. Why does the Configuration matter if the > schema is to be ignored anyway? I have been using the WFSConfiguration, > but it also does not work with GMLConfiguration. I have not set up an > ApplicationSchema configuration as I thought the whole

[Geotools-devel] [jira] Created: (GEOT-1167) CQL Parser fails when parsing a single function

2007-02-23 Thread JIRA
CQL Parser fails when parsing a single function --- Key: GEOT-1167 URL: http://jira.codehaus.org/browse/GEOT-1167 Project: GeoTools Issue Type: Bug Components: new modules Affects Ver

[Geotools-devel] [jira] Created: (GEOT-1168) Extend CQL Parser to allow functions as right arguments on comparison predicates

2007-02-23 Thread JIRA
Extend CQL Parser to allow functions as right arguments on comparison predicates - Key: GEOT-1168 URL: http://jira.codehaus.org/browse/GEOT-1168 Project: GeoTools

[Geotools-devel] [jira] Created: (GEOT-1169) CQL Parser should allow nested function calls

2007-02-23 Thread JIRA
CQL Parser should allow nested function calls - Key: GEOT-1169 URL: http://jira.codehaus.org/browse/GEOT-1169 Project: GeoTools Issue Type: Improvement Components: new modules Affects

Re: [Geotools-devel] GML Parsing -- Ignoring the application schema

2007-02-23 Thread Justin Deoliveira
By telling the parser to ignore the schema location you are essentially telling it to ignore your application schema types, so that when it comes to actually parsing a feature, it really knows nothing about your type of feature. The upside is that the parser can be used for any application schema.

Re: [Geotools-devel] GML Parsing -- Ignoring the application schema

2007-02-23 Thread Justin Deoliveira
> Michal, I think we would be able to solve this faster if you could > give us a small GML document and a main with the code you're using > to parse it. Add a bit of patience too, since Justin lives in Canada, west > coast, > so he's quite out of synch with our timezone. Well I believe it is a b

Re: [Geotools-devel] GML Parsing -- Ignoring the application schema

2007-02-23 Thread Michael Lutz
Hi Justin, Andrea, here's my code. The WFS (GeoServer) request included should work as an example. public static void main(String[] args) { try { InputStream in = new URL("http://pisa007.pisa.intecs.it/geoserver/wfs?request=GetFeature&service=WFS&version=1.0.0&typeName=topp:Portugal_Cr

Re: [Geotools-devel] porting cql module to 2.3.x

2007-02-23 Thread Jody Garnett
Cool let me just confirm my thinking with Mauricio then. Mauricio - I like CQL a lot and plan to use it in all the sample code. As such users are going to be using it everywhere. A year from now most won't actually know what a FilterFactory is ... because they never will of used it. As such I w

[Geotools-devel] Reporting problems on wiki - um please no?

2007-02-23 Thread Jody Garnett
Hi Adam You created a page on our wiki: - http://docs.codehaus.org/display/GEOTOOLS/Problems+Encountered For a common maven problem: Next time can you throw this in the issue tracker? And remove this page. > Maven version: 2.0.5 > Java version "1.5.0_09" > GeoTools version gt2-2.3.0 > > C:\Work\J

Re: [Geotools-devel] Reporting problems on wiki - um please no?

2007-02-23 Thread Cory Horner
Maven 2.0.5 should work fine... I haven't tried it yet, but only because my trust in apache hasn't yet been restored. The first 2 urls in the error do exist, so I suspect that their server was momentarily down or maven is having difficulties finding the internet. Cory. Jody Garnett wrote: > H

[Geotools-devel] Bringing jtsWrapper home to trunk

2007-02-23 Thread Jody Garnett
Hi Bryce. I have been so busy thinking these last couple of days I am only now picking up the work we outlined on IRC. Going to move the good parts of the jts-wrapper branch to unsupported/jts-wrapper today. I wont add it to the build until it compiles etc. Jody -

[Geotools-devel] ArcGridWriter writer failure with Java 6. Setting up Java 6 profile to skip the module.

2007-02-23 Thread Jody Garnett
Jody Garnett wrote: > Confirmed Java 1.4 and Java 5 both work. The test failure only occurs > with Java 6. > Jody > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get

Re: [Geotools-devel] Reporting problems on wiki - um please no?

2007-02-23 Thread Martin Desruisseaux
Cory Horner a écrit : > Maven 2.0.5 should work fine... I haven't tried it yet, but only because > my trust in apache hasn't yet been restored. The first 2 urls in the > error do exist, so I suspect that their server was momentarily down or > maven is having difficulties finding the internet.

Re: [Geotools-devel] Reporting problems on wiki - um please no?

2007-02-23 Thread Jody Garnett
Do you want to update the instructions then? Do you recommend 2.0.5? So at the end of the day it seems that the repository was down at the point in time Mr. Davies decided to build? Jody > Cory Horner a écrit : > >> Maven 2.0.5 should work fine... I haven't tried it yet, but only because >>

[Geotools-devel] [continuum] BUILD FAILURE: Geotools Trunk

2007-02-23 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/745 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[Geotools-devel] [continuum] BUILD SUCCESSFUL: Geotools Trunk

2007-02-23 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/746 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[Geotools-devel] Type Erasing on the Geometry interfaces

2007-02-23 Thread Jody Garnett
I am looking at the jts-wrapper implementation (currently dragged away from a branch) and seeing how it lines up with GeoAPI 2.1.next ... Some of the changes made are keeping me from compiling in a Java 1.4 environment - so we probably need to clean up our type erasing code. Example: > C:\java\g

[Geotools-devel] [jira] Reopened: (GEOT-346) Test new referencing projection code

2007-02-23 Thread Martin Desruisseaux (JIRA)
[ http://jira.codehaus.org/browse/GEOT-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux reopened GEOT-346: -- > Test new referencing projection code > > > K

[Geotools-devel] Expression API thoughts ... again

2007-02-23 Thread Matthias Basler
Sorry for bothering again. Has anyone read my mail from Mon, 19. Feb 2007? There wasn't any feedback. Among others I asked about your opinion to following three suggestions: 1. GeoAPI imho does not need not follow the OGC (filter) specification in detail and exclusively in order to fulfil the spe

[Geotools-devel] test failures with geotiff?

2007-02-23 Thread Cory Horner
Hey guys, So what *are* the requirements for building trunk? Our build box is running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I doing something wrong, or is hsql just being flakey? Thanks, Cory. trunk/modules/plugin/geotiff

Re: [Geotools-devel] Expression API thoughts ... again

2007-02-23 Thread Jody Garnett
Hi Matthias: It is on my email back log of important email that takes a long time to read :-( Seriously, Jody > Sorry for bothering again. > Has anyone read my mail from Mon, 19. Feb 2007? There wasn't any feedback. > > Among others I asked about your opinion to following three suggestions: > 1.

Re: [Geotools-devel] test failures with geotiff?

2007-02-23 Thread Martin Desruisseaux
Cory Horner a écrit : > So what *are* the requirements for building trunk? Our build box is > running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I > doing something wrong, or is hsql just being flakey? I don't know why this error occurs ("mvn install" work fine with JDK 1.4 on

Re: [Geotools-devel] test failures with geotiff?

2007-02-23 Thread Martin Desruisseaux
Cory Horner a écrit : > So what *are* the requirements for building trunk? Our build box is > running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I > doing something wrong, or is hsql just being flakey? Applied a fix on trunk as of revision 24578. Could you let us know if it wor

Re: [Geotools-devel] Bringing jtsWrapper home to trunk

2007-02-23 Thread Jody Garnett
Done - unsupported/jts-wrapper is now available. Jody > Hi Bryce. > > I have been so busy thinking these last couple of days I am only now > picking up the work > we outlined on IRC. Going to move the good parts of the jts-wrapper > branch to unsupported/jts-wrapper > today. > > I wont add it to

Re: [Geotools-devel] [Geoapi-devel] Type Erasing on the Geometry interfaces

2007-02-23 Thread Jody Garnett
Sorry guys - everything is okay. I had a strange mistake in my pom.xml - it was dragging in a couple copies of geoapi (including an old geoapi-pending jar). My bad. Jody > I am looking at the jts-wrapper implementation (currently dragged away > from a branch) and seeing how it lines up with Geo

Re: [Geotools-devel] DefaultFeatureResults QA review & blog

2007-02-23 Thread Jody Garnett
This cycle of work is now complete, Trunk has been updated (and I will post a follow up on Monday when when I update the javadocs) - http://weblogs.java.net/blog/jive/archive/2007/02/the_code_always_2.html Jody > Jody Garnett ha scritto: >> Thanks Andrea >> >> A couple of blog posts as I do this Q

[Geotools-devel] [continuum] BUILD FAILURE: Geotools Trunk

2007-02-23 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/750 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[Geotools-devel] [continuum] BUILD FAILURE: Geotools Trunk

2007-02-23 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/751 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the