You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Pascal Sancho <pa...@takoma.fr> on 2007/07/09 09:54:52 UTC

RE: svn commit: r554104 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo: ./ flow/ pagination/

Hi,

I get 3 errors when I buid this latest TRUNK revision.

FYI, latest rev that works is rev 554240.
Rev 554251 fails too.

Pascal


    [javac] D:\fop_trunk\src\java\org\apache\fop\fo\flow\TableFObj.java:330: NumberProperty(int) has protected access in org.apache.fop.fo.properties.NumberProperty
    [javac]             return new NumberProperty(
    [javac]                    ^
    [javac] D:\fop_trunk\src\java\org\apache\fop\fo\flow\TableFObj.java:357: NumberProperty(int) has protected access in org.apache.fop.fo.properties.NumberProperty
    [javac]                 return new NumberProperty(parent.getCurrentColumnIndex());
    [javac]                        ^
    [javac] D:\fop_trunk\src\java\org\apache\fop\fo\flow\TableFObj.java:364: NumberProperty(int) has protected access in org.apache.fop.fo.properties.NumberProperty
    [javac]                     p = new NumberProperty(columnIndex);
    [javac]                         ^

> -----Message d'origine-----
> De : adelmelle@apache.org [mailto:adelmelle@apache.org] 
> Envoyé : samedi 7 juillet 2007 03:07
> 
> Author: adelmelle
> Date: Fri Jul  6 18:07:10 2007
> New Revision: 554104
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=554104
> Log:
> Bugzilla 41656:
> Refactoring in the fo package:
> -> removal of the childNodes instance member in fop.fo.FObj 
> addition of 
> -> a firstChild instance member in fop.fo.FObj addition of a siblings 
> -> instance member in fop.fo.FONode addition of a FONodeIterator 
> -> interface in FONode + corresponding implementation in FObj changed 
> -> implementations of FObj.addChildNode(), .removeChild() and 
> -> .getChildNodes()

...

Re: svn commit: r554104 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo: ./ flow/ pagination/

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Already fixed a few seconds before you sent that message. :-)

On 09.07.2007 09:54:52 Pascal Sancho wrote:
> Hi,
> 
> I get 3 errors when I buid this latest TRUNK revision.
> 
> FYI, latest rev that works is rev 554240.
> Rev 554251 fails too.
> 
> Pascal
> 
> 
>     [javac] D:\fop_trunk\src\java\org\apache\fop\fo\flow\TableFObj.java:330: NumberProperty(int) has protected access in org.apache.fop.fo.properties.NumberProperty
>     [javac]             return new NumberProperty(
>     [javac]                    ^
>     [javac] D:\fop_trunk\src\java\org\apache\fop\fo\flow\TableFObj.java:357: NumberProperty(int) has protected access in org.apache.fop.fo.properties.NumberProperty
>     [javac]                 return new NumberProperty(parent.getCurrentColumnIndex());
>     [javac]                        ^
>     [javac] D:\fop_trunk\src\java\org\apache\fop\fo\flow\TableFObj.java:364: NumberProperty(int) has protected access in org.apache.fop.fo.properties.NumberProperty
>     [javac]                     p = new NumberProperty(columnIndex);
>     [javac]                         ^
> 
> > -----Message d'origine-----
> > De : adelmelle@apache.org [mailto:adelmelle@apache.org] 
> > Envoyé : samedi 7 juillet 2007 03:07
> > 
> > Author: adelmelle
> > Date: Fri Jul  6 18:07:10 2007
> > New Revision: 554104
> > 
> > URL: http://svn.apache.org/viewvc?view=rev&rev=554104
> > Log:
> > Bugzilla 41656:
> > Refactoring in the fo package:
> > -> removal of the childNodes instance member in fop.fo.FObj 
> > addition of 
> > -> a firstChild instance member in fop.fo.FObj addition of a siblings 
> > -> instance member in fop.fo.FONode addition of a FONodeIterator 
> > -> interface in FONode + corresponding implementation in FObj changed 
> > -> implementations of FObj.addChildNode(), .removeChild() and 
> > -> .getChildNodes()
> 
> ...



Jeremias Maerki