|
From: JD E. <jd...@sa...> - 2001-12-12 18:14:19
|
Hi every body,
I just added a little bit of code to the file org.formproc.FormManager.java
from the version 0.4
With this code you can specify a 'file' name (relative to the
formproc.xml's localization) in the form definition instead the full
'path'.
The form definition in formproc.xml will change from:
<formproc:form name="test"
loader="com.anthonyeden.lib.resource.FileResourceLoader"
path="C:\classes\FormProc\example\example-form.xml"
monitor="true"/>
to:
<formproc:form name="test"
loader="com.anthonyeden.lib.resource.FileResourceLoader"
file="example-form.xml" monitor="true"/>
Attached are the diff and the full file.
Best regards
JD Evora
|