Hi,
I have installed hloader 0.6 and jelly into my Eclipse
project. As far as I can judge, I included all of the
necessary libs (jelly...etc).
When I run the target containing the jelly call I get the
following error message:
BUILD FAILED: F:\Projects\Limes\Release\db-server\main-
db-build.xml:74: org.apache.commons.jelly.
JellyTagException: file:/F:/Projects/Limes/Release/app-
modules/docman/load-default-data-exp.xml:11:-1: <h:
loadobjects> hibernate-embed-mckoi.cfg.xml not found
Hloader seems to miss the Hibernate configuration file I
specified in the XML code:
<h:loadobjects configuration="hibernate-embed-mckoi.
cfg.xml">
I have attached the whole Jelly XML file I would like to
execute (load-default-data-exp.xml).
The directory containing the hibernate configuration XML
file is in the classpath of the jelly taskdef in Ant.
What could be the problem? Shall I reference to the
configuration file relatively to the jelly script file?
Logged In: YES
user_id=964951
I attached the Ant build file as well what I use to execute the
Jelly script.