I'm new to maven and have what I hope is a simple xdoclet question.
Currently I have an ant task that does:

    <target name="xdt">
        <mkdir dir="${classes}"/>
        <doclet destdir="${classes}">
            <fileset dir="${java}">
                <include name="**/*.java"/>
            </fileset>
            <template templateFile="${xdt}/template.xdt"
destinationfile="{0}.out"/>
        </doclet>
    </target>

I don't want to use the maven ejbdoclet or webdoclet tasks. I just want
to generate output using my own template. However I can't find any
documentation on how to achieve this. The best I've found is:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg04945.html
http://www.mail-archive.com/[EMAIL PROTECTED]/msg08245.html

Neither of which appear to answer my question. Do I have to write my own
maven goal for this?

Any help is much appreciated.

Jamie.



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to