opendata-for-all / wapiml

An OpenAPI round-trip tool that leverages model-driven techniques to create, visualize, manage, and generate OpenAPI definitions.
Eclipse Public License 2.0
69 stars 18 forks source link

Issue in WAPIpl eclipse plugin to generate YAML #44

Open Divinanth opened 2 years ago

Divinanth commented 2 years ago

Hi, We have developed one Papyrus model to generate YAML using the eclipse WAPIml plugin. But while generating it's not taking the descriptions from the UAM file to YAML generation. The root papyrus model uses child models. Exmaple: main.uml '.......child-1.uml '.......child-2.uml

In the above example, while generating YAML from child-1.uml and child-2.uml models are not generating correctly. Please provide steps to create YAML using the WAPIml eclipse plugin from the papyrus UML model. Thanks, Venkatesh.

jlcanovas commented 2 years ago

Hi Divinanth, thanks for reporting this issue. The development of the tool is currently on halt, but I'll ping @hamzaed just in case he can provide some guidance on this.

Divinanth commented 2 years ago

Hi jlcanovas,

 Thanks for the update. Please share the documentation related to generating YAML from the papyrus UML model using the WAPIml plugin. 

Thanks, Venkatesh.

hamzaed commented 1 year ago

Sorry for the late answer.

Please check my answer in issue #45 which provides some insights about this problem.

Hamza