On Wed, 2005-09-14 at 20:22, Alex wrote: > Hi all, > I started using xdoclet inside eclipse and face 2 pb: > > * I can write configuration file for a servlet using xdoclet, puting the tag > before the class definition > in the servlet. But I cannot find out how/where to put the tag in a jsp page > to be able to get the > configuration file done by xdoclet.
XDoclet (or, more accurately, the xjavadoc parser) doesn't handle JSPs, only java sources. You'll have to use the merge points to insert any bits that relate to the JSPs. > * I would like to get xdoclet to write the application-client.xml, > jboss-client.xml and jndi.properties > file for an application client of an ejb but I can't find out how to do that. Currently, it doesn't. You'd have to write a custom subtask & templates to handle it. Feel free to raise an enhancement request... http://opensource2.atlassian.com/projects/xdoclet/ Andrew. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ xdoclet-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
