On Mon, 2003-10-13 at 03:31, Kent Boogaart wrote: > Hi all, my first post here . . . > > I am trying to generate value objects from a package > "com.company.product.business.module.ejb" to a package > "com.company.product.shared.module.data" (package names altered to protect > proprietary information). The "packageSubstitution" sub-element of the > "valueobject" element allows me to substitute "ejb" for "data". However, > from what I can tell, it does not allow me to substitute "business" for > "shared".
It will, however, allow you substitute "shared.module.data" for "business.module.ejb". And you can specify more than one. One of our projects at work substitutes both "business.impl" and "service.impl" for "persistence" when generating DAOs. > Am I correct in saying this? If so, are there plans to allow this > or is there another way around this? XDoclet 2.0 will use regular expressions, I believe, so you can do just about any weird substitution you can think of. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
