Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] ATL Standalone - advanced parameters
[ATL] ATL Standalone - advanced parameters [message #86037] Mon, 07 July 2008 15:01
Eclipse UserFriend
Originally posted by: jmcq.cs.nuim.ie

Hi,

I'm using Dennis Wagelaar's ATL command line tool to run ATL as a
standalone application. I have successfully got this to work. However,
I'd like to be able to set the option 'print execution information to
console for each executed bytecode' from the advanced parameters of the
run configuration but via the standalone application not the ATL launch
configuration within the Eclipse IDE.

The following piece of code launches the transformation and I think I
need to somehow set the params variable to do this.

Map params = Collections.EMPTY_MAP;
AtlLauncher myLauncher = AtlLauncher.getDefault();
myLauncher.launch(trans, libs, models, params, superimpose);

Can anyone point me to some documentation on this?

Thanks,

Jacqui
Previous Topic:[ATL] generating ECore!EString or ECore!EInt, ...
Next Topic:[QVTO] Set contents not remembered between init and end
Goto Forum:
  


Current Time: Sat Apr 27 00:04:52 GMT 2024

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

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

Back to the top