I changed the OJB task to:
<target name="ojb">
<taskdef
name="ojbdoclet"
classname="xdoclet.modules.ojb.OjbDocletTask"
classpathref="xdoclet-classpath"/>
<mkdir dir="build"/>
<mkdir dir="build/resources"/>
<ojbdoclet destdir="build/resources/">
<fileset dir="src/model"/>
<ojbrepository destinationFile="repository_user.xml"/>
</ojbdoclet>
</target>and now it works. Somewhere there is a library conflict =/
-Brian
On Sunday, November 30, 2003, at 04:13 PM, Brian McCallister wrote:
I have uploaded the broken project to
http://kasparov.skife.org/knf.tar.gz
The "ant ojb" task will generate an empty repository_user.xml in build/resources/
-Brian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
