[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 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