Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » [ATL] allowInterModelReferences = true by code
[ATL] allowInterModelReferences = true by code [message #87456] Wed, 06 August 2008 06:30 Go to next message
Eclipse UserFriend
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 12:25 Go to previous message
Eclipse UserFriend
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 Jun 06 01:54:36 EDT 2025

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

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

Back to the top