Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Action properties [WAS Action output?]

To clarify my previous post:

<action name="A" ...>
 <prerequisites>
   <local name="B">
     <property name="coolselector" value="${becoolselector}"/>
   </local>
 </prerequisites>
 ...
</action>

You can now do:

perform A -Dcoolselector=cool_a_stuff -Dbecoolselector=cool_b_stuff

- thomas



Back to the top