(I picked up yesterday's changes, but 'no go')

With Maven 2, I'm getting the same missing-JAI library-like error as before in plugin/image. It builds/tests fine with Maven 1, so I'm betting this is some type of Maven 2 configuration problem.

==
java.lang.NoClassDefFoundError: com/sun/media/imageio/stream/FileChannelImageInputStream at org.geotools.gce.image.WorldImageReaderTest.read(WorldImageReaderTest.java:100)
==

I'm still getting the same shapefile errors with maven 1 and maven2:
------------- ---------------- ---------------
Testcase: testConcurrentReadWrite(org.geotools.data.shapefile.ShapefileReadWriteTest): Caused an ERROR C:\DOCUME~1\DAVIDB~1\LOCALS~1\Temp\test-shp27495.prj (The requested operation cannot be performed on a file with a user-mapped section open) java.io.FileNotFoundException: C:\DOCUME~1\DAVIDB~1\LOCALS~1\Temp\test-shp27495.prj (The requested operation cannot be performed on a file with a user-mapped section open)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at org.geotools.data.shapefile.ShapefileDataStore.copyAndDelete(ShapefileDataStore.java:1087) at org.geotools.data.shapefile.ShapefileDataStore.createSchema(ShapefileDataStore.java:780) at org.geotools.data.shapefile.ShapefileReadWriteTest.test(ShapefileReadWriteTest.java:164) at org.geotools.data.shapefile.ShapefileReadWriteTest.test(ShapefileReadWriteTest.java:153) at org.geotools.data.shapefile.ShapefileReadWriteTest.testConcurrentReadWrite(ShapefileReadWriteTest.java:133)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to