[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] [ATL] ATL Standalone - advanced parameters

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