OpenAADL / osate2-ocarina

Ocarina Plugin for OSATE2
Eclipse Public License 2.0
7 stars 3 forks source link

Errors on org.osate.ocarina.real.xtext - Couldn't resovle reference to JvmIdentifiableElements #8

Closed Stachelbeck closed 11 years ago

Stachelbeck commented 11 years ago

After downloading osate-2ocarina plugin Eclipse Indigo release reported multiple times in the Problem window the following:

Couldn't resovle reference to JvmIdentifiableElement'composedCheck' (several more lines like the one above but, on other items) Couldn't resovle reference to JvmType'builder.BuilderIntegrationFragment' (several more lines like the one above but, on other items).

Also these reported errors do not prevent the installment of these plug-ins.

Thanks,

philip-alldredge commented 11 years ago

When you say downloading, are you referring to downloading the source or installing via the update site?

On Fri, Feb 1, 2013 at 10:05 AM, Stachelbeck notifications@github.comwrote:

After downloading osate-2ocarina plugin Eclipse Indigo release reported multiple times in the Problem window the following:

Couldn't resovle reference to JvmIdentifiableElement'composedCheck' (several more lines like the one above but, on other items) Couldn't resovle reference to JvmType'builder.BuilderIntegrationFragment' (several more lines like the one above but, on other items).

Also these reported errors do not prevent the installment of these plug-ins.

Thanks,

— Reply to this email directly or view it on GitHubhttps://github.com/yoogx/osate2-ocarina/issues/8.

Stachelbeck commented 11 years ago

Sorry, for not being clear enough.

Downloading the source from github.com/yoogx/osate2-ocarina through Eclipse git feature.

Thanks,

philip-alldredge commented 11 years ago

I've pushed out some changes. I believe I had broken some of the build process when I was updating the plugin to work in the Juno version of Eclipse.

Please update and let me know if the errors continue.

Unfortunately, I've noticed that the syntax highlighting is not working for the REAL annex inside the Aadl editor.

Stachelbeck commented 11 years ago

Yes it cleared out all the errors. I now have a clean build.

Thanks,

Stachelbeck commented 11 years ago

Yes your changes did resolve all of the errors. Thanks.