Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] allowInterModelReferences = true by code
[ATL] allowInterModelReferences = true by code [message #87456] Wed, 06 August 2008 10:30 Go to next message
Miguel Llàcer San Fernando is currently offline Miguel Llàcer San FernandoFriend
Messages: 63
Registered: July 2009
Member
Hi,

I'm launching my ATL transformation by code and I want to indicate that
allowInterModelReferences = "true" but I don't know how to do this.

Thanks !
Re: [ATL] allowInterModelReferences = true by code [message #87606 is a reply to message #87456] Wed, 06 August 2008 16:25 Go to previous message
William Piers is currently offline William PiersFriend
Messages: 301
Registered: July 2009
Senior Member
Hello,

You must pass a parameter to the launcher :
(Map parameters, used in the launch method)
parameters.put("AllowInterModelReferences", Boolean.TRUE);

Best regards,

William

Miguel Llácer a écrit :
> Hi,
>
> I'm launching my ATL transformation by code and I want to indicate that
> allowInterModelReferences = "true" but I don't know how to do this.
>
> Thanks !
>
Previous Topic:[ATL] Run ATL Ant Script Programmatically
Next Topic:emof:Package
Goto Forum:
  


Current Time: Fri Apr 26 04:18:29 GMT 2024

Powered by FUDForum. Page generated in 0.03513 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top