Hi,

When I try to use Xdoclet to generate my repository-file it fails with

"The <ojbdoclet> type doesn't support the nested "ojbrepository" element."

Does anyone know why? I've tried everything I could think of, but it never works.

<target name="repository-files">
    <ojbdoclet destdir="./dist" verbose="true">
        <fileset dir="src">
            <include name="com/snusk/bo/*.java"/>
        </fileset>

        <ojbrepository destinationFile="repository_user.xml"/>
    </ojbdoclet>
</target>

regards
/Magnus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to