Re: [xep-support] xep in jakarta-ant

From: David Tolpin (dvd@renderx.com)
Date: Tue Nov 05 2002 - 06:23:29 PST


>
> hi!
> i try to integrate the eval-version of xep in an ant-project.
> i get this error message:
> [java] cannot parse '~\etc\fonts.xml' as URL
> some ideas to fix this and make it run?
> thx!
> der matze

This message basically means that XEP cannot find file etc/fonts.xml
in XEP's home directory. Unless java system property com.renderx.xep.ROOT
is set to the name of the directory where XEP resides, there is no
way for XEP to find itself.

The property can be set

1) via -D command line option of com.renderx.xep.Driver

java com.renderx.xep.Driver -DROOT=/place/where/XEP/resides

2) via -D command line option of java

java -Dcom.renderx.xep.ROOT=/place/where/XEP/resides com.renderx.xep.Driver

3) via a System.setProperty call, if you are a user with access to Java API

Hope this helps,
David Tolpin
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



This archive was generated by hypermail 2.1.5 : Wed Dec 18 2002 - 08:41:28 PST