Please forgive me for an absolute newbie question, but I've perused the docs and I can't find an answer.

I'm just getting started, and I have this in my build.xml:

    <path id='xdoclet.classpath'>
        <fileset dir='${xdoclet.dir}/lib'>
            <include name='*.jar'/>
        </fileset>
    </path>

    <target name='webdoclet' depends='prepare'>
        <taskdef name='webdoclet'
            classname='xdoclet.modules.web.WebDocletTask'
         classpathref='xdoclet.classpath'/>

<!-- like I said, I'm just getting started -->

</target>

When I do 'ant webdoclet', I get this:

BUILD FAILED
file:/Users/davidgeary/Java/xdoclet/webdoclet/simple/build.xml:95: taskdef class xdoclet.modules.web.WebDocletTask cannot be found


In ${xdoclet.dir}/lib, I see:

commons-collections-2.0.jar commons-logging.jar log4j.jar

So, I have two questions:

1. Where's the JAR file with xdoclet.modules.web.WebDocletTask?
2. Is there a decent getting started guide that shows how to use WebDoclet?


Thanks,


david




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to