On Mon, Dec 21, 2009 at 11:24 PM, BobV <[email protected]> wrote:
> Make add-linker accept conditionals based on module properties? Then rebinds
> and linkers can have unified predicates.

Do you mean, instead of doing this:

  <add-linker name="xs" />

People would normally do this:

  <set-configuration-property name="linker" value="xs" />

Then the "linker" setting influences a bunch of others?

  <add-linker name="xs" >
    <when-property-is name="linker" value="xs" />
  </add-linker>


If that's what you mean, it sounds rather elegant.  The thing users
configure are properties, and then everything else including linker
addition is rule-driven.

The main question I have, though, is how to transition to such a
scheme?  Users currently write explicit add-linkers all over the
place.


Lex

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to