I got this error when I install JAI and Imageio only under the JDK and not under the JRE. WHen I develope everything is fine because I use the JDK but then maven crashes because it uses the JRE and it found neither JAI nor ImageIO.
Hope that helps. Simone. On 11/24/06, Frederico <[EMAIL PROTECTED]> wrote: > > > Hi, when i try to make the project snapshot with maven (maven clean install) > , i got this error: > > [INFO] Surefire report directory: G:\CVSHOME\Geotools > 2.3.x\module\referencing\target\surefire-reports > org.apache.maven.surefire.booter.SurefireExecutionException: > org.geotools.referencing.operation.transform.WarpTransformTest; > nested exception is java. > lang.NoClassDefFoundError: javax/media/jai/WarpPolynomial; nested exception > is > org.apache.maven.surefire.testset.TestSetFailedException: > org.geotools. > referencing.operation.transform.WarpTransformTest; nested > exception is java.lang.NoClassDefFoundError: javax/media/jai/WarpPolynomial > org.apache.maven.surefire.testset.TestSetFailedException: > org.geotools.referencing.operation.transform.WarpTransformTest; > nested exception is java.lan > g.NoClassDefFoundError: javax/media/jai/WarpPolynomial > > > How can i force the maven to detect the jai_core.jar that i downloaded?? > > Thx, Fred. > ------------------------------------------------------------------------- > 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-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > > -- ------------------------------------------------------- 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-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
