You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "CASTELAIN Yves (GL)" <yv...@sncf.fr> on 2002/07/03 14:27:20 UTC

problem with getVersion() [0.20.4rc]

Hi,

The org.apache.fop.apps.Version.getVersion() return null.
The config.xml file contains
    <key>version</key>
    <value>FOP 0.20.4rc</value>

regards. 


Re: problem with getVersion() [0.20.4rc]

Posted by "J.Pietschmann" <j3...@yahoo.de>.
CASTELAIN Yves (GL) wrote:
> Hi,
> 
> The org.apache.fop.apps.Version.getVersion() return null.
> The config.xml file contains
>     <key>version</key>
>     <value>FOP 0.20.4rc</value>
> 

For some reason the config file could not be read.
Run with the -d flag and check for messages indicating
a problem either finding the ressource or with parsing
the file. An old XML parser may cause this.

J.Pietschmann