That did the trick... ( a copy&paste error :( )
Thank you,
Pedro Salgado
> Ant's taskdef task simply loads a task at runtime and declares an
> alias. As such, you don't nest the new task into the taskdef task.
> Change your build file like so:
>
> <taskdef name="ojbdoclet"
> classname="xdoclet.modules.ojb.OjbDocletTask"
> classpathref="classpath.ojbdoclet" />
> <ojbdoclet destdir="${dir.ojb}">
> <fileset dir="${dir.java}" />
> <ojbrepository destinationFile="${dir.ojb}/repository_user.xml" />
> <torqueschema databaseName="nortmais"
> destinationFile="${dir.torque}/project-schema.xml" />
> </ojbdoclet>
>
> Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]