Keiron Liddle wrote:

> On 2002.04.19 11:55 Cyril Rognon wrote:
>
>> Hi Fopers
>>
>> I have checked out the 0.20.3 with a -r fop-0_20_3 version tag (think 
>> that's the right thing to do to get the 0.20.3 release)
>>
>> Then I have uncommented the new method in 
>> src/org/apache/fop/svg/PDFGraphics2D.java
>>
>>
>> when I try to build FOP, I get an error after 14 seconds. If anyone 
>> has some ideas, I take it !
>>
>> The classpath set for the build :
>>
>> Fop Build System
>> ----------------
>> Building with classpath 
>> 
>C:\bin\jsdk1.4.0\lib\tools.jar;C:\bin\jsdk1.4.0\lib\classes.zip;lib\ant.jar;lib\ant-1.3-optional.jar;lib\batik.jar;lib\buildtools.jar;lib\xerces-1.2.3.jar;lib\xalan-2.0.0.jar;lib\xalanj1compat.jar;lib\bsf.jar;lib\jimi-1.0.jar;lib\logkit-1.0.jar;lib\avalon-framework-4.0.jar
> 
>>
>>
>> Here is the trace of the build failure :
>>
>> ============================
>>     [style] Transforming into 
>> E:\cvs\fop\maintain\xml-fop\build\src\org\apache\fop\render\pdf
>>     [style] Loading stylesheet 
>> E:\cvs\fop\maintain\xml-fop\.\build\src\codegen\code-point-mapping.xsl
>>     [style] Processing 
>> E:\cvs\fop\maintain\xml-fop\build\src\codegen\encodings.xml to 
>> 
>E:\cvs\fop\maintain\xml-fop\build\src\org\apache\fop\render\pdf\CodePointMapping.java 
>>
>>     [style] Failed to process 
>> E:\cvs\fop\maintain\xml-fop\build\src\codegen\encodings.xml
>>
>> BUILD FAILED
>>
>> E:\cvs\fop\maintain\xml-fop\build.xml:472: 
>> javax.xml.transform.TransformerException: 
>> org.xml.sax.SAXParseException: File 
>> 
>"file:///E:/cvs/fop/maintain/xml-fop/E:/cvs/fop/maintain/xml-fop/build/src/codegen/encodings.xml"
> 
>> not found.
>> --- Nested Exception --- 
>

Cyril, Keiron,

Could there be some bizarre bug which is converting a filespec like
E:\cvs\fop\maintain\xml-fop\.\build\src\codegen\code-point-mapping.xsl
into
E:\cvs\fop\maintain\xml-fop\E:\cvs\fop\maintain\xml-fop\build\src\codegen\code-point-mapping.xsl
 

in certain circumstances?

Peter


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

Reply via email to