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 1.4.2_13 and it works ... > Cédric, I've experienced (other) weird and seemingly random problems when I had jdk 1.5.0_09 installed, which disappeard when I installed 1.5.0_10. Because the issues were solved I didn't take the effort to investigate more. Note that my issues mainly seemed to be related to memory management, which seemed to be broken either in 1.5.0_09 or im my specific install of that jdk. This is on gentoo linux, amd64. I'd say, try to upgrade to 1.5.0_10 and see if it fixes something.
Cheers, Vincent. > Thanks for this advice, > Cédric B. > > >> 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 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 Object >>> and Class in place of the generics so that it compiles against a 1.4 >>> target. >>> >>> Not sure why this would fail against 1.5 though. >>> >>> James >>> >>> On 1/23/07, Simone Giannecchini <[EMAIL PROTECTED]> wrote: >>> >>> >>>> 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:\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 override abstract >>>>>>>>> method isWrap >>>>>>>>> perFor(java.lang.Class) in java.sql.Wrapper >>>>>>>>> >>>>>>>>> >>>>>> It seems to me there's something different in your code? >>>>>> SimpleDataSource does not implement java.sql.Wrapper at all in my >>>>>> checkout? >>>>>> >>>>>> >>>>>> >>>>> It doesn't implement java.sql.Wrapper for me too. It implements >>>>> DataSource in the same package. >>>>> I have made a checkout of the gt2.3.x in an other directory on my pc, >>>>> and the compilation breaks again on this error... >>>>> >>>>> >>>>> >>>>>> Cheers >>>>>> Andrea >>>>>> >>>>>> >>>>>> >>>>> ------------------------------------------------------------------------- >>>>> >>>>> Take Surveys. Earn Cash. Influence the Future of IT >>>>> Join SourceForge.net's Techsay panel and you'll get the chance to >>>>> share your >>>>> opinions on IT & business topics through brief surveys - and earn cash >>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>>>> >>>>> _______________________________________________ >>>>> Geotools-devel mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>>>> >>>>> >>>>> >>>> -- >>>> ------------------------------------------------------- >>>> Eng. Simone Giannecchini >>>> President /CEO GeoSolutions >>>> >>>> http://www.geo-solutions.it >>>> >>>> ------------------------------------------------------- >>>> >>>> ------------------------------------------------------------------------- >>>> >>>> Take Surveys. Earn Cash. Influence the Future of IT >>>> Join SourceForge.net's Techsay panel and you'll get the chance to >>>> share your >>>> opinions on IT & business topics through brief surveys - and earn cash >>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>>> >>>> _______________________________________________ >>>> Geotools-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>>> >>>> >>>> >>> ------------------------------------------------------------------------- >>> >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to >>> share your >>> opinions on IT & business topics through brief surveys - and earn cash >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>> >>> _______________________________________________ >>> Geotools-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>> >>> >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
