Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » How to configure ResourceCopy task to run only after GitClone task?
How to configure ResourceCopy task to run only after GitClone task? [message #1706041] Fri, 21 August 2015 11:04 Go to next message
Silvestre Martins is currently offline Silvestre MartinsFriend
Messages: 84
Registered: July 2009
Member
I created a ResourceCopy task but regardless the order I define, it will always be performed before the Git clone.

In my case, I need to run it only after the clone has been performed because I need some resource that is checked-out with Git.

Is this possible?
Re: How to configure ResourceCopy task to run only after GitClone task? [message #1706042 is a reply to message #1706041] Fri, 21 August 2015 11:09 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 21.08.2015 um 13:04 schrieb Silvestre Martins:
> I created a ResourceCopy task but regardless the order I define, it will always be performed before the Git clone.
>
> In my case, I need to run it only after the clone has been performed because I need some resource that is checked-out
> with Git.
The ResourceCopytask runs with a higher priority than the GitClone task, but you can override that by adding your
GitClone task to the list of "Predecessors" of your ResourceCopy task. Make sure you display the advanced properties to
see the Predecessors and Successors properties.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: How to configure ResourceCopy task to run only after GitClone task? [message #1706045 is a reply to message #1706042] Fri, 21 August 2015 11:38 Go to previous message
Silvestre Martins is currently offline Silvestre MartinsFriend
Messages: 84
Registered: July 2009
Member
Ok, I was not aware of that "Advanced" menu.

Thanks!
Previous Topic:Oomph triggers first Build before applying the correct compiler compliance level preference
Next Topic:Import external Library
Goto Forum:
  


Current Time: Tue Apr 23 17:18:37 GMT 2024

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

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

Back to the top