Hi, I had the same error when I built the javadoc for the trunk last week. It was due to a misconfiguration on my computer. For me, the problem was solved when I defined the JAVA_HOME environment variable.
Regards, Cédric Simone Giannecchini a écrit : > I think you are using java 1.6, you should use 1.5 to build. > > Simone. > ------------------------------------------------------- > Ing. Simone Giannecchini > GeoSolutions S.A.S. > Owner - Software Engineer > Via Carignoni 51 > 55041 Camaiore (LU) > Italy > > phone: +39 0584983027 > fax: +39 0584983027 > mob: +39 333 8128928 > > > http://www.geo-solutions.it > http://simboss.blogspot.com/ > http://www.linkedin.com/in/simonegiannecchini > > ------------------------------------------------------- > > > > On Tue, Mar 31, 2009 at 11:37 AM, Alain Jimeno <[email protected]> wrote: > >> Hi all. >> I have downloaded the 2.5.x branch from >> http://svn.osgeo.org/geotools/branches/2.5.x and every time I try to build it >> with "mvn install" it throws the following compilation failure: >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> /home/alain/devel- >> box/geotools_new/2.5.x/modules/library/referencing/src/main/java/org/geotools/referencing/factory/epsg/SingleConnectionDataSource.java: >> [32,0] org.geotools.referencing.factory.epsg.SingleConnectionDataSource is >> not >> abstract and does not override abstract method >> isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper >> >> Any clue of what could be wrong? >> >> Please, let me know if you need a complete stack trace. >> >> Thanks in advance. >> -- >> Alain Jimeno >> www.axios.es >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Geotools-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geotools-devel >> >> > > ------------------------------------------------------------------------------ > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > > ------------------------------------------------------------------------------ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
