|
Re: Buckminster code generation in IDE/Headless [message #689517 is a reply to message #689503] |
Mon, 27 June 2011 18:53 |
Alex Kravets Messages: 561 Registered: November 2009 |
Senior Member |
|
|
You can create a "composite" action that depends on other action using prerequisites as here:
<public name="create.product" actor="ant">
<actorProperties>
<property key="buildFile" value="build/product.ant" />
<property key="targets" value="create.product" />
</actorProperties>
<prerequisites alias="repository">
<attribute name="site.p2" />
</prerequisites>
<products alias="destination" base="${buckminster.output}">
<path path="eclipse/" />
</products>
</public>
site.p2 action will be called before create.product is executed.
HTH,
Alex
[Updated on: Mon, 27 June 2011 18:54] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04013 seconds