Re: [configuration] Dependencies after switch to 1.4

2010-01-03 Thread Oliver Heger
Ralph Goers schrieb: I believe this could be addressed by changing the pom to only include Xerces and XML-APIs when compiling with JDK 5+ with a desired target of JDK 5+ and then having the unit tests that use validation only run when Java 5+ is enabled. However, this seems like a lot of work for

Re: [configuration] Dependencies after switch to 1.4

2010-01-03 Thread Oliver Heger
Henri Yandell schrieb: What would a dependency of 1.5 mean with regards to the Xerces dependency? You depend on Lang/Collections, and both are 1.5 dependent for their next version. With 1.5 the Xerces dependency is no more needed. There is some work going on for a Configuration 2.0 version wh

Re: [configuration] Dependencies after switch to 1.4

2010-01-03 Thread Ralph Goers
I believe this could be addressed by changing the pom to only include Xerces and XML-APIs when compiling with JDK 5+ with a desired target of JDK 5+ and then having the unit tests that use validation only run when Java 5+ is enabled. However, this seems like a lot of work for little benefit sin

Re: [configuration] Dependencies after switch to 1.4

2010-01-02 Thread Henri Yandell
What would a dependency of 1.5 mean with regards to the Xerces dependency? You depend on Lang/Collections, and both are 1.5 dependent for their next version. Hen On Sat, Jan 2, 2010 at 12:22 PM, Oliver Heger wrote: > In order to change the minimum required JDK to 1.4 I modified pom.xml. I was >

[configuration] Dependencies after switch to 1.4

2010-01-02 Thread Oliver Heger
In order to change the minimum required JDK to 1.4 I modified pom.xml. I was hoping to get rid of all the XML-related dependencies, but obviously this is not so easy. When dropping the Xerces-dependency I get a bunch of test failures: - Many of them are caused by tests for DatabaseConfiguration