[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt.amw] Re: [ATL] Injection problem in qATL

Hi Ivano,

Did you try to execute the transformation using an ATL launch configuration, ie, outside from the plug-in?

You can do that by copying the transformation into your workspace and setting up your input and output models as it is done for other ATL transformations.

This would help us to verify if the problem comes from the AMW calls to the ATL transformations or if it is a more general problem.

Regards,

Marcos.


ivano wrote:
Hi all, I have edited the source HOT transformation SimpleAtl2ATL from the plug-in qATL to graphically develope ATL transformations.

All works fine, but if I try to inject something I get NullPointer Exceptions.

For example I tried to inject a simple condition into every rule:

atl.filter <- 'true'.inject('OUT', 'ebnf2', 'ATL-oclExpression');


Does anyone know why I cannot use injection direclty from AMW?

Regards, Ivano