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&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to