Re: [gradle-dev] component replacement declarations

2014-09-25 Thread Kon Soulianidis
Just a quick note, this is going to the the old dev list on codehaus instead of the new mailing list https://groups.google.com/forum/#!forum/gradle-dev gradle-...@googlegroups.com Cheers Kon Soulianidis Ph: +61 430 015 377 On 25 September 2014 at 1:31:58 pm, Adam Murdoch (adam.murd...@gradlewar

Re: [gradle-dev] component replacement declarations

2014-09-25 Thread Adam Murdoch
On 26 Sep 2014, at 4:44 am, Daz DeBoer wrote: > On Wed, Sep 24, 2014 at 4:19 PM, Adam Murdoch > wrote: > > On 25 Sep 2014, at 6:12 am, Daz DeBoer wrote: > >> So I'm battling a bit as to whether we should really be modelling these >> replacements at the component level (using rules as sugge

Re: [gradle-dev] component replacement declarations

2014-09-25 Thread Daz DeBoer
On Wed, Sep 24, 2014 at 4:19 PM, Adam Murdoch wrote: > > On 25 Sep 2014, at 6:12 am, Daz DeBoer > wrote: > > So I'm battling a bit as to whether we should really be modelling these > replacements at the component level (using rules as suggested) or should be > designing these at a higher level,

Re: [gradle-dev] component replacement declarations

2014-09-24 Thread Adam Murdoch
On 25 Sep 2014, at 6:12 am, Daz DeBoer wrote: > So I'm battling a bit as to whether we should really be modelling these > replacements at the component level (using rules as suggested) or should be > designing these at a higher level, on some sort of new model concept. > > Reviewing some of t

Re: [gradle-dev] component replacement declarations

2014-09-24 Thread Daz DeBoer
So I'm battling a bit as to whether we should really be modelling these replacements at the component level (using rules as suggested) or should be designing these at a higher level, on some sort of new model concept. Reviewing some of the old emails on this, I found this from Adam: I think it’s

Re: [gradle-dev] component replacement declarations

2014-09-24 Thread Szczepan Faber
Awesome feedback! Let's skype on it today. On Wed, Sep 24, 2014 at 5:50 PM, Daz DeBoer wrote: > Thanks Szczepan! > > I've finally found the time to get fully across this feature. I haven't yet > looked into the implementation. > > Here's some initial feedback on the model. > > 1. We've named this

Re: [gradle-dev] component replacement declarations

2014-09-24 Thread Daz DeBoer
Thanks Szczepan! I've finally found the time to get fully across this feature. I haven't yet looked into the implementation. Here's some initial feedback on the model. 1. We've named this feature 'component replacements', but the modelling is done at the "module" level (ComponentModuleMetadata).