Jesse was talking to me about that the other day, apparently the change to use the sample-data module as the source of all resources has slowed down the shapefile tests a lot. Apparenlty he needs to copy the files out of the sample data module and into a temp file again and again and again ...
A different way to look at the problem would be how can we slurp all the resources out of sample-data once, and take this responsibility away from those testing plug-ins? Cheers, Jody > Cool ,this appears to have fixed the problem. Thanks Margin. > > Looking at the tmp directory there is a *ton* of stuff in there. > > It would be nice if our test cases were a little better about cleaning > up after themselves. Shapefile seems to be worst abuser: The command rm > /tmp/test-shp* resulted in: > > rm: Argument list too long > > :). Not a show stopper I know, but all it takes is calling > deleteOnExit() on the temporary file. > > -Justin > > > > Martin Desruisseaux wrote: > >> I was not aware of a build failure on epsg-hsql (especially since it >> worked lately and I didn't made any changes there)... >> >> Justin Deoliveira a écrit : >> >>> testValidArea(org.geotools.referencing.factory.epsg.DefaultDataSourceTest) >>> >>> Time elapsed: 0.041 sec <<< ERROR! >>> java.lang.NullPointerException >>> at >>> org.geotools.referencing.factory.epsg.DefaultDataSourceTest.testValidArea(DefaultDataSourceTest.java:426) >>> >>> >> Try to clear the tmp directory on the cruise control server. More >> specifically, try to delete the <some tmp directory>/Geotools/ directory. >> >> Martin >> >> !DSPAM:1004,4537c37c87981804284693! >> >> > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
