osate / osate2

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

Can't install FACE to AADL translator when OSATE is started from the development environment #1960

Closed stevevestal closed 5 years ago

stevevestal commented 5 years ago

Summary

I followed the instructions at https://osate.org/setup-development.html. That all seemed to work and successfully build OSATE. I then Ran as an Eclipse application (after checking the "Support software installation in child process" box in the Run as ... configuration tab) and tried to install the FACE AADL translator. I got the attached error

FACE_AADL_missing_required_items

Expected and Current Behavior

I have been able to do this in the past with an earlier Eclipse development configuration.

Steps to Reproduce

The above is how I got this (although I did not attempt to do it all from scratch a second time).

Environment

stevevestal commented 5 years ago

I can also get an error by cloning the face2aadl repository and building that. In this case, the error is on the pom.xml in the face2aadl project.

Could not find artifact org.eclipse.xtend:xtend-maven-plugin:jar:${xtext.version} in central (https://repo.maven.apache.org/maven2)

Failure to find org.eclipse.xtend:xtend-maven-plugin:jar:${xtext.version} in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

lwrage commented 5 years ago

We can reproduce the installation issue. I suspect an underlying eclipse issue as the missing plugin is present. We won't try to fix this. The build issue should be discussed on the google group.