Erik:

    Thanks for the response.  I'll see if I can't tweak the module enough to
get it working.   As far as submission back into JIRA... any ideas on why
the JIRA for Struts is still 404? Is this a temporary glitch, or has it
migrated somewhere else and links haven't been updated?
   The current url is listed as
http://opensource.atlassian.com/projects/xdoclet    from
http://opensource.atlassian.com.

 thanks.

-- adam



----- Original Message -----
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 13, 2003 6:23 PM
Subject: Re: [Xdoclet-user] Struts action set-property and JIRA


Adam,

You are correct that the XDoclet Struts template does not currently
deal with set-property.  But it'd be easy enough to add if you wanted
to tackle that.  You could just pull out the struts_config_xml.xdt file
from the apache module to a local file, tweak the template and use that
template like this:

<strutsconfig templateFile="path/to/local/struts_config_xml.xdt"/>

Once you iron out the kinks you could submit the changes back to JIRA
for us to add to the codebase.  It'd likely only take a few additional
lines in the template to add this.  You could also, if you know how
merge points work in templates, add a merge point on a per-Action class
basis and hand code the set-property elements in a separate merge file
for each action class.  Personally I'd add it directly using @tags
rather than the merge point idea.

Erik


On Saturday, September 13, 2003, at 04:03  PM, Adam L wrote:

> I was looking around, trying to find information on "set-property"
> support in the Struts Action tags, and found that it was supposedly
> raised in JIRA some time ago. The JIRA page for XDoclet is a big 404,
> and I did a look at the current CVS nightly zip, and can't seem to
> find any reference to "set-property" in struts_config_xml.xdt.
>
> Does anyone have an updated status on this, or have some info on the
> XDoclet JIRA? Have you managed to get your own template working to
> add this functionality? I'm trying to use the Workflow engine from
> LivingLogic (www.livinglogic.de/Struts), and dread the thought of
> having to go in and add these lines manually after every build.
>
> Thanks.
>
> -- adam
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to