Jody Garnett ha scritto:
> Evening:
> 
> I have a couple of commits ready to go:
> - patch for UOM style stuff
> - test case for ReferencedEnvelope.EVERYTHING to ensure it is not mutable
> 
> The problem is when I build geotools with tests - shapefile fails as follows:
> Test set: org.geotools.data.shapefile.DbaseFileTest
> -------------------------------------------------------------------------------
> Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.098
> sec <<< FAILURE!
> testEmptyFields(org.geotools.data.shapefile.DbaseFileTest)  Time
> elapsed: 0.01 sec  <<< ERROR!
> java.io.FileNotFoundException: /var/folders/xv/xvN1hpRQE-8KP iyx3ETuU
>  TI/-Tmp-/scratchDBF.dbf
>         at 
> org.geotools.data.shapefile.ShpFiles.getReadChannel(ShpFiles.java:821)
>         at 
> org.geotools.data.shapefile.dbf.DbaseFileReader.<init>(DbaseFileReader.java:130)
>         at 
> org.geotools.data.shapefile.DbaseFileTest.testEmptyFields(DbaseFileTest.java:167)
> 
> And many more similar failures - with an env of:
> Apache Maven 2.1.0 (r755702; 2009-03-19 04:10:27+0900)
> Java version: 1.5.0_19
> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
> 
> After being stuck on this for a couple hours - I copied my directory
> over to linux and it builds without trouble.
> 
> I thought we were past turning off test cases for Mac?

I actually don't know, but a quick check for the mac os for profile 
activation:
http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html
seems to suggest there are none (grep mac `find . -name pom.xml` returns
only references to James MacGill).

It would be bad too... anyone with a Mac that can investigate? Jesse? ;-)

cheers
Andrea

------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to