Hi everybody, First of all: I am new to OJB! Got the ojb-blank.jar and made a project out of it. After changing the build.properties and .classpath I can execute the build target and Xdoclet target. But I get trouble when I try to use the setup-db. It seems there are libraries missing! The build fails with following:
BUILD FAILED: C:\Documents and Settings\nils\Desktop\ojb-blank\src\schema\build-torque.xml:107: taskdef A class needed by class org.apache.torque.task.TorqueJDBCTransformTask cannot be found: org/apache/xerces/dom/CoreDocumentImpl BUILD FAILED: C:\Documents and Settings\nils\Desktop\ojb-blank\build.xml:137: Following error occured while executing this line C:\Documents and Settings\nils\Desktop\ojb-blank\src\schema\build-torque.xml:107: taskdef A class needed by class org.apache.torque.task.TorqueJDBCTransformTask cannot be found: org/apache/xerces/dom/CoreDocumentImpl Total time: 3 seconds I thought ojb-blank is ready to use!? What libraries do I have to install in order to run the torque task? Regards, Nils --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
