<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/33142127?origin\x3dhttp://fishyweb.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe", messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { 'blogger-ping': function() {} } }); } }); </script>

rational Rose & the cur_dir issue

Problem :

The .mdl files (with multiple .cat files) are not opened properly. Warnings like below are thrown:

09:55:06|  Warning: The directory $CUR_DIR does not exist.

image

Solution:

1. Start Rose – without loading any mdl file.

2. Add the new symbol – “CUR_DIR” with the actual path value as “&” – PS: Note – some versions of Rose expects “CURDIR” instead of “CUR_DIR”

3. Close and re-start Rose

image

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end