David,
Where did you find good documentation on adding properties of Class? I will need it too very soon? Is there any other sources of Rose documentation except Rational site? Thanks a lot, Ella. -----Original Message----- From: Paul Cooley [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 12:22 PM To: David Day; [EMAIL PROTECTED] Subject: Re: (ROSE) Extending Rose - adding properties of Class Attributes David, The forward slash is not the culprit of the Error. Forward slashes work fine as directory seperators for Windows. If you want to try it yourself, from the shell (cmd or command) try "cd c:/temp" or some other directory name. Forward slashes are used to mantain software portability in a Windows/Unix software project. I hope this helps, Paul Cooley --- David Day <[EMAIL PROTECTED]> wrote: > > I am trying to add a few additional properties to > the > attributes of a class. I found great documentation > on > creating a model property file (*.pty), found many > examples, but the one I created gets an error: > > "Error: The file r:\...\rational\add-ins/OwAddIn.pty > is not a valid model property file." > > Rose is adding a forward slash instead of a back > slash > to separate the PropertyFile from the InstallDir > (both > coded correctly in the registry). If that is the > problem, I'm not sure how to correct it. > > Using Rose 2001A, Windows NT 4 SP 5. > > Here is a copy of the file: > > (object Petal > version 45 > _written "MyProject Add-in v1.0" > charSet 0) > > (list Attribute_Set > (object Attribute > tool "MyProject" > name "propertyId" > value "809135966") > > # > # Class Attribute Properties > # > > (object Attribute > tool "MyProject" > name "default__Attribute" > value (list Attribute_Set > (object Attribute > tool "MyProject" > name "Length" > value 0) > (object Attribute > tool "MyProject" > name "Business Purpose/Rules" > value (value Text "")) > (object Attribute > tool "MyProject" > name "Valid Values" > value (value Text "")) > (object Attribute > tool "MyProject" > name "Validation" > value (value Text "")) > ) > ) > ) > > > __________________________________________________ > Do You Yahoo!? > Find the one for you at Yahoo! Personals > http://personals.yahoo.com > ************************************************************************ > * Rose Forum is a public venue for ideas and > discussions. > * For technical support, visit > http://www.rational.com/support > * > * Admin.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 > * > ************************************************************************* > __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.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 * * Admin.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 * *************************************************************************
