<packageSubstitution packages="entity" substituteWith="entity.ejb"/>

seems to be working, as all the files are going into entity.ejb, *EXCEPT* 
UserCMP.java, which still has the original package (entity, not "entity.ejb").

shouldn't xxxCMP.java also be generated in the package "entity.ejb"?

i'm using xdoc1.2 (cvs checkout: 2002.09.14) with jdk1.4.0 and ant1.5.

thanks.




At 21:34 02/09/18 -0400, you wrote:
>currently, my bean class (UserBean) is in the package:
>
>         foo.bar.persistence.entity
>
>when i run xdoclet and the ejb files are generated in a separate, 
>"generated_source" directory, all of the ejb files have the same package 
>as UserBean, namely foo.bar.persistence.entity.
>
>is there any way to have the ejb files generated into a package called 
>foo.bar.persistence.entity.ejb?
>
>i looked at the packageSubstitution nested element (from the docs):
>
>         <packageSubstitution packages="ejb,beans" substituteWith="interfaces"/>
>
>but it looks as though i have to supply a value for the "packages" attribute.
>
>in this case, what should i do?  is this the best solution:
>
>         <packageSubstitution packages="entity" substituteWith="entity.ejb"/>
>
>?
>
>
>thank you.



-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to