Re: [Geotools-devel] XSQNameBindingTest Failure

2008-06-17 Thread Ed Hill
I no longer have the XSQNameBindingTest Failure as of this morning after checking the SVN. Thanks for you help. I am still getting the errors in test3BandsByte_SLD and test4BandsUInt16_SLD in RasterSymbolizerTest.java. I have narrowed the error down to getTiles() call in testRasterSymbolizerH

Re: [Geotools-devel] XSQNameBindingTest Failure

2008-06-16 Thread Jody Garnett
2.4 is over and done; it is limited to Java 1.4. Jody > I too had the problem on geotools 2.4, not on trunk. (Using Java 1.5) > > Its in a hardcoded unit test, so the developer has no way of "sorting" > anything - it simply needs to pass reliably :-0 > > what is the officieal position on what ver

Re: [Geotools-devel] XSQNameBindingTest Failure

2008-06-16 Thread Rob Atkinson
I too had the problem on geotools 2.4, not on trunk. (Using Java 1.5) Its in a hardcoded unit test, so the developer has no way of "sorting" anything - it simply needs to pass reliably :-0 what is the officieal position on what versions of java work for 2.4? Is it limited to 1.4 still? RA On T

Re: [Geotools-devel] XSQNameBindingTest Failure

2008-06-16 Thread Jody Garnett
I had problems with this as well recently; I seem to recall that the instance of DatatypeConverter changes if you are using Java 6? Are you using Java 6? I placed try/catch code around this section of code but Justin did not accept my patch ... Java used to let us get away with not having a nam

Re: [Geotools-devel] XSQNameBindingTest Failure

2008-06-16 Thread Ed Hill
I have narrowed this problem down to one line of code in the XSQNameBinding.java file. For some reason if the variable 'value' does not start with "foo" then the code crashes when the QName is initialized. Can someone please assist me with this. I have pasted the function with the crashing line

[Geotools-devel] XSQNameBindingTest Failure

2008-06-12 Thread Edward W. Hill
I am new to the world of GeoTools and Maven. I am attempting to build GeoTools 2.5 - M2 and I am running into a build failure. I get the following: Tests in error: testWithNoPrefix(org.geotools.xs.bindings.XSQNameBindingTest) If I comment out the core then I get the following: Tests i