On 2/15/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> now, as I suppose you checked the ddlutils files out of the cvs as an
> eclipse project. So did I. I put the files in a jar file now and added the
> database.dtd and mapping.xml once on the root level of the jar file and once
> in a subdirectory named schema in the jar file. I added the jar file to my
> locals project build path, an now it works. I hope that helps you.
Please use the Ant build script to create the JAR:
ant jar
it will save you a lot headaches :-)
Tom