Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the project generated by the wizard when 'Use Java Services' is checked #166

Open
echebbi opened this issue Jul 3, 2020 · 0 comments

Comments

@echebbi
Copy link
Collaborator

echebbi commented Jul 3, 2020

Motivation

Checking Use Java Services in the New ALE Project wizard means that the user will call Java services from ALE. That usually requires:

  • to generate Java code from the Ecore model,
  • to add EMF to the project's classpath.

However the generated project is not a plug-in project and doesn't allow to generate Java code from an Ecore model.

Proposed Solution

When asked for Java services, the wizard also:

  • adds the Plug-in nature to the project,
  • creates an EMF generator model (.genmodel) in the model/ folder

Proposed Implementation

Complete AleWorkspaceProject::addJavaNature as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant