Are you running them in java 4 or java 5?

Cory Horner wrote:
> Ran the tests for trunk on my system... and boom.
> 
> I don't think my changes caused this?
> 
> [INFO] Setting reports dir: 
> c:\java\geotools\trunk\modules\extension\xml-gml3\target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> [surefire] Running 
> org.geotools.gml3.bindings.AbstractFeatureCollectionTypeBindingTest
> [surefire] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.719 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.AbstractFeatureTypeBindingTest
> [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running 
> org.geotools.gml3.bindings.DirectPositionListTypeBindingTest
> [surefire] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.032 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.DirectPositionTypeBindingTest
> [surefire] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.031 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.LinearRingTypeBindingTest
> [surefire] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.016 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.LineStringTypeBindingTest
> [surefire] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.047 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.MultiLineStringTypeBindingTest
> [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.015 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.MultiPointTypeBindingTest
> [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.MultiPolygonTypeBindingTest
> [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.PointTypeBindingTest
> [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec 
> <<<<<<<< FAILURE !!
> [surefire] Running org.geotools.gml3.bindings.PolygonTypeBindingTest
> [surefire] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec 
> <<<<<<<< FAILURE !!
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 57 seconds
> [INFO] Finished at: Wed Oct 25 11:47:56 PDT 2006
> [INFO] Final Memory: 21M/46M
> [INFO] 
> ------------------------------------------------------------------------
> 
> javax.xml.transform.TransformerFactoryConfigurationError: Provider for 
> javax.xml.transform.TransformerFactory cannot be found
>         at javax.xml.transform.TransformerFactory.newInstance(Unknown 
> Source)
>         at org.geotools.xml.DOMParser.parse(DOMParser.java:74)
>         at 
> org.geotools.xml.test.XMLTestSupport.parse(XMLTestSupport.java:124)
>         at 
> org.geotools.gml3.bindings.LineStringTypeBindingTest.testPos(LineStringTypeBindingTest.java:29)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
>         at junit.framework.TestCase.runBare(TestCase.java:127)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:118)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at 
> org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
>         at 
> org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
>         at 
> org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at 
> org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
> 
> testPosList(org.geotools.gml3.bindings.LineStringTypeBindingTest)  Time 
> elapsed: 0 sec  <<< ERROR!
> 
> 
> -------------------------------------------------------------------------
> 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
> 
> !DSPAM:1004,453fb447166771194215290!
> 


-- 
Justin Deoliveira
The Open Planning Project
[EMAIL PROTECTED]

-------------------------------------------------------------------------
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

Reply via email to