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
