eclipse-xtext / eclipse-xtext/xtext
Maven can not build the src-gen folder for the edit and editor directory
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 831
- Forks
- 330
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 12
Description
Hello,
I have a xcore file which has following annotation:
@GenModel(modelDirectory="/dgh.dkuh.model.farr/src-gen", fileExtensions="fmi", editDirectory="/dgh.dkuh.model.fai.edit/src-gen",
editPluginID="dgh.dkuh.model.fai.edit", editorDirectory="/dgh.dkuh.model.fai.editor/src-gen",
editorPluginID="dgh.dkuh.model.fai.editor", forceOverwrite="true", resource="XMI", complianceLevel="7.0")
It generates the source folder for dgh.dkuh.model.farr. It does not generate the source folders for dgh.dkuh.model.fai.edit and dgh.dkuh.model.fai.editor during the maven build. In eclipse is it working.
Thank you very much
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Maven build using the shown @GenModel annotation in the xcore file, then compare it with the Eclipse generation that succeeds. Investigate why the edit and editor src-gen directories are omitted while the model src-gen directory is generated. Done means Maven generates both missing source folders consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100