Re: svn commit: r558045 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties: EnumNumber.java EnumProperty.java NumberProperty.java StringProperty.java

2007-08-11 Thread Vincent Hennebert
Hi Andreas, Andreas L Delmelle a écrit : > On Aug 8, 2007, at 18:30, Vincent Hennebert wrote: > >>> -public int getValue() { >>> -log.error("getValue() called on " + enumProperty + " number"); >>> -return 0; >> >> That may be discussed, but I have strong feelings against that.

Re: svn commit: r558045 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties: EnumNumber.java EnumProperty.java NumberProperty.java StringProperty.java

2007-08-11 Thread Andreas L Delmelle
On Aug 11, 2007, at 09:17, Vincent Hennebert wrote: Good idea, much better than the above! Didn't quite occur to me to do that. Then again, in case you didn't notice: those lines are removed...(?) Ok, I isolated the wrong snippet... Go below in the commit message, and you’ll find plenty

Re: Cannot build with JDK 1.3

2007-08-11 Thread Vincent Hennebert
Ok, I’ve had enough. I’ve spent almost the whole day trying to build a FOP distribution with Java 1.3. First trying to solve that problem of Xalan not found. Then fighting to get JCE working, to finally still have the corresponding testcase fail [1]. Then having cryptic NoSuchMethodErrors here and