Skip to main content



      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 07:04 Go to next message
Eclipse UserFriend
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 07:09 Go to previous messageGo to next message
Eclipse UserFriend
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 07:38 Go to previous message
Eclipse UserFriend
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: Fri Jul 04 23:38:53 EDT 2025

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

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

Back to the top