--- Adam Houghton <[EMAIL PROTECTED]> wrote: > I'm using the ejbdoclet task in Xdoclet to produce > interfaces, valueobjects, and the deployment > descriptors for entity and session beans. It's > reading in files from a merge directory to make > entries in ejb-jar.xml, jboss-xml, and > jbosscmp-jdbc.xml for beans that aren't in Xdoclet. > > I set it up so that the merge directory is the same > as the deployment descriptor destination directory. > This keeps all of the descriptor files in the same > place and I make sure to only include the correct > ones in the JAR. Everything is working great right > now. However, I was wondering if there was any > chance that this could lead to problems down the > line. For instance, if an Xdoclet template looks > for a merge file that is named the same as a > generated descriptor file (like jbosscmp-jbdc.xml), > having the two sets of files in one directory would > be bad. Is this situation being specifically > avoided when choosing merge file names or could this > type of overlap potentially happen?
I prefer another approach: 1. everything generated lives unde build/ 2. everything source lives somewhere else ( and sources to be merged too ) regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
