[Geotools-devel] SLDStyleFactory & TextStyle2D --> issues (VOTE!)

2005-10-20 Thread dblasby
I sent this message a little while ago, and there was no comment on it. I'd like to make the changes so I can continue improving and documenting the TextSymbolizer. I'd like to make the changes on 2.1.x and trunk. I'm SE Asia, so I've been unable to attend the meetings (they are at about 3:00am

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread dblasby
Under the test directory (same package directory as the tests) there is a file called test.fixture. It contains all the db paramters that the tests use to connect. Change this file to point to your local box and your tests should fly. --- I was unable to find this file "test.fixture". Does

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Justin Deoliveira
Under the test directory (same package directory as the tests) there is a file called test.fixture. It contains all the db paramters that the tests use to connect. Change this file to point to your local box and your tests should fly. [EMAIL PROTECTED] wrote: Its either that or make people s

[Geotools-devel] [GT-Trunk-Snapshot] geotools-snapshot Build Failed

2005-10-20 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_snapshot?log=log20051021003042 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. ht

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Justin Deoliveira
There was no problem before because the test wasn't being run and the postgis datastore was virtually untested. This is why we added offline mode to run the scripts. Running maven like so: maven -o build wont run this test. The idea was that only the nightly builds should run in online mode a

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Paul Ramsey
My nightly runs the full 9 yards, but I am concerned that developers are having such a hard time, and would like to isolate where the problem is (ie, if it is somehow on our end (bad db config?) I would like to fix it!) This wasn't a problem before, so clearly some variables have changed..

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Martin Desruisseaux
[EMAIL PROTECTED] a écrit : ps. I'm in thailand, but my internet connections is reasonable - usually 20k/s, but with high latency. Martin said it took him 20 minutes. I'm in New-Caledonia, which have limited bandwidth. Martin. ---

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread dblasby
>>Its either that or make people set the services up on their own machine. So, how do I setup a local postgis database? Is there an install script somewhere? dave -- This mail sent through IMP: https://webmail.limegroup.com/

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread dblasby
James/Paul, Does the auto-testing (ie. paul's nightly build and james' on-commit testing) do the full test? I just want to make sure that the test are actually being run somewhere! I just changed one line of the postgis driver (to put quotes around a column name), and it took over an hour to run

Re: [Geotools-devel] trunk -- referencing-2.2.x.jar download problem

2005-10-20 Thread dblasby
I figured this out - I just had to do a full build. Silly me. I was just confused when it said that it had problems downloading something when it meant I needed to build it... dave -- This mail sent through IMP: https://webmail.limegroup.

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Justin Deoliveira
The tests are quite thorough and they are alot of them (30). They take a minute or two on my box. Some halt to test locking as well. Not sure how good Dave's internet connection (thailand) is at the moment but my guess that is where the increase is coming from. -Justin Paul Ramsey wrote: Wha

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Paul Ramsey
What is the test doing that takes so darn long? Network latency alone cannot account for the time, unless it's inserting/reading some ungodly large amount of data? P On Oct 20, 2005, at 11:40 AM, Justin Deoliveira wrote: Yes, this test runs against a public postgis instance on the refract

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Justin Deoliveira
I agree, the test should be cleaned up. For instance there are a lot of tests being excluded, these tests should be killed if they are never run. The postgis tests are a fact of life when are you dealing with testing services. Its either that or make people set the services up on their own mac

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Justin Deoliveira
Yes, this test runs against a public postgis instance on the refractions rackmount. You have a couple of options for speeding this up. 1. Run maven in "offline" mode (maven -o ), this will ignore all tests that follow the pattern (*OnlineTest). 2. Modify the test.fixture file in the test dire

[Geotools-devel] RasterSymbolizer

2005-10-20 Thread Alessio Fabiani
Hy guys,   having some time, I have modified a bit the StreamingRenderer in order to get him capable of render raster bands following the RasterSymbolizer colorMap (only RAMPS for the moment) definition.   I can commit the changes if you are interested.   This is a very first release, needs to be c

[Geotools-devel] [jira] Created: (GEOT-738) GMLComplexType LinearRing has wrong min/maxOccurs values

2005-10-20 Thread Mark Hall (JIRA)
GMLComplexType LinearRing has wrong min/maxOccurs values Key: GEOT-738 URL: http://jira.codehaus.org/browse/GEOT-738 Project: GeoTools Type: Bug Components: main Versions: 2.1.0 Reporter: Mark Hall

[Geotools-devel] [jira] Created: (GEOT-737) GMLComplexType DefaultChoice returns wrong max/min occurs

2005-10-20 Thread Mark Hall (JIRA)
GMLComplexType DefaultChoice returns wrong max/min occurs - Key: GEOT-737 URL: http://jira.codehaus.org/browse/GEOT-737 Project: GeoTools Type: Bug Components: main Versions: 2.1.0 Reporter: Mark Ha

[Geotools-devel] [jira] Created: (GEOT-736) GMLComplexType CoordType bug when parsing coordinates

2005-10-20 Thread Mark Hall (JIRA)
GMLComplexType CoordType bug when parsing coordinates - Key: GEOT-736 URL: http://jira.codehaus.org/browse/GEOT-736 Project: GeoTools Type: Bug Components: main Versions: 2.1.0, 2.2.M0 Environment: Linu

Re: [Geotools-devel] trunk -- referencing-2.2.x.jar download problem

2005-10-20 Thread James Macgill
Just go and do maven jar:install in the referencing directory first. You should always do a full build with a fresh checkout, failing that just do each one as it is requested. James On 10/20/05, Martin Desruisseaux <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : > > When I try to build

[Geotools-devel] [jira] Created: (GEOT-735) Perform a short circuit evaluation on LogicFilters in order to avoid NullPointerExceptions when an AttributeExpression evaluates to null

2005-10-20 Thread Gabriel Rold?n (JIRA)
Perform a short circuit evaluation on LogicFilters in order to avoid NullPointerExceptions when an AttributeExpression evaluates to null Key: GEOT-735

[Geotools-devel] Would like a maven.geotools.org address: who I should ask?

2005-10-20 Thread Martin Desruisseaux
I suggest to create a http://maven.geotools.org name for a Maven 2 repository. For now, it could just point to the following address: http://maven.espace.ird.nc However, in some future version, we will probably want to move the repository to a server with more bandwidth. For this reason, I

Re: [Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread Martin Desruisseaux
[EMAIL PROTECTED] a écrit : The PostGIS tests take a long time to complete. The "PostgisDataStoreAPIOnlineTest" is the culprit! I noticed too that PostGIS test is very long (20 minutes on my machine). As a result, I completly disabled this test on my local machine. I have the feeling that a

Re: [Geotools-devel] trunk -- referencing-2.2.x.jar download problem

2005-10-20 Thread Martin Desruisseaux
[EMAIL PROTECTED] a écrit : When I try to build main, I get this error: -- C:\eclipse\WORKSP~1\trunk\gt\module\main>maven jar:install __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempt

[Geotools-devel] [CC-Trunk] geotools Build Failed

2005-10-20 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20051020062812 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. htt

[Geotools-devel] [CC-Trunk] geotools build.237 Build Fixed

2005-10-20 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20051020045303Lbuild.237 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and

[Geotools-devel] [CC-2.1.x] geotools-2.1.x Build Failed

2005-10-20 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_2.1.x?log=log20051020043753 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http:

[Geotools-devel] Postgis test take > 10 minutes!! (PostgisDataStoreAPIOnlineTest)

2005-10-20 Thread dblasby
The PostGIS tests take a long time to complete. The "PostgisDataStoreAPIOnlineTest" is the culprit! Is there any way we can make it quicker? test:match: [echo] Searching directory C:\eclipse\workspace\g2_2_1_x\plugin\postgis\test [junit] Running org.geotools.data.postgis.PostgisDataStore

[Geotools-devel] [CC-Trunk] geotools Build Failed

2005-10-20 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20051020035646 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. htt

[Geotools-devel] [CC-2.1.x] geotools-2.1.x Build Failed

2005-10-20 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_2.1.x?log=log20051020033814 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http:

[Geotools-devel] PostGIS features issue

2005-10-20 Thread dblasby
Alessio, I fixed GEOT-734 (this issue) on branch and trunk. I'm unable to compile trunk at the moment, but it should be working... Could you check to make sure its working for you? dave -- This mail sent through IMP: https://webmail.lime

[Geotools-devel] trunk -- referencing-2.2.x.jar download problem

2005-10-20 Thread dblasby
When I try to build main, I get this error: -- C:\eclipse\WORKSP~1\trunk\gt\module\main>maven jar:install __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download referencing-2.

[Geotools-devel] GeoTools Build Report [ 2005/10/19 23:55 ]

2005-10-20 Thread Paul Ramsey
GeoTools2 module build report 20051019 gt2:referencing cleaned, compiled, tested, INSTALLED 2356 gt2:main cleaned, compiled, tested, INSTALLED 2359 gt2:shapefile cleaned, compiled, tested, INSTALLED gt2:indexed-shapefile cleaned, compiled, tested, INSTALLED 0001 gt2:graph