osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
36 stars 8 forks source link

standard properties are no longer parsed #302

Closed juli1 closed 10 years ago

juli1 commented 10 years ago

The following model failed to be parsed. Should check the inclusion of standard properties.

package transmission::version1::runtime::common public with ARINC653; with SEI; virtual processor partition end partition; virtual processor implementation partition.i end partition.i; processor module end module; memory ram end ram; memory segment end segment; memory implementation segment.i end segment.i; end transmission::version1::runtime::common;

juli1 commented 10 years ago

The issue exist when we do not build the workspace automatically. Otherwise, it disappears. So, this is closed.