All dependencies must be in your model in the Logical View and the Component View. Have you generated all of the classes that you have dependencies on yet?
> -----Original Message----- > From: muyuan [mailto:muyuan11@;fescomail.net] > Sent: 05 November 2002 13:22 > To: [EMAIL PROTECTED] > Subject: (ROSE) about import specifiers > > > > hi, > I am a new user in rose,and I am programming in java. I meet > a problem ,don't know how to solve it . > > in rose help, it says : rose interpret the dependentcy > association to import specifiers in java file > > the original description as following > ( > Java import specifiers resolve references to classes that are > outside of a .java file. An import specifier lists the fully > qualified path to other Java classes. > For example, the import specifier import java.applet.Applet > states that the identifier Applet is a Java class defined in > package java.applet. Likewise, the import specifier import > java.util.* states that at compilation time, the class > definitions scoped to the java.util package should be > included as valid Java identifiers. Rose J will generate > import specifiers based on the following model relationships: > > Dependency relationship between components in different packages > > Dependency relationship between a component and a package > other than the parent package of the component > > Dependency relationship between classes allocated to > different packages > > Association relationship between classes allocated to > different packages > > Generalization relationship between classes allocated to > different packages > > Realization relationship between classes allocated to > different packages > ) > > But when I generate java code based on rose > I find Dependency relationship between classes can't be > interpreted to import code in java > I don't know why . Does I need some patches and some setting > is wrong . > Any suggestion is wellcomed :) > > > ����������������muyuan > ����������������[EMAIL PROTECTED] > ��������������������2002-11-05 > > ************************************************************** > ********** > * 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 *************************************************************************
