[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-551) jbosscmp-jdbc.xml : Ability to omit relationships section

2003-07-14 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-551 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-549) @jboss.sql-type

2003-07-14 Thread legendaryservice
The following comment has been added to this issue: Author: Andy Jefferson Created: Tue, 15 Jul 2003 1:19 AM Body: After a mailing list post by Andrew Stevens I understand this issue better now. It appears the sql-type and jdbc-type need to go together. That being the case though,

[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-550) sun one tags documentation link missing on index.html

2003-07-14 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-550 Here is an overview of the issue:

[Xdoclet-devel] Regexps, dependecies, XDT-399

2003-07-14 Thread Andrew Stevens
As an alternative to the patch that's attached to XDT-399 (Allow package substitution in the middle of a package name), would anyone have any objection to adding a dependency on, say, the jakarta regexp package (http://jakarta.apache.org/regexp/) to the 1.2 branch? (can't use the JDK regexp stuff a

[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-549) @jboss.sql-type

2003-07-14 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-549 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-548) @jboss.persistence 'table-name'

2003-07-14 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-548 Here is an overview of the issue:

[Xdoclet-devel] using Velocity as template engine with XDoclet 1.2 - 2nd version

2003-07-14 Thread [EMAIL PROTECTED]
Hi, Here's the improved version of the Velocity taghandler, that can access the variables of the previous velocity runs, and also an utility method to clear all Velocity variables. For example: #set ( $numMethods = 0 ) #foreach ($method in ${currentClass.methods}) #set (

Re: [Xdoclet-devel] using Velocity as template engine with XDoclet 1.2

2003-07-14 Thread Erik Hatcher
Nicely done! I'm surprised we haven't had this feature already. Any objections to adding this XDoclet's builtin tags? Erik On Monday, July 14, 2003, at 10:37 AM, [EMAIL PROTECTED] wrote: Hi All, If you wish to include a Velocity template block inside the XDOCLET .xdt template file you may

[Xdoclet-devel] Can I do this?

2003-07-14 Thread Mihai Purcarea
Hy,   I'm new in xDoclet and I need to know if and how can I extend it's functionality to do a specific task for me. I want to create a custom method tag, which would determine xDoclet to create, in the same source file, a method with a similar name as the tagged method (void xxxTaggedMethod(

[Xdoclet-devel] using Velocity as template engine with XDoclet 1.2

2003-07-14 Thread [EMAIL PROTECTED]
Hi All, If you wish to include a Velocity template block inside the XDOCLET .xdt template file you may also find useful the attached taghandler class runs Velocity templates. To use this: - register this as taghandler in your module.xml: - and put a block section in the .xdt file, for

[Xdoclet-devel] CVS: xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources hibernate-collections.xdt,1.9,1.10 hibernate.xdt,1.15,1.16

2003-07-14 Thread Gavin King
Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources In directory sc8-pr-cvs1:/tmp/cvs-serv12915 Modified Files: hibernate-collections.xdt hibernate.xdt Log Message: support nonstrict-read-write Index: hibernate-collections.xdt ===

Re: [Xdoclet-devel] code donation: sun one web-xml module

2003-07-14 Thread Konstantin Priblouda
--- "Mittag, Simon" <[EMAIL PROTECTED]> wrote: > Everyone, > > I have some code to donate to XDoclet, I have added > support for the > sun-web.xml deployment descriptor to the Sun ONE > module for 1.2b3-dev. > Once I'm finished documenting it, what is the > procedure to donate it to > the projec