| [news.eclipse.modeling.m2m] Re: [ATL] Launching (EMF) ATL programmatically and allow inter model references |
Done. Bug number is #289609.
<https://bugs.eclipse.org/bugs/show_bug.cgi?id=289609>
-- regards, Loïc Fejoz
Hello,
You need to pass the option to the ATL Launcher, using a String: options.put("allowInterModelReferences", "true");
This is due to the fact that the option is usually provided by an Eclipse launch configuration. Anyway, Boolean.TRUE should be recognized as well... Feel free to report a bug about that.
Best regards,
William [...]