Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » [ATL] 'Continue execution' when launching programmatically
[ATL] 'Continue execution' when launching programmatically [message #71384] Wed, 09 January 2008 18:38 Go to next message
Eclipse UserFriend
Hello.

Thanks in great part to the your help I was able to run an ATL
transformation outside Eclipse in my own Java program.
What I need to do now is enabling the "Continue execution after errors in
run mode" programmatically. I think I need to pass a parameter to the
AtlLauncher... what is its name and value?

Thanks.

--
Lorenzo
Re: [ATL] 'Continue execution' when launching programmatically [message #71422 is a reply to message #71384] Thu, 10 January 2008 04:59 Go to previous message
Eclipse UserFriend
Hello,

> Thanks in great part to the your help I was able to run an ATL
> transformation outside Eclipse in my own Java program.
> What I need to do now is enabling the "Continue execution after errors
> in run mode" programmatically. I think I need to pass a parameter to the
> AtlLauncher... what is its name and value?

This parameter can be used with ant scripts, for which this is better
documented:
http://wiki.eclipse.org/AM3_Ant_Tasks#option

Thus, you should add a line like:
options.put("continueAfterError", "true");


Regards,

Frédéric Jouault
Previous Topic:[ATL] Error handling for running transformations programmatically
Next Topic:[ATL] Does ATL support type casting?
Goto Forum:
  


Current Time: Mon Jul 14 15:32:09 EDT 2025

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

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

Back to the top