From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,915232c9b1b794d1 X-Google-Attributes: gid103376,public From: "Corey Ashford" Subject: Re: Rational Apex imports Date: 1998/08/21 Message-ID: <6rkc3r$ase$1@usenet.rational.com>#1/1 X-Deja-AN: 383407875 References: <6ri6i2$a0h$1@nnrp1.dejanews.com> <6ri990$3si@hacgate2.hac.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: Rational Software Newsgroups: comp.lang.ada Date: 1998-08-21T00:00:00+00:00 List-Id: David C. Hoos, Sr. wrote in message <6ri990$3si@hacgate2.hac.com>... > >amendola9343@my-dejanews.com wrote in message ><6ri6i2$a0h$1@nnrp1.dejanews.com>... >> I am trying to learn the Rational Ada environment. I'm having problems >>with imports. I am trying to import two views from one subsystem into >another, >>and Rational only want's to let me import one. Is it possible to import >two? > > >You need to do a mutial import. > >David C. Hoos, Sr. > > No, that won't work. Mutual imports only work if they are views of different subsystems. The earlier response was correct... you cannot import two views of the same subsystem. - Corey