Re: [Geotools-devel] Who is the moderator? [Fwd: Your message awaits moderator approval]

2007-02-20 Thread Jody Garnett
I think chris holmes knows how to do this one. Looking on SF myself right now for you. Do you want to attach your document to the Devel wiki page? Cheers, Jody > Hey all, > > could the moderator let my message through please? > > Thanks, > --adrian > > > > Forwarded Message > F

[Geotools-devel] Who is the moderator? [Fwd: Your message awaits moderator approval]

2007-02-20 Thread Adrian Custer
Hey all, could the moderator let my message through please? Thanks, --adrian Forwarded Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Your message to Geotools-devel awaits moderator approval Date: Tue, 20 Feb 2007 09:13:18 -0800 Your mail to 'Geotools-devel'

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

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

[Geotools-devel] DefaultFeatureResults QA review

2007-02-20 Thread Jody Garnett
Hi Andrea I am walking through some test case code looking into that Query thing The following code looks suspect (and svn blame lists you as the author - may be an accident of Jalopy): public DefaultFeatureResults(FeatureSource source, Query query) { this.featureSource = source;

Re: [Geotools-devel] Putting the Tools in GeoTools ...

2007-02-20 Thread Martin Desruisseaux
Le mardi 20 février 2007 à 13:23 -0800, Jody Garnett a écrit : > Could we make a ext/tools module and place a bunch of java Main > applications there? I know martin > has a CRS calculator, you have some coverage tools, Jesse has packaged > up the shapefile index creation > code as a command line

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

2007-02-20 Thread Martin Desruisseaux
Le mardi 20 février 2007 à 16:02 -0500, Continuum a écrit : > http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/708 There is a test failure in "main" reported there: http://geo.openplans.org:9090/continuum/servlet/browse?file=1/modules

Re: [Geotools-devel] Putting the Tools in GeoTools ...

2007-02-20 Thread Ian Turton
On 2/20/07, Jody Garnett <[EMAIL PROTECTED]> wrote: > Better Question Ian - do you have any quick Java Main apps you could > throw into the mix as a tool? not just now but soon I hope, especially if there was somewhere to put them :-) Ian -

Re: [Geotools-devel] ArcGridWriter? on trunk with Java 6

2007-02-20 Thread Jody Garnett
Jody Garnett wrote: > Hi Simone ... > It seems I have a test failure here that only occurs on Java 6! The > build is good right now for Java 1.4; I will test on Java 5 in a moment. > Confirmed Java 1.4 and Java 5 both work. The test failure only occurs with Java 6. Jody --

Re: [Geotools-devel] Putting the Tools in GeoTools ...

2007-02-20 Thread Jody Garnett
Better Question Ian - do you have any quick Java Main apps you could throw into the mix as a tool? > +1 from me > > Ian - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll ge

Re: [Geotools-devel] Putting the Tools in GeoTools ...

2007-02-20 Thread Ian Turton
On 2/20/07, Jody Garnett <[EMAIL PROTECTED]> wrote: > Could we make a ext/tools module and place a bunch of java Main > applications there? I know martin > has a CRS calculator, you have some coverage tools, Jesse has packaged > up the shapefile index creation > code as a command line app several t

[Geotools-devel] Putting the Tools in GeoTools ...

2007-02-20 Thread Jody Garnett
Hi Simone ... I have been thinking about the svn juggling you were talking about; and what to do with unsupported/coverage tools. Could we make a ext/tools module and place a bunch of java Main applications there? I know martin has a CRS calculator, you have some coverage tools, Jesse has packa

[Geotools-devel] ArcGridWriter? on trunk with Java 6

2007-02-20 Thread Jody Garnett
Hi Simone ... It seems I have a test failure here that only occurs on Java 6! The build is good right now for Java 1.4; I will test on Java 5 in a moment. My best guess is a test is not cleaning up after itself so two tests end up fighting over the same file. Cheers, Jody > SEVERE: > C:\java\g

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

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

Re: [Geotools-devel] Difference into two apparently equal CRS?

2007-02-20 Thread Martin Desruisseaux
Le lundi 19 février 2007 à 23:20 +0100, Andrea Aime a écrit : > Hum, agreed, math in different projections is, well, different (be it > for fully different equations, or different parameters due to different > reference meridiand/parallels). > Seems to be a good compromise to me. Done (comparing t

Re: [Geotools-devel] BUILD FAILURE: Geotools Trunk ( Java 5 modules )

2007-02-20 Thread Jody Garnett
Bad maven no cookie! I will figure this out when I get to work (ie just now). Cheers, Jody > Seems the java 4 profile is including the java 5 modules. > > Continuum wrote: > >> http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/695 >

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

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

Re: [Geotools-devel] BUILD FAILURE: Geotools Trunk ( Java 5 modules )

2007-02-20 Thread Jody Garnett
Okay I have made normal list of Java 1.4 modules; and made seperate profiles for JDK 1.5 and JDK 1.6 (a bit of duplication in the pom.xml but what can you do). Jody > Seems the java 4 profile is including the java 5 modules. > > Continuum wrote: > >> http://geo.openplans.org:9090/continuum/ser

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

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