eclipse.epsilon

Re: ETL: protected regions not working

That seems fine according to the book. In our case we use [%=out.startPreserve("--", "--",entity.identifier + " Additional Descriptions", true)%] [%=out.stopPreserve()%] But I now recall I have a report of preserved regions being overwritten as in our case. Any one has any other ideas?

Re: Forcing an new line EGL

Section 7.6 of the Epsilon book talks about formatters and how to use them from within EGL!

ETL: protected regions not working

I'm trying to use protected regions with ETL. So, I put the following code in the template: [%=out.preserve("/*", "*/", name+"-Prop", true," //TODO")%] This generates the following code: /* protected region Local-Prop on begin */ //TODO /* protected [...]

Method 'satisfiesOne' not found for ...

I was starting to work on some validations and from the error message it seems either I am doing something wrong, or satisfiesAll is buggy . This is the code, the metamodel is Papyrus SysML. context SysML!sysml::portandflows::FlowPort { // The base port must [...]

Re: Debugging ETL transformations

I was looking for this post so I thought I'd bump it. Is there any plans on working on a debuger in the Epsilon Roadmap? Regards,