Hi all, i wand to implement a subtask like Info (documentdoclet) but
instead of generate a html doc about todo or another tag i wand to
insert rows in a database (bugzilla like) and replace the tag in the
code by the id of that row. Clear:

source.java
...
...
...
// prev
/** @bugzilla @type="error" @message="this fails...!!!!" */
...
...
...

after the subtask work you will get a row in the bugzilla system with
this error task and the code will be changed with:

...
...
...
// prev
/* #bugzilla error id: 2334 */
...
...
...


How can i do this task, can anyone help me?
very thank you.




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to