Adam L wrote:
This may not answer your question about tag inheritence (which i think does work, but i've never really touched), but it will solve your described problem:
look at the reference for the tasks within the ejbdoclet task. ie, for jboss specifically:
[jboss version="3.0" unauthenticatedPrincipal="nobody" xmlencoding="UTF-8" destdir="${neweden.meta-inf.dir}" validatexml="true" datasource="java:/MySqlDS" datasourceMapping="mySQL" preferredrelationmapping="relation-table" removeTable="false" createTable="false" /]
----- Original Message ----- From: "__matthewHawthorne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 11:27 AM Subject: [Xdoclet-user] tag inheritance?
Is there any way to inherit Xdoclet tags? I would like to avoid putting:
* @jboss:persistence datasource="java:/nicweb/DataSource" * datasource-mapping="PostgreSQL" create-table="false" * remove-table="false"
In each entity bean.
Thanks for any help!
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
