Re: Release distribution contents.

2010-11-23 Thread Ralph Goers
Thanks, but I'm still not sure I'll change anything in VFS. I prefer having both the source and binary archives built in the same project. With the change to the Apache pom the source archive is built in the parent and the binary is built in the dist project. As we also discussed, it may be pos

Re: Release distribution contents.

2010-11-23 Thread Brian Fox
On Tue, Nov 23, 2010 at 10:27 AM, Ralph Goers wrote: > Thanks, but I'm still not sure I'll change anything in VFS. I prefer having > both the source and binary archives built in the same project. With the > change to the Apache pom the source archive is built in the parent and the > binary is b

Re: Release distribution contents.

2010-11-23 Thread Brian Fox
Ralph, We made the change to easily allow projects to select the tar.gz & zip source distribution now and it's being staged for a vote today: http://svn.apache.org/viewvc?view=revision&revision=1038139 Once this is released and you update to the new Apache pom, you can select the tar.gz assembly s

Does httpcore supports the http CONNECT method?

2010-11-23 Thread Amila Maha Arachchi
Hi devs, I would like to know whether http CONNECT method is supported in httpcore. I went through the source of httpcore and httpcore-nio. But I was unable to find out a responsible code for this. CONNECT method is used in tunneling (which I am interested in). I have studied about tunneling and

AW: [math] CMA-ES optimization algorithm

2010-11-23 Thread Dietmar Wolz
>> Yes, we can start with a bare implementation and add the bells and >> whistles afterwards. In this case, they could also be integrated to the >> other optimization algorithms if something general enough is found. >+1 As soon as Nikolaus review is finished I will prepare the patch. Unit tests

AW: [math] CMA-ES optimization algorithm

2010-11-23 Thread Dietmar Wolz
>> >> And an iterative algorithm that implements "HandlerSetter" will call >> "update" after each iteration. >Yes, this is the way user can monitor what he wants. Perhaps with a few >set of more specialized handlers, the signature of the update method >could be adapted for the algorithm type (i