Re: Mercury wagon provider

2008-10-02 Thread Brett Porter
On 03/10/2008, at 3:16 PM, Oleg Gusakov wrote: * Does it make sense to release the mercury transport stuff (I believe otherwise known as awesome-jetty-bits) separately to have it available sooner? I am working on that, will try to stage tomorrow. Ah, so you mean release the whole thing, b

Re: Mercury wagon provider

2008-10-02 Thread Oleg Gusakov
anks, Oleg Thanks, Brett On 18/09/2008, at 2:19 AM, Oleg Gusakov wrote: In order to show/test Mercury transport layer, I implemented Mercury wagon provider. The first one could be deployed into any (I hope) Maven >= 2.0.9 and implements two protocols: mttp and mttps, so that it could be use

Re: Mercury wagon provider

2008-10-02 Thread Brett Porter
side as alternatives? * Given the above, if the answer is delegate, does it make more sense to move forward with that than to force mercury into wagon? Thanks, Brett On 18/09/2008, at 2:19 AM, Oleg Gusakov wrote: In order to show/test Mercury transport layer, I implemented Mercury wagon pro

Re: Mercury wagon provider

2008-09-26 Thread Brett Porter
s delegate, does it make more sense to move forward with that than to force mercury into wagon? Thanks, Brett On 18/09/2008, at 2:19 AM, Oleg Gusakov wrote: In order to show/test Mercury transport layer, I implemented Mercury wagon provider. The first one could be deployed into any (I hop

Re: Mercury wagon provider

2008-09-18 Thread Oleg Gusakov
Mercury wagon provider can now upload to [?any] webdav server, tested on Apache WebDAV and Nexus. Don't miss the PGP signature generation feature for uploads - configuration details in http://jira.codehaus.org/browse/MERCURY-8. You can use it in any Maven 2.0.9+, maybe even earlier. Now

Re: Mercury wagon provider

2008-09-17 Thread Jesse McConnell
the webdav bits that we have in there are pretty simple, don't want to misrepresent that really :) Basically how it works right now is the httpclient is registered with a webdav listener which when it sees that an http put request has failed with a certain response code it then takes over the exec

Re: Mercury wagon provider

2008-09-17 Thread Oleg Gusakov
Jason van Zyl wrote: I think you should explain some of the transport features as well. I know what you, Greg, Jan, and Jesse have done and it's significant and you should outline those. Mercury transport layer is an absolute work of art done by Jetty folks. It's a complete implementation of

Re: Mercury wagon provider

2008-09-17 Thread Jason van Zyl
On 17-Sep-08, at 6:19 PM, Oleg Gusakov wrote: In order to show/test Mercury transport layer, I implemented Mercury wagon provider. The first one could be deployed into any (I hope) Maven >= 2.0.9 and implements two protocols: mttp and mttps, so that it could be used in parallel with h

Mercury wagon provider

2008-09-17 Thread Oleg Gusakov
In order to show/test Mercury transport layer, I implemented Mercury wagon provider. The first one could be deployed into any (I hope) Maven >= 2.0.9 and implements two protocols: mttp and mttps, so that it could be used in parallel with http and https providers. It can be configured gener