Gregory / List
        I am not really trying to do nothing. I used xdoclet-1 to generate
struts-config.xml files, and whenever I changed some action classes
attribute, I had to go into every action class that had a forward to the
first one, update the value. It's kinda against xdoclet principle.
        That's why a property file based attribute value could be a nice
solution. 
        I could try to support it sometime, if none exists yet. What do you
all think? Is it worth it?

        Diogo
-----------------------------------
Diogo Bacelar Quintela
EF - Tecnologias de Informação, Lda.
Av. António Serpa, 26 - 4º Dto.
1050-027 Lisboa, Portugal
Tel: (+351) 217 827 800
Fax: (+351) 217 827 830
Email: [EMAIL PROTECTED]
PGP: 0xF51A5AB9 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Grégory Joseph
Sent: quarta-feira, 22 de Junho de 2005 10:43
To: xdoclet-plugins-interest@lists.sourceforge.net
Subject: Re: [xdoclet-plugins-interest] QDox tag with property file

There's no support for dynamic tag values, afaik; what are you trying to do?

g

On 22/06/05, Diogo Quintela (EF) <[EMAIL PROTECTED]> wrote:
> Hello again,
>         Maybe I should send this to qdox mailing list, however I simple
Yes
> or No will do. I'll dig the rest...
>         Can tag values be a reference to external file? I haven't seen
many
> references to such a thing.
> 
> The common problem
> /**
>  *  @abc.class name="abcTag"
>  */
> public class abc {
> }
> 
> /**
>  *  @cde.class name="cdeTag" references="abcTag"
>  */
> public class cde {
> }
> 
> The possible solution:
> /**
>  *  @abc.class name="${props.abcName}"
>  */
> public class abc {
> }
> 
> /**
>  *  @cde.class name="cdeTag" references="${props.abcName}""
>  */
> public class cde {
> }
> 
> Diogo
> 
> -----------------------------------
> Diogo Bacelar Quintela
> EF - Tecnologias de Informação, Lda.
> Av. António Serpa, 26 - 4º Dto.
> 1050-027 Lisboa, Portugal
> Tel: (+351) 217 827 800
> Fax: (+351) 217 827 830
> Email: [EMAIL PROTECTED]
> PGP: 0xF51A5AB9
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> _______________________________________________
> xdoclet-plugins-interest mailing list
> xdoclet-plugins-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opÌk
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to