Try reverse engineering of this CORBA enum in ROSE 2001:
enum AbsPointElevCatCode_e
{
ABS_POINT_ELEV_CAT_CODE_NOT_VALID,
// 0
ABS_POINT_ELEV_CAT_CODE_ELEVATED_ABSOLUTE_POINT,
// 1
ABS_POINT_ELEV_CAT_CODE_LOCAL_TERRAIN,
// 2
ABS_POINT_ELEV_CAT_CODE_NOT_OTHERWISE_SPECIFIED,
// 3
ABS_POINT_ELEV_CAT_CODE_SEA_LEVEL
// 4
};
This worked in the previous versjon (2000).
Remove the comments above:
enum AbsPointElevCatCode_e
{
ABS_POINT_ELEV_CAT_CODE_NOT_VALID,
ABS_POINT_ELEV_CAT_CODE_ELEVATED_ABSOLUTE_POINT,
ABS_POINT_ELEV_CAT_CODE_LOCAL_TERRAIN,
ABS_POINT_ELEV_CAT_CODE_NOT_OTHERWISE_SPECIFIED,
ABS_POINT_ELEV_CAT_CODE_SEA_LEVEL
};
and it works!
Ever heard of regression testing?
If your idl file ends like this:
<some code>
#endif // SOMETHING
the parser failes unless you insert a blank line beneath the #endif
line (both in 2000 and 2001).
The parser stinks! My allegation is that the parser is very pourly
tested!
I could write a whole lot of shit regarding the quality of Rational
products and right now
I'm in the mood for doing it:
*Rational sell tools like Purify and Quantify, but do they use them
themselves?
*Rational "sell" a process called Rational Unified Process
*Do they use the process themselves?
*If the answer is yes should others use it?
*Rational sell a tool called ClearCase, do they know how to use it?
*Once you have entered a lot of information into Rose, you try to get
some of it out again
using Soda, but unfortunatly it doesn't work very well!
Lars Espen Baugerød
--
---------------------------------------------------------------------
Lars Espen Baugerød [EMAIL PROTECTED] (email)
Senior Software Engineer +47 32 28 76 95 (tel)
Command Control Information & Training +47 32 28 69 01 (fax)
Kongsberg Defence & Aerospace AS
P.O. Box 1003, NO-3601 Kongsberg, Norway
---------------------------------------------------------------------
************************************************************************
* 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/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************