[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-479) JBoss Version tag is incorrect in Jelly file

2004-08-24 Thread legendaryservice
The following comment has been added to this issue: Author: Jeff Turner Created: Wed, 25 Aug 2004 12:57 AM Body: On Tue, Aug 24, 2004 at 12:25:41PM -0400, Mike Dickson wrote: > Sorry, I don't run Maven anymore so I have no way to check this. > > Mike -

Re: [Xdoclet-devel] Todo/Review Tags

2004-08-24 Thread Nick Heudecker
Jack: Why do you need the exact line that the tag is on? Wouldn't just having the method name be sufficient for reports? I'm interested in implementing @todo and @review as well, in addition to linking a method with a specific test case (still working out exactly what that means though :). Ja

Re: [Xdoclet-devel] Todo/Review Tags

2004-08-24 Thread Jack Tang
Hi Andrew I got it and run the demo. Emm, it sounds well, but something I think we can improve. Eg: priority of todo item. Besides @review tag is worthy. BTW: Is there any xdoclet/xjavadoc APIs which help me to locate the tag's position? For example, @review is at Line 45 in Test.java /Jack

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1013) Recursive component prefix support

2004-08-24 Thread legendaryservice
The following issue has been updated: Updater: Sylvain Vieujot (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Aug 2004 5:59 PM Comment: Here is the patch to resolve this bug Changes: Attachment changed to HibernateTagsHandlerPatch.txt -

Re: [Xdoclet-devel] Todo/Review Tags

2004-08-24 Thread Andrew Stevens
On Tue, 2004-08-24 at 08:48, Jack Tang wrote: > Hello, all > > Are there Todo/Review tags in XDoclet now? I remeber XDoclet owns > these tags. Right? I wouldn't go so far as to say 'own' - I've seen @todo used in plenty of other places, including Sun's example of specifying a custom tag to javad

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-1036) Struts Enhancements

2004-08-24 Thread legendaryservice
The following issue has been updated: Updater: Nick Heudecker (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Aug 2004 1:24 PM Comment: Patch file. Changes: Attachment changed to xdoclet_apache_module.patch.zip --

[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-1036) Struts Enhancements

2004-08-24 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1036 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Updated: (XDT-984) Parse Error with JDK 1.5 Generics and Hibernate

2004-08-24 Thread legendaryservice
The following issue has been updated: Updater: Heiko W. Rupp (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Aug 2004 5:50 AM Comment: This is not hibernate-specific. Xjavadoc doesn't yet know about the new language features of 1.5. Changes: Component changed to Core

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-479) JBoss Version tag is incorrect in Jelly file

2004-08-24 Thread legendaryservice
The following comment has been added to this issue: Author: Heiko W. Rupp Created: Tue, 24 Aug 2004 4:43 AM Body: Is this still a problem with xdoclet 1.2.1 and maven 1.0? Can you provide a sample on how it looks and how it should look? ---

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-689) local interfaces in ejb-jar.xml although not declared in build.xml

2004-08-24 Thread legendaryservice
The following comment has been added to this issue: Author: Heiko W. Rupp Created: Tue, 24 Aug 2004 3:20 AM Body: Marcin, can you show the input file with the class level xdoclet tags? - View this comment: http:

[Xdoclet-devel] Todo/Review Tags

2004-08-24 Thread Jack Tang
Hello, all Are there Todo/Review tags in XDoclet now? I remeber XDoclet owns these tags. Right? But I find none of them in tag reference. Can you tell me where can I find them? If this is a blank, I am glad to implement them:) Regards Jack --