How do I run the <entitybmp/> task only on some EJB:s while still having all of them end up in the same deployment descriptor?
I could of course execute <ejbdoclet.../> several times within a target (one with the entitybmp subtask, one without), but then I will end up with two DD:s... Or can I run the dd subtask separately afterwards as well? Say I have FirstBean.java and SecondBean.java. I want to runt <entitybmp/> on FirstBean but not on SecondBean. I have tried putting a fileset in the <entitybmp/> (desperate move) but this does not seem to be valid. I haven't found any matching @-tag to put in the bean java file to avoid this creation. Am I missing something here? I would very much appreciate an answer to this question. Regards, Jonas Bergqvist [EMAIL PROTECTED] _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
