Re: svn commit: r1209685 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationFactory.java

2011-12-03 Thread Oliver Heger
Hi Stefan, thank you for your insights. Am 03.12.2011 08:25, schrieb Stefan Bodewig: Hi Oliver, On 2011-12-02,ohe...@apache.org wrote: Another attempt to fix the GUMP build using an ugly cast. Seeing you jumping through these hoops I wonder whether it wouldn't be better to look at the

Properties not always String, String [was: svn commit: r1209685 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationFactory.java]

2011-12-03 Thread sebb
On 3 December 2011 07:25, Stefan Bodewig bode...@apache.org wrote: Hi Oliver, On 2011-12-02, ohe...@apache.org wrote: Another attempt to fix the GUMP build using an ugly cast. -        MapObject, Object systemProperties = System.getProperties(); +        // This is ugly, but it is safe

Re: svn commit: r1209685 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationFactory.java

2011-12-03 Thread Stefan Bodewig
On 2011-12-03, Oliver Heger wrote: Is configuration's dependency on Digester new or why have we started to see this error just now? You may want to upgrade to Digester 2.0 or 2.1 to start with (or even Digester3?) if it is new. If it isn't then obviously 2.x isn't compatible enough to 1.x

Re: svn commit: r1209685 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationFactory.java

2011-12-02 Thread Stefan Bodewig
Hi Oliver, On 2011-12-02, ohe...@apache.org wrote: Another attempt to fix the GUMP build using an ugly cast. Seeing you jumping through these hoops I wonder whether it wouldn't be better to look at the core issue. If configuration's compilation only fails in Gump this means there is an API