> -----Message d'origine-----
> De: Keiron Liddle [mailto:[EMAIL PROTECTED]]
> Date: 27 July 2001 09:36
> À: [EMAIL PROTECTED]
> Objet: Re: CVS pb, missing classes
> 
> 
> 
> On Thu, 26 Jul 2001 17:46:53 GALLO Jean-Claude wrote:
> > I downloaded today CVS updates and now errors occurs during rebuild.
> > 
> > After is the beginning of the error messages
> > PDFAElementBridge seems to be missing...
> 
> It is definitely in cvs and everything compiles.
> There must be some problem with how you are getting the source.
Usually I used cvs client from DOS prompt. 

Finally i downloaded the yesterday zipped archive from the site 
xml-fop_20010726101552.tar.gz and
xml-fop_20010726161604.tar.gz.

Compile can't be performed, BlockArea seems to be older than XMLRenderer
updates would like to find it. 
The messages I get :
...
compile:
     [echo] Compiling the sources
    [mkdir] Created dir:
/home/jcg/xml-fop/build/classes/org/apache/fop/viewer/resources
     [copy] Copying 9 files to
/home/jcg/xml-fop/build/classes/org/apache/fop/viewer/resources
    [mkdir] Created dir:
/home/jcg/xml-fop/build/classes/org/apache/fop/viewer/Images
     [copy] Copying 5 files to
/home/jcg/xml-fop/build/classes/org/apache/fop/viewer/Images
    [javac] Compiling 774 source files to /home/jcg/xml-fop/build/classes
    [javac]
/home/jcg/xml-fop/build/src/org/apache/fop/render/xml/XMLRenderer.java:200:
Variable isFirst in class org.apache.fop.layout.BlockArea not accessible
from class org.apache.fop.render.xml.XMLRenderer.
    [javac]             baText.append("\nis-first=\"" + area.isFirst +
"\"");
    [javac]                                                 ^
    [javac]
/home/jcg/xml-fop/build/src/org/apache/fop/render/xml/XMLRenderer.java:201:
Variable isLast in class org.apache.fop.layout.BlockArea not accessible from
class org.apache.fop.render.xml.XMLRenderer.
    [javac]             baText.append(" is-last=\"" + area.isLast + "\"");
    [javac]                                               ^
    [javac]
/home/jcg/xml-fop/build/src/org/apache/fop/render/xml/XMLRenderer.java:202:
Variable generatedBy in class org.apache.fop.layout.BlockArea not accessible
from class org.apache.fop.render.xml.XMLRenderer.
    [javac]             if (null != area.generatedBy)
    [javac]                             ^
    [javac]
/home/jcg/xml-fop/build/src/org/apache/fop/render/xml/XMLRenderer.java:203:
Variable generatedBy in class org.apache.fop.layout.BlockArea not accessible
from class org.apache.fop.render.xml.XMLRenderer.
    [javac]                     baText.append(" generated-by=\"" +
area.generatedBy.getName() +
    [javac]                                                            ^
    [javac]
/home/jcg/xml-fop/build/src/org/apache/fop/render/xml/XMLRenderer.java:204:
Variable generatedBy in class org.apache.fop.layout.BlockArea not accessible
from class org.apache.fop.render.xml.XMLRenderer.
    [javac]                     "//" + area.generatedBy + "\"");
    [javac]                                ^
    [javac] Note:
/home/jcg/xml-fop/build/src/org/apache/fop/tools/anttasks/CompileXMLFiles.ja
va uses or overrides a deprecated API.  Recompile with "-deprecation" for
details.
    [javac] 5 errors, 1 warning

BUILD FAILED

/home/jcg/xml-fop/build.xml:542: Compile failed, messages should have been
provided.


Supplying the three variable isFirst isLast and generatedBy (null value for
all, but what they do ?) and build.sh goes fine. But where is the BlockArea
class that XMLRenderer need or vice versa ?


Bye 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to