[Geotools-devel] [jira] Created: (GEOT-1266) Upgrade from JSR 108 to JSR 275

2007-05-07 Thread Michael Newcomb (JIRA)
Upgrade from JSR 108 to JSR 275 --- Key: GEOT-1266 URL: http://jira.codehaus.org/browse/GEOT-1266 Project: GeoTools Issue Type: Task Reporter: Michael Newcomb Priority: Minor JSR 108 has

[Geotools-devel] Build failure in referencing.factory test

2007-05-07 Thread Graham Davis
Running org.geotools.referencing.factory.AllAuthoritiesFactoryTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec <<< FAILURE! -- Graham Davis Refractions Research Inc. [EMAIL PROTECTED] - This S

Re: [Geotools-devel] Migrate epsg-extension from "unsupported" to "plugin"?

2007-05-07 Thread Jody Garnett
I actually had a couple wiki pages in mind; simple use in a java application (drop in classpath and we need to fill out the connection parameters some how?) And then we need to document how to deploy in JBoss, and deploy in Tomcat. I was going to add these pages to the user guide wiki space (in

[Geotools-devel] Styling on trunk requires deprecated Code

2007-05-07 Thread Jesse Eichar
Hi all, I've noticed this weekend that there is no way to hack styles without using Deprecated code. The public style API requires the old deprecated Geotools expressions and filters so there is no way to create a symbolizer (other than with the builder which isn't always sufficient) with

Re: [Geotools-devel] Build failure in referencing.factory test

2007-05-07 Thread Martin Desruisseaux
Graham Davis a écrit : > Running org.geotools.referencing.factory.AllAuthoritiesFactoryTest > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.031 > sec <<< FAILURE! Any stack trace? Which Maven / JDK version are you using? I have run "mvn install" many time today with JDK 1.4 wi

[Geotools-devel] IRC appologies

2007-05-07 Thread Martin Desruisseaux
I will not be able to attend to today IRC... Martin - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to

[Geotools-devel] [jira] Created: (GEOT-1267) MetaBufferEstimator can throw NPE

2007-05-07 Thread Andrea Aime (JIRA)
MetaBufferEstimator can throw NPE - Key: GEOT-1267 URL: http://jira.codehaus.org/browse/GEOT-1267 Project: GeoTools Issue Type: Bug Components: core render Affects Versions: 2.4.M3, 2.3.1

Re: [Geotools-devel] Build failure in referencing.factory test

2007-05-07 Thread Graham Davis
I'm using Maven v 2.0.5 and Java 5. I'm new to Maven so I'm not sure how to get a stack trace. Graham. Martin Desruisseaux wrote: >Graham Davis a écrit : > > >>Running org.geotools.referencing.factory.AllAuthoritiesFactoryTest >>Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed

Re: [Geotools-devel] Build failure in referencing.factory test

2007-05-07 Thread Jody Garnett
Hi Martin - I have been able to verify the error on one machine: Windows Vista, Maven 2.0.5, Java 6: > C:\java\geotools\trunk\modules\library\referencing\target\surefire-reports>more > > org.geotools.referencing.factory.AllAuthoritiesFactoryTest.txt >

Re: [Geotools-devel] Styling on trunk requires deprecated Code

2007-05-07 Thread Jody Garnett
So there are a couple of ways to fix this - each of which requires an API change We can duplicate up the methods ... > import org.geotools.filter.Expression; > interface AnchorPoint { > void setAnchorPointX(Expression x); > void setAnchorPointX(org.opengis.filter.expression.Expressio

Re: [Geotools-devel] Styling on trunk requires deprecated Code

2007-05-07 Thread Jody Garnett
Changing the import cleans up the code nicely ... let's talk about it in the GeoTools meeting and see what we want to do? Jody > So there are a couple of ways to fix this - each of which requires an > API change > > Or we could change the import ... > >> import org.opengis.filter.expressi

[Geotools-devel] IRC meeting on NOW

2007-05-07 Thread Jody Garnett
Apparently the meeting time changed (we did not get any -1 votes), I will update the developers guide page .. And wait for people to show up. Jody - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the

[Geotools-devel] BBox - cannot visit PropertyNameExpression

2007-05-07 Thread Jody Garnett
There is not method on the BBox interface to let us visit the PropertyNameExpression represented by the provided string. Is this a case where we need a BBox2 interface? Jody - This SF.net email is sponsored by DB2 Express D

Re: [Geotools-devel] BBox - cannot visit PropertyNameExpression

2007-05-07 Thread Jody Garnett
Sorry wrong list. > There is not method on the BBox interface to let us visit the > PropertyNameExpression represented by the provided string. Is this a > case where we need a BBox2 interface? > > Jody > > - > This SF.net ema

[Geotools-devel] IRC Logs

2007-05-07 Thread Richard Gould
Still can't post news items {excerpt} 1: Informal Chat 2: Meeting time changed 3: Style 4: FOSS4G Presentations ... we need a plan {excerpt} aaim1: 1) chat aaim1: ok, this is done, or do we want to add anything? jgarnett: nope I am good - a bit distressed cleaning style but whatever jgarnett: 2)

Re: [Geotools-devel] Removed "nojai" profile

2007-05-07 Thread Chris Holmes
Ok, maybe I'm interpreting something wrong, but I believe I now should be able to go to GeoTools 2.3.x and run 'mvn install' with maven 2.0.4 with no -Pnojai and no JAI installed and it should work? Or was this change just made on trunk? Because I just checked out gt and ran mvn install on 2.

Re: [Geotools-devel] IRC Logs

2007-05-07 Thread Jody Garnett
I am out of here Richard (bye everyone!) - Justin knows enough to get your access to the wiki (and the instructions are on the Home page). Richard Gould wrote: > Still can't post news items > - This SF.net email is sponsor

Re: [Geotools-devel] Removed "nojai" profile

2007-05-07 Thread Jody Garnett
Chris Holmes wrote: > Ok, maybe I'm interpreting something wrong, but I believe I now should > be able to go to GeoTools 2.3.x and run 'mvn install' with maven 2.0.4 > with no -Pnojai and no JAI installed and it should work? Or was this > change just made on trunk? I think this is only on trunk

[Geotools-devel] Labelling problem with streaming renderer fixed?

2007-05-07 Thread Jesse Eichar
Hi, I think I've fixed the problem with streaming renderer. At least the test I've been doing pass. It came down to some failed merges from 2.2.x. Let me know if you still have problems. Jesse - This SF.net email is s

Re: [Geotools-devel] Build failure in referencing.factory test

2007-05-07 Thread Jody Garnett
Very odd ... looking at the unit test in question it is a check to ensure that "AUTO2" is found. Cheers, Jody > Hi Martin - I have been able to verify the error on one machine: > > Windows Vista, Maven 2.0.5, Java 6: > >> C:\java\geotools\trunk\modules\library\referencing\target\surefire-repo

Re: [Geotools-devel] Build failure in referencing.factory test

2007-05-07 Thread Jody Garnett
Changing the test case to confirm the presense of AUTO (rather than AUTO2) seems to work in all cases (and all machines). I am not sure why "AUTO2" no longer registers? But I can confirm that the factory we are trying to check is around (the same factory acts for both AUTO and AUTO2 as far as I

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

2007-05-07 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/552 - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and t

[Geotools-devel] Style updated to use Filter (along with some fixes to KMLWriter)

2007-05-07 Thread Jody Garnett
The update went okay, the only changes for GeoServer involved the KMLWriter (there is a couple of cases where it tries to figure out the opacity with out using a Feature). BEFORE: opacity.getValue( null ) AFTER: opacity.evaluate( null, Float.class ) Similar methods exist in the Filters and SLD u

Re: [Geotools-devel] Style updated to use Filter (along with some fixes to KMLWriter)

2007-05-07 Thread Jody Garnett
Oh in case it was note clear geoserver trunk is happy; labels still do not renderer (I checked the new york demo as you requested Andrea). The new open layers WFS-T demo looks great; the preview table did not work as advertised (it was correctly requesting a map using the openlayers format ...

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

2007-05-07 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/554 - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and t