I am starting to get a few clues - as the build box helpfully shows the following tests are troubled: - org.geotools.referencing.CrsTest - org.geotools.referencing.operation.projection.SouthOrientedTest
You can see this by going to modules/library/referencing: mvn install -P nojai The difficulty is that these tests pass on their own: - mvn -Dtest=CrsTest test -Pnojai - mvn -Dtest=SouthOrientedTest test -Pnojai - or running them by hand in Eclipse I have carefully added some log messages to FactoryRegistry so I can watch what is failing ... and will try and figure out what the difference is. Jody ------------------------------------------------------------------------- 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
