The merge point looks like this in the template:
#parse("${plugin.name}-${table.sqlNameLowerCase}-class-comments.txt")It uses toLowerCase() from String to convert the table name.. So I'd think the file for your new table should be: cmp20-account_addrs-class-comments.txt This does not work? Maybe something happens with that underscore in the name? .eivind On Wed, 16 Jul 2003, Ed Ross wrote: > Opps - sorry I sent before I was done. > > the file is in the merge directory. I think middlegen does the merge, but > not sure. > The one for patients works just fine, just don't know how to name the new > one. > > thanks > > > > -----Original Message----- > From: Ed Ross [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 4:31 PM > To: '[EMAIL PROTECTED]' > Subject: [Middlegen-user] Merge Points > > > I'm a bit confussed as to how to name the files that go into the merge > directory > > Here's my setup: > > Table name: account_addrs > Class name: AccountAddr > > I've tried the following file names with no success > > cmp20-account-addrs-class-comments.txt > > cmp20-account_addrs-class-comments.txt > > cmp20-accountaddrs-class-comments.txt > > cmp20-accountAddrs-class-comments.txt > > cmp20-AccountAddrs-class-comments.txt > > cmp20-account-addr-class-comments.txt > > cmp20-account_addr-class-comments.txt > > and several other combinations. > > I have one table called Patients with the following merge file > the class is called Patient > > > cmp20-patients-class-comments.txt > > > Just not sure what the pattern should be. > > Thanks > > Ed > > This E-mail message is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply E-mail, and destroy all copies > of the original message. > > This E-mail message is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply E-mail, and destroy all copies > of the original message. > ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
