Hi,
I'm just starting with XDoclet and I'm trying to create the "todo" lists.
1. I've added some @todo tags to my code.
2. And, I've added the following target to my build.xml:
<taskdef name="documentdoclet"
classname="xdoclet.modules.doc.DocumentDocletTask"
classpathref="XDoclet.path"/>
<target name="todo" depends="compile, compile_test">
<mkdir dir="${build.docs}/todo"/>
<documentdoclet destdir="${build.docs}/todo">
<fileset dir="${src}/com/retaildna/Model">
<include name="Queryable.java"/>
</fileset>
<info tag="todo"/>
</documentdoclet>
</target>
When I execute the target, the stub todo html docs get created
but they do not contain any of my todo tags.
Here is the output from ANT:
$ ant -file build_todo.xml todo
Buildfile: build_todo.xml
init:
[mkdir] Created dir:
C:\eclipse\workspace\gui_retaildna\build\classes\gifs
mim_code_gen:
compile:
init_test:
[mkdir] Created dir: C:\eclipse\workspace\gui_retaildna\build\test
compile_test:
[javac] Compiling 26 source files to
C:\eclipse\workspace\gui_retaildna\build\test
todo:
[mkdir] Created dir: C:\eclipse\workspace\gui_retaildna\build\docs\todo
[documentdoclet] 0 [main] INFO XDocletMain.start - Running <info/>
[documentdoclet] Create info lists for todo tags
BUILD SUCCESSFUL
Total time: 6 seconds
What am I doing wrong?
-- Thanks
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user