How do I alterProperties for site.p2? [message #949988] |
Fri, 19 October 2012 14:19 |
Matthew Webber Messages: 198 Registered: December 2010 |
Senior Member |
|
|
I have a standard site feature with a standard create.product in a .cspex with associated ant build file. It all works ok, but now I want to force the site.p2 action to use target.os=target.ws=target.arch=*, instead of having to specify them in a buckminster.properties file.
I added the following to my .cspex, but it does not work - in fact, Buckminster cannot parse the file, and reports:
Project refresh on xxx.site failed: No component named xxx.site is known to Buckminster
<alterActions>
<!-- Place your Action alterations here -->
<public name="site.p2" actor="p2SiteGenerator">
<alterProperties>
<property key="target.os" value="*"/>
<property key="target.ws" value="*"/>
<property key="target.arch" value="*"/>
</alterProperties>
</public>
</alterActions>
So, what am I doing wrong? The syntax looks ok according to the BuckyBook and schemas.
Thanks
Matthew
[Updated on: Fri, 19 October 2012 14:26] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02863 seconds