Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Vincent Schut
Vincent Heurteaux wrote: > Hello, > > Le 25 janv. 07 à 12:30, Vincent Schut a écrit : > > >> BTW I do install JAI &co myself from cvs, not from portage (don't even >> know if it's there). >> > There is a JAI ebuild in portage, but you have to define a > PORTDIR_OVERLAY and to create an al

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Vincent Heurteaux
Hello, Le 25 janv. 07 à 12:30, Vincent Schut a écrit : > BTW I do install JAI &co myself from cvs, not from portage (don't even > know if it's there). There is a JAI ebuild in portage, but you have to define a PORTDIR_OVERLAY and to create an alternative ebuild with a greater version number,

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Vincent Schut
Andrea Aime wrote: > Vincent Schut ha scritto: > >> Cédric Briançon wrote: >> >>> Vincent Schut a écrit : >>> >>> FYI: I just did my regular rebuild of gt 2.3.x branch, and everything built fine. This is with sun-jdk 1.5.0_10. >>> It's

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Vincent Heurteaux
Ciao Andrea, Ah, another one having issues with Java on Gentoo. Have you installed your jdk from portage? Justin was having problems with that jdk too and solved it by installing an official jdk from Sun. We've experienced problems in the past with Blackdown jdk wich is the default one on

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Andrea Aime
Vincent Schut ha scritto: > Cédric Briançon wrote: >> Vincent Schut a écrit : >> >>> FYI: I just did my regular rebuild of gt 2.3.x branch, and everything >>> built fine. >>> This is with sun-jdk 1.5.0_10. >>> >>> >> It's weird, I haven't succeeded in compiling the branch 2.3.x with jdk >

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Cédric Briançon
Vincent Schut a écrit : > Cédric Briançon wrote: >> Vincent Schut a écrit : >> >>> FYI: I just did my regular rebuild of gt 2.3.x branch, and >>> everything built fine. >>> This is with sun-jdk 1.5.0_10. >>> >>> >> It's weird, I haven't succeeded in compiling the branch 2.3.x with >> jdk 1

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Vincent Schut
Cédric Briançon wrote: > Vincent Schut a écrit : > >> FYI: I just did my regular rebuild of gt 2.3.x branch, and everything >> built fine. >> This is with sun-jdk 1.5.0_10. >> >> > It's weird, I haven't succeeded in compiling the branch 2.3.x with jdk > 1.5.0_09... > I've installed a jdk

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-25 Thread Cédric Briançon
Vincent Schut a écrit : > FYI: I just did my regular rebuild of gt 2.3.x branch, and everything > built fine. > This is with sun-jdk 1.5.0_10. > It's weird, I haven't succeeded in compiling the branch 2.3.x with jdk 1.5.0_09... I've installed a jdk 1.4.2_13 and it works ... Thanks for this advic

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread James Macgill
> * There is also a mysterious test failure in main (I don't remember > which one exactly). This test pass fine with Java 4 and 5 but fails > with Java 6. I have not investigated this issue further. > Oh, yes, I have a fix for that too, there were a number of them. They stem from the fact that

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Martin Desruisseaux
Geotools do not compiles with Java 6. I already reported this issue a few weeks ago. There is two problems: * Introduction of new methods in javax.sql.DataSource. This is not the first time that Sun introduces new methods in JDBC interfaces. It does happen at every new JDBC release. Lets remin

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Andrea Aime
James Macgill ha scritto: > So, > > I hit errors like this the other night when trying to build geotools > for the first time in ages. > > For me it was the introduction of Wrapper in 1.6 (which uses > generics). Indeed you're right, it does not compile with java 6. Hey, this means Sun decided

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Simone Giannecchini
Same here. Simone. On 1/23/07, Vincent Schut <[EMAIL PROTECTED]> wrote: > FYI: I just did my regular rebuild of gt 2.3.x branch, and everything > built fine. > This is with sun-jdk 1.5.0_10. > > Cheers, > Vincent. > > James Macgill wrote: > > So, > > > > I hit errors like this the other night whe

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Vincent Schut
FYI: I just did my regular rebuild of gt 2.3.x branch, and everything built fine. This is with sun-jdk 1.5.0_10. Cheers, Vincent. James Macgill wrote: > So, > > I hit errors like this the other night when trying to build geotools > for the first time in ages. > > For me it was the introduction o

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread James Macgill
So, I hit errors like this the other night when trying to build geotools for the first time in ages. For me it was the introduction of Wrapper in 1.6 (which uses generics). Building against a 1.4 classes archive is one option, the other is to add the methods in the wrapper interface but using Ob

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Simone Giannecchini
This is quite strange man, I just did a full mvn clean install and everything worked for me here. Does it work for you andrea? Simone. On 1/23/07, Cédric Briançon <[EMAIL PROTECTED]> wrote: > Andrea Aime a écrit : > > Cédric Briançon ha scritto: > >> Simone Giannecchini a écrit : > > > C:\pr

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Cédric Briançon
Andrea Aime a écrit : > Cédric Briançon ha scritto: >> Simone Giannecchini a écrit : > C:\projets\geotools\branches\2.3.x\module\referencing\src\org\geotools\referenci ng\factory\epsg\SimpleDataSource.java:[99,7] org.geotools.referencing.factory.ep sg.SimpleDataSourc

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Andrea Aime
Cédric Briançon ha scritto: > Simone Giannecchini a écrit : >>> C:\projets\geotools\branches\2.3.x\module\referencing\src\org\geotools\referenci >>> >>> >>> ng\factory\epsg\SimpleDataSource.java:[99,7] >>> org.geotools.referencing.factory.ep >>> sg.SimpleDataSource is not abstract and does not o

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Cédric Briançon
Simone Giannecchini a écrit : > Ciao Cedric, > did you update the whole tree of gt 2.3.x? > > Simone. > Yes, I have updated all my gt2.3.x directory. When I launch "mvn install" from the root directory of branches/2.3.x, I fail on the referencing module, so I have tried to build only the coverage

Re: [Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Simone Giannecchini
Ciao Cedric, did you update the whole tree of gt 2.3.x? Simone. On 1/23/07, Cédric Briançon <[EMAIL PROTECTED]> wrote: > Hello I've just updated my version of Geotools2.3.1, and the compilation > breaks on coverage and referencing modules (the same for maven with > jdk1.6 and 1.5.0_09). Here is t

[Geotools-devel] Error compiling gt2.3.1 coverage and referencing modules

2007-01-23 Thread Cédric Briançon
Hello I've just updated my version of Geotools2.3.1, and the compilation breaks on coverage and referencing modules (the same for maven with jdk1.6 and 1.5.0_09). Here is the stack traces : C:\projets\geotools\branches\2.3.x\module\coverage>mvn install [INFO] Scanning for projects... [INFO] ---