Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 23:38 Go to next message
Lorenzo Dalla Vecchia is currently offline Lorenzo Dalla VecchiaFriend
Messages: 58
Registered: July 2009
Member
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 09:59 Go to previous message
Frédéric Jouault is currently offline Frédéric JouaultFriend
Messages: 572
Registered: July 2009
Senior Member
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: Fri Apr 26 14:54:37 GMT 2024

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

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

Back to the top