osate / osate2

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

with ErrorLibrary; causes couldn't resolve reference error #716

Closed brlarson closed 8 years ago

brlarson commented 8 years ago

package Generic_Voter public with ErrorLibrary; . . .

causes error:

Couldn't resolve reference to ModelUnit 'ErrorLibrary'. Generic_Voter.aadl /ReplicationExperiment/packages line: 3 /ReplicationExperiment/packages/Generic_Voter.aadl Xtext Check (fast)

However, it's found as built-in, pre-declared property set in annex EMV2 {** use types ErrorLibrary;

reteprelief commented 8 years ago

Addressed by osate/ErrorModelV2#105 Fix is in testing release and will be included in the 2.2.1 maintenance release coming out this week.