[Geotools-devel] [continuum] BUILD FAILURE: PostGIS module

2007-03-28 Thread ANT
Online report : http://ant:/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/45/buildId/118 Build statistics: State: Failed Previous State: Failed Started at: Wed, 28 Mar 2007 23:05:26 -0700 Finished at: Wed, 28 Mar 2007 23:10:18 -0700 Total time: 4m 51s Buil

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

2007-03-28 Thread ANT
Online report : http://ant:/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/11/buildId/117 Build statistics: State: Failed Previous State: Failed Started at: Wed, 28 Mar 2007 23:04:12 -0700 Finished at: Wed, 28 Mar 2007 23:05:20 -0700 Total time: 1m 8s Build

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

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

Re: [Geotools-devel] give me back my page!

2007-03-28 Thread Jody Garnett
I have moved the page back again ... not sure why it went for a walk: - http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.4 Cheers, Jody > My update instructioned have been stolen: > - > http://docs.codehaus.org/display/GEOSDOC/Upgrade+to+2.4#Upgradeto2.4-filter > > What? > > Jody > > --

Re: [Geotools-devel] JavaDocs for GT 2.4 and org.opengis.filter.FilterFactory

2007-03-28 Thread Jody Garnett
Hi David We need an example for FilterVisitor as well - Saul and Justin are both familiar enough to write this section. Cheers, Jody David Adler wrote: > Are there JavaDocs for these? > > I'm trying to upgrade to the new filter architecture and it would be > helpful to have more reference than

[Geotools-devel] give me back my page!

2007-03-28 Thread Jody Garnett
My update instructioned have been stolen: - http://docs.codehaus.org/display/GEOSDOC/Upgrade+to+2.4#Upgradeto2.4-filter What? Jody - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel a

[Geotools-devel] Use a property test (Apparently "nojai" will have to stay like it is)

2007-03-28 Thread Jody Garnett
Hey Andrea - can you do the same property defined / property not defined trick I did for oracle? That way you are sure to get either one (but not both) - and you have full control. So to use "jai" people would need to define a property in their settings.xml file - have a look at the oracle exam

Re: [Geotools-devel] trunk broken or geoapi magic?

2007-03-28 Thread Gabriel Roldán
On Wednesday 28 March 2007 17:34, Andrea Aime wrote: > Gabriel Roldán ha scritto: > > thanks Andrea, that made it work when compiling with jdk 5, with > > jdk1.4.2_13 I get a couple test failures on the referencing module. > > > > is that a known problem? I will double check with a fresh jdk1.4 ins

Re: [Geotools-devel] trunk broken or geoapi magic?

2007-03-28 Thread Andrea Aime
Gabriel Roldán ha scritto: > thanks Andrea, that made it work when compiling with jdk 5, with jdk1.4.2_13 > I > get a couple test failures on the referencing module. > > is that a known problem? I will double check with a fresh jdk1.4 install in > case mine is somewhat weird up. Hmmm I do

Re: [Geotools-devel] Apparently "nojai" will have to stay like it is (non default)

2007-03-28 Thread Andrea Aime
Justin Deoliveira ha scritto: > Precisely the reason why profiles are evil imho. They play off each > other and when you have multiple going at once the outcome can be > unexpected. If the dependencies respect when you have native jars > installed is there any reason not just to make it part of

Re: [Geotools-devel] trunk broken or geoapi magic?

2007-03-28 Thread Gabriel Roldán
thanks Andrea, that made it work when compiling with jdk 5, with jdk1.4.2_13 I get a couple test failures on the referencing module. is that a known problem? I will double check with a fresh jdk1.4 install in case mine is somewhat weird up. Gabriel On Wednesday 28 March 2007 17:14, Andrea Aime

Re: [Geotools-devel] Apparently "nojai" will have to stay like it is (non default)

2007-03-28 Thread Justin Deoliveira
Precisely the reason why profiles are evil imho. They play off each other and when you have multiple going at once the outcome can be unexpected. If the dependencies respect when you have native jars installed is there any reason not just to make it part of the main pom configuration, ie no pro

Re: [Geotools-devel] trunk broken or geoapi magic?

2007-03-28 Thread Andrea Aime
Gabriel Roldán ha scritto: > Hi, > > I'm quite stuck on my working copy of trunk not being built. > > Guess it has something to do with the geoapi version? > I've tried with the one downloaded by maven and by building geoapi myself > from > latest trunk version, both ways geotools fails. You h

[Geotools-devel] Apparently "nojai" will have to stay like it is (non default)

2007-03-28 Thread Andrea Aime
Hi all, unfortunately I can't find a way to make the nojai active by default properly, that is, stay there, but be able to disable it using env variables or settings.xml. First surprise for me is that a profile that is "activeByDefalt" will disable itself as soon as another profile is activated, s

[Geotools-devel] trunk broken or geoapi magic?

2007-03-28 Thread Gabriel Roldán
Hi, I'm quite stuck on my working copy of trunk not being built. Guess it has something to do with the geoapi version? I've tried with the one downloaded by maven and by building geoapi myself from latest trunk version, both ways geotools fails. Bellow is the error I'm getting. Gabriel [INFO]

Re: [Geotools-devel] Congratulations, you're the new maintainer of the CQL module

2007-03-28 Thread Victor Mauricio Pazos
Thanks!, Would I need a svn user? Can you create one? cheers -- Mauricio Pazos www.axios.es tel-:+34 94 441 63 84 On Tuesday 27 March 2007 19:16, Andrea Aime wrote: > Hi Mauricio, > you've been successfully voted as the module mantainer for the CQL > module. As the first thing as module owner,

[Geotools-devel] Maybe a bug in MySQLDataStore?

2007-03-28 Thread Diego Guidi
I'm using GeoTools 2.3.0 and MySQLDataStore in gt2-mysql-2.3.0.jar. I've developed a common code in my program to use various geotools datastores (such oracle, postgres, arcsde, ecc...) that uses this code: parameters.put("dbtype", dbtype); parameters.put("host", host); parameters.put("por

Re: [Geotools-devel] Still problems with reprojecting raster data

2007-03-28 Thread Martin Desruisseaux
Olaf Danne a écrit : > we still have problems when reprojecting raster data, which we basically > already described in > > http://www.nabble.com/Raster-file-reprojection-problems-tf3180801.html#a8826611 Maybe Simone could tell more. For now, I don't know if the problem happen with Geotools Grid

Re: [Geotools-devel] JavaDocs for GT 2.4 and org.opengis.filter.FilterFactory

2007-03-28 Thread Martin Desruisseaux
David Adler a écrit : > Are there JavaDocs for these? GeoAPI 2.1-SNAPSHOT: http://geoapi.sourceforge.net/pending/site/apidocs/index.html Geotools 2.4-SNAPSHOT: http://javadoc.geotools.fr/snapshot/ They may be one or two months late. I will try to update when I will have a chance. Mart

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

2007-03-28 Thread ANT
Online report : http://ant:/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/11/buildId/112 Build statistics: State: Failed Previous State: Ok Started at: Tue, 27 Mar 2007 23:04:16 -0700 Finished at: Tue, 27 Mar 2007 23:05:25 -0700 Total time: 1m 9s Build Tri

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

2007-03-28 Thread ANT
Online report : http://ant:/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/11/buildId/107 Build statistics: State: Failed Previous State: Ok Started at: Mon, 26 Mar 2007 23:04:06 -0700 Finished at: Mon, 26 Mar 2007 23:06:04 -0700 Total time: 1m 57s Build Tr

[Geotools-devel] [jira] Created: (GEOT-1211) gt2-epsg-access.jar in the classpath prevent gt2-epsg-hsql.jar to work

2007-03-28 Thread Martin Desruisseaux (JIRA)
gt2-epsg-access.jar in the classpath prevent gt2-epsg-hsql.jar to work -- Key: GEOT-1211 URL: http://jira.codehaus.org/browse/GEOT-1211 Project: GeoTools Issue Type: Bug