Could you do me a favor. Don't send e mails for me again Thanks!!!!!!!!!
-----Mensagem original----- De: Buhtz, Greg [mailto:[EMAIL PROTECTED]] Enviada em: Quinta-feira, 21 de Mar�o de 2002 19:59 Para: 'Manley, Matt'; '[EMAIL PROTECTED]' Assunto: RE: (ROSE) Soda: Can you Repeat packages up (superpackage?) Wherever in the SoDA template you have Class.Name, modify the template to use Class.QualifiedName. That will give you something like Logical View::COM::aaa::bbb::ccc::eee::fff::ClassA in the output instead of the simple name. Greg Buhtz Rational Support -----Original Message----- From: Manley, Matt [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 2:43 PM To: '[EMAIL PROTECTED]' Subject: (ROSE) Soda: Can you Repeat packages up (superpackage?) Currently in Soda there is a way to repeat for sub-packages. Is there a similiar way that one can repeat for super packages, or parent packages of a class? The reason I'm asking is I'd like to be able to print out the FULL-package structure for a class and not just the current (parent) package containing that class. Ex: If I have the following class in the package structure: com.aaa.bbb.ccc.eee.fff.ClassA I'm wanting to have Soda print out the full package path like above. Is there a way to make soda traverse this structure back up, (recursing ParentPackage.Name), without having to do a display for each possible level? DISPLAY Class.ParentPackage.Name"."Class.Name gives you: fff.ClassA DISPLAY Class.ParentPackage.ParentPackage.Name"."ClassParentPackage.Name"."Class .Nam e gives you: eee.fff.ClassA Is there a way to neatly use a repeat clause to get it to traverse all the way to the root? Eric Manley Enterprise Rent-A-Car Rental Application Development Phone: 314.512.5321 Email: [EMAIL PROTECTED] ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum ************************************************************************ * ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum ************************************************************************ * ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
