osate / osate2

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

Can't see predeclared properties in Plugin_Resources #24

Closed brlarson closed 12 years ago

brlarson commented 12 years ago

You need to open the project's properties from it's context menu (right-click on project root folder in AADL Navigator perspective), select "Project References" and check the box beside Plugin_Resources. see: https://wiki.sei.cmu.edu/aadl/index.php/Editing_a_first_AADL_model

reteprelief commented 12 years ago

The wizard for creating AADL projects will prompt you to include project dependencies. We should probably also add a note in the error message when predeclared properties cannot be found and in the future starting adding fix-its.

lwrage commented 12 years ago

The dependency to the predeclared properties should always be included automatically, ideally without having to add the properties to each new workspace by hand.