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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8fba9f5c34fa11d3 X-Google-Attributes: gid103376,public From: cgreen@yosemite.atc.com (Christopher Green) Subject: Re: Rational Apex Date: 1998/08/05 Message-ID: <6qa2n2$4d5@newshub.atmnet.net>#1/1 X-Deja-AN: 378223875 References: <6q8ab6$3dg$1@newnews.startext.net> <6q9qi3$98n@universe.digex.net> Organization: Advanced Technology Center, Laguna Hills, CA Newsgroups: comp.lang.ada Date: 1998-08-05T00:00:00+00:00 List-Id: In article <6q9qi3$98n@universe.digex.net>, David Weller wrote: >In article <6q8ab6$3dg$1@newnews.startext.net>, >Glenn wrote: >>Any info would be appreciated...thanks. >> >Nothing really forces you to use Apex. You can still use the compiler >from the command line and (I think) library management can be done >from the command line. If you have a well-established development >process, you should NEVER change it if it is working for you. Even if >you current compiler vendor says you have to. Tell them that choice >is unacceptable. You would probably find it MUCH cheaper to switch to >GNAT if your platform is supported. Apex is not just a compiler; it's a way of life. Apex has its own highly structured way of doing things. It is insistent about using its own directory structure and file naming conventions, at a minimum. It will reformat your code according to its defaults, unless you force it not to. It has its own CM subsystem (Summit) built in. Apex can be run from the command line, but this does not reduce the need to organize your code into Apex subsystems and views, and at least to observe Apex file naming conventions. Basically, Apex is a heavyweight solution to many of the problems that arise in developing software on a very large scale. But you need to use Apex the way Rational designed it; if you try to impose your own way of doing things on Apex, you will spend all your time fighting it rather than getting work done. -- Chris Green Email cgreen@atc.com Advanced Technology Center Phone (949) 583-9119 22982 Mill Creek Drive ext. 220 Laguna Hills, CA 92653 Fax (949) 583-9213