Re: [Xdoclet-user] Seeking an xDoclet processor

2005-04-23 Thread MArtin Schumacher
Chris Williams schrieb: Was wondering if anyone has developed an xDoclet tag system that will somehow map/display class methods back to the requirements that drove the creation of those methods? If so please let me know, Maybe I am wrong at the xdoclet-mailinglist for that idea: Did you thought of

Re: [Xdoclet-user] Seeking an xDoclet processor

2005-04-21 Thread Chris Williams
Thats the basic premise. Slap a tag in with only a numerical ID. That maps back to a --- well lets say Trac issue number. Then you can generate a report that shows why the code was write and in response to what issue/requirement. On 4/21/05, William Irving Zumwalt <[EMAIL PROTECTED]> wrote: > I

Re: [Xdoclet-user] Seeking an xDoclet processor

2005-04-21 Thread William Irving Zumwalt
I can see lots of reasons. I like generating documentation and having it directly map to the location where the implementation was done. Write once, read anywhere. Very accurate documentation. Of course I'd only put tags in the source files and stay away from writing too much text there and write t

Re: [Xdoclet-user] Seeking an xDoclet processor

2005-04-20 Thread Konstantin Priblouda
--- Chris Williams <[EMAIL PROTECTED]> wrote: > Hi all, > > Was wondering if anyone has developed an xDoclet tag > system that will > somehow map/display class methods back to the > requirements that drove > the creation of those methods? If so please let me > know, What do you mean? What is it

Re: [Xdoclet-user] Seeking an xDoclet processor

2005-04-20 Thread Nick Heudecker
Not that I know of, but I think that's an interesting idea. On 4/20/05, Chris Williams <[EMAIL PROTECTED]> wrote: > Hi all, > > Was wondering if anyone has developed an xDoclet tag system that will > somehow map/display class methods back to the requirements that drove > the creation of those me