On Apr 18, 2008, at 21:08, [EMAIL PROTECTED] wrote:
Author: spepping
Date: Fri Apr 18 12:07:57 2008
New Revision: 649657
URL: http://svn.apache.org/viewvc?rev=649657&view=rev
Log:
An implementation of a positive integer property maker. It implements
convertProperty, which is the correct method to implement if one wants
to add to the make process. This fixes bug 44619.
Sorry to respond to this so late, but I just noticed that this change
seems to have broken a feature we had in place for column-number.
The new PositiveIntegerMaker always returns a property with value of
1 if the specified value is negative or zero. Now, for column-number,
it used to be so that those values were replaced by the next free
column-number. After the change, we get overlap errors in the fotree
testsuite because of this.
Just FYI. If anybody should wonder...
Cheers
Andreas