Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » How to enforce ordering of Oomph steps?
How to enforce ordering of Oomph steps? [message #1724864] Fri, 26 February 2016 15:51 Go to next message
Zoltan Ujhelyi is currently offline Zoltan UjhelyiFriend
Messages: 392
Registered: July 2015
Senior Member
Hi,

we are in the process of setting up an Oomph-based setup for the VIATRA project. One of our challenges is that we do not upload generated code to version control, so we have to execute some code generation steps before the developer can begin to work.

For this reason, we are executing some Launch configurations that execute code generation. However, these configurations depend on the target platform to be set up correctly, in other words, we have to execute the Targlet step before these Launch configuration steps.

On some computers this happens as expected, while on others, Targlet setup is executed consistently after the launch configuration. We have tried to put Targlet setup before the launch step; and also tried to add Predecessors/Successors references using the Advanced Properties, however it does not seem to be working (both the predecessors attribute of the launch configuration is set to include the targlet task; both the successors attribute of the targlet is set to include the launch configuration).

Are we missing something here? Is there any way to consistently enforce an ordering between these steps?

Thank you for the help,
Zoltán
Re: How to enforce ordering of Oomph steps? [message #1724867 is a reply to message #1724864] Fri, 26 February 2016 16:10 Go to previous message
Zoltan Ujhelyi is currently offline Zoltan UjhelyiFriend
Messages: 392
Registered: July 2015
Senior Member
Hi,

sorry, I found out for some reason Oomph used a cached version of the setup file, so either the explicit ordering or the predecessor/successor attribute did the trick.

Thanks,
Zoltán
Previous Topic:Composite targlets
Next Topic:installer variables
Goto Forum:
  


Current Time: Fri Mar 29 13:55:06 GMT 2024

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

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

Back to the top