Is there anyway to use property substitution or something to allow passing
in the values which are to be used when generating classes?

For example:

/**
 * @ejb:env-entry name="My_DataSource"
 *                value="${my.datasource}"
 */

I would like to configure the xdoclet task, with some nested <param> tags
which would be available for this substitution.  I am trying to avoid
hardcoding these bits, as it makes it difficult to adapt to different
environments.

Can it be done?  If not, can it be added?

--jason


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to