Re: add plugin handling to the build system

2010-12-01 Thread Noah Slater
I've read the whole thread, and I still don't understand what anyone is talking about. On 30 Nov 2010, at 22:47, Benoit Chesneau wrote: On Tue, Nov 30, 2010 at 9:39 PM, Paul Davis paul.joseph.da...@gmail.com wrote: Exactly. I think this is probably the route you want to take. This should

Re: add plugin handling to the build system

2010-12-01 Thread Benoit Chesneau
On Wed, Dec 1, 2010 at 1:04 PM, Noah Slater nsla...@apache.org wrote: I've read the whole thread, and I still don't understand what anyone is talking about. The goal is to provide an easy way to handle plugings in couchdb: - how to build them against easily against couchdb - how they can be

Re: add plugin handling to the build system

2010-12-01 Thread Robert Dionne
I think this would be really neat On Dec 1, 2010, at 9:49 AM, Benoit Chesneau wrote: On Wed, Dec 1, 2010 at 1:04 PM, Noah Slater nsla...@apache.org wrote: I've read the whole thread, and I still don't understand what anyone is talking about. The goal is to provide an easy way to handle

Re: add plugin handling to the build system

2010-12-01 Thread Noah Slater
Not really sure what this has to do with the build system though. On 1 Dec 2010, at 15:00, Robert Dionne wrote: I think this would be really neat On Dec 1, 2010, at 9:49 AM, Benoit Chesneau wrote: On Wed, Dec 1, 2010 at 1:04 PM, Noah Slater nsla...@apache.org wrote: I've read the

Re: add plugin handling to the build system

2010-12-01 Thread Benoit Chesneau
On Wed, Dec 1, 2010 at 4:03 PM, Noah Slater nsla...@apache.org wrote: Not really sure what this has to do with the build system though. because pkg-config or any tool like this one need some bits in the build system ?

Re: add plugin handling to the build system

2010-12-01 Thread Noah Slater
I guess I'd need to see a patch or something before I understood what was being proposed. On 1 Dec 2010, at 15:07, Benoit Chesneau wrote: On Wed, Dec 1, 2010 at 4:03 PM, Noah Slater nsla...@apache.org wrote: Not really sure what this has to do with the build system though. because

Re: add plugin handling to the build system

2010-12-01 Thread Benoit Chesneau
On Wed, Dec 1, 2010 at 4:11 PM, Noah Slater nsla...@apache.org wrote: I guess I'd need to see a patch or something before I understood what was being proposed. The change should be simple in built system if we go with pkg-config. It consists in filling a template:

Re: add plugin handling to the build system

2010-12-01 Thread Noah Slater
Looks simple enough! On 1 Dec 2010, at 15:15, Benoit Chesneau wrote: On Wed, Dec 1, 2010 at 4:11 PM, Noah Slater nsla...@apache.org wrote: I guess I'd need to see a patch or something before I understood what was being proposed. The change should be simple in built system if we go with

add plugin handling to the build system

2010-11-30 Thread Benoit Chesneau
Following some kind of discussion on IRC, I would like to propose that we had plugin handling to our build system. By plugin, I mean : - custom daemons - handlers - auth plugin, ... It implys that we are abble to add them dynamically to the build (and eventually handling their dependancies) and

Re: add plugin handling to the build system

2010-11-30 Thread Randall Leeds
On Tue, Nov 30, 2010 at 13:25, Benoit Chesneau bchesn...@gmail.com wrote: Following some kind of discussion on IRC, I would like to propose that we had plugin handling to our build system. By plugin, I mean : +1 It implys that we are abble to add them dynamically to the build (and

Re: add plugin handling to the build system

2010-11-30 Thread Benoit Chesneau
On Tue, Nov 30, 2010 at 7:30 PM, Randall Leeds randall.le...@gmail.com wrote: On Tue, Nov 30, 2010 at 13:25, Benoit Chesneau bchesn...@gmail.com wrote: Following some kind of discussion on IRC, I would like to propose that we had plugin handling to our build system. By plugin, I mean : +1

Re: add plugin handling to the build system

2010-11-30 Thread Paul Davis
On Tue, Nov 30, 2010 at 1:25 PM, Benoit Chesneau bchesn...@gmail.com wrote: Following some kind of discussion on IRC, I would like to propose that we had plugin handling to our build system. By plugin, I mean : - custom daemons - handlers - auth plugin, ... It implys that we are abble to

Re: add plugin handling to the build system

2010-11-30 Thread Benoit Chesneau
On Tue, Nov 30, 2010 at 8:46 PM, Paul Davis paul.joseph.da...@gmail.com wrote: On Tue, Nov 30, 2010 at 1:25 PM, Benoit Chesneau bchesn...@gmail.com wrote: Following some kind of discussion on IRC, I would like to propose that we had plugin handling to our build system. By plugin, I mean : -

Re: add plugin handling to the build system

2010-11-30 Thread Paul Davis
On Tue, Nov 30, 2010 at 3:15 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Tue, Nov 30, 2010 at 8:46 PM, Paul Davis paul.joseph.da...@gmail.com wrote: On Tue, Nov 30, 2010 at 1:25 PM, Benoit Chesneau bchesn...@gmail.com wrote: Following some kind of discussion on IRC, I would like to

Re: add plugin handling to the build system

2010-11-30 Thread Benoit Chesneau
On Tue, Nov 30, 2010 at 9:39 PM, Paul Davis paul.joseph.da...@gmail.com wrote: Exactly. I think this is probably the route you want to take. This should be fairly easy to implement based on how things like the couchdb script are made. Ok, sound good, i will have a look on how to implement