see building > resources :

...

You can also use 
profiles<http://buildr.apache.org/settings_profiles.html#profiles> to supply a 
name/value map that all resources task should default to, by adding a filter 
element to each of the profiles. The following examples shows a profiles.yaml 
file that applies the same filter in development and test environments:

...

or here:

http://github.com/phoet/buildr-examples/tree/master/building/resources/

kind regards,
peter


Am 20.11.2009 um 00:20 schrieb Alex Boisvert:

On Thu, Nov 19, 2009 at 12:54 PM, Peter Schröder 
<[email protected]<mailto:[email protected]>> wrote:

is it possible to combine a filter from the profiles.yaml with a filter
defined in the project?

if i use a filter like this:

resources.filter.using 'date'=>Time.new

the filter defined in the yaml (which are static) wont get applied


I'm not sure I understand what you mean by 'the filter defined in the yaml
won't get applied' -- I don't see any code/documentation connecting filters
and yaml files.

Did you try something along the lines of,

 resources.filter.using({ :date => Time.new }.merge(
settings.profile('filters') )

(assuming you have a 'filters' section in profiles.yaml)

alex

Reply via email to