Re: Confirm: Webdav and SSL works

2007-01-30 Thread Thomas Recloux
Hello all, Do you happen to know of a URL that demonstrates how to add the CA or SSL certs to teh cacerts keystore, I'd like to get that documented, and link to the 'how-to' documents for that process. Is this doc OK ? http://maven.apache.org/guides/mini/guide-repository-ssl

Re: Https and proxy bugs

2006-12-11 Thread Thomas Recloux
The WAGONHTTP-6 patch has been applied. There was a recent cleanup of http and https proxy cleanup for both HTTP wagon providers, as well as the new WebDAV wagon provider. Big Thanks ! - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Https and proxy bugs

2006-12-11 Thread Thomas Recloux
Hello, Hello. Are the patches applied in the meantime? No, they are not. Is MNG-2305 resolved with this also? I think so. The order of the proxies in your configuration files will have no impact. If you omit the https proxy, maven will fall back on the proxy declared for http Will the

Re: [vote] release wagon api and providers

2006-12-07 Thread Thomas Recloux
2006/12/7, Joakim Erdfelt <[EMAIL PROTECTED]>: 5) wagon-http-lightweight 1.0-beta-2 Would it be possible to push this patch ? http://jira.codehaus.org/browse/WAGONHTTP-6 -- Thomas Recloux a.k.a Karmelitre http://karmelitre.tartach

Re: [vote] release wagon-webdav 1.0-beta-2

2006-12-07 Thread Thomas Recloux
We use http and https based repositories with wagon-webdav already. I have no access to a proxy that does https to test that specific functionality. Can you assist? If you mean a proxy serving an https webdav server => Yes -- Thomas Recloux a.k.a Karmelitre http://karmelitre.tartachuc.

Re: [vote] release wagon-webdav 1.0-beta-2

2006-12-07 Thread Thomas Recloux
Hello, I did not test this provider, but I'll soon have to use it. Does it support http/s proxy ? Thomas 2006/12/7, Joakim Erdfelt <[EMAIL PROTECTED]>: It's been a few months now, I would like to release Wagon WebDAV 1.0-beta-2. There are some URL baseline bugs with creation of collections pr

Re: Https and proxy bugs

2006-11-27 Thread Thomas Recloux
No one interessed ? 2006/11/22, Thomas Recloux <[EMAIL PROTECTED]>: Hello all Nine month ago, I created these two issues relative to https and proxies. Il also added patches. http://jira.codehaus.org/browse/MNG-2066 http://jira.codehaus.org/browse/WAGONHTTP-6 Would it be possible t

Https and proxy bugs

2006-11-22 Thread Thomas Recloux
Hello all Nine month ago, I created these two issues relative to https and proxies. Il also added patches. http://jira.codehaus.org/browse/MNG-2066 http://jira.codehaus.org/browse/WAGONHTTP-6 Would it be possible to take this patches in the next realease ? Do you want me to update the patches

[jira] Created: (MNG-2066) Specify multiple proxies

2006-02-12 Thread Thomas Recloux (JIRA)
Specify multiple proxies Key: MNG-2066 URL: http://jira.codehaus.org/browse/MNG-2066 Project: Maven 2 Type: Improvement Versions: 2.0.2 Reporter: Thomas Recloux Attachments: multiple-proxies-paches.zip After this discussion

Re: Specify multiple proxies

2006-01-31 Thread Thomas Recloux
e the http proxy if none is defined. I'm not sure to understand, If no https proxy is specified, use the http proxy ? You would manage it in which component ? -- Thomas Recloux - To unsubscribe, e-mail: [EMAIL PROTECTED]

Specify multiple proxies

2006-01-31 Thread Thomas Recloux
Hello all, I need to use my office proxy to access two repositories: - The central repository on Ibibio using the http protocol. - An enterprise internal repository located in an other country, using the https protocol. I submitted a patch on wagon (http://jira.codehaus.org/browse/WAGONHTTP-6) f

Re: Maven Continuum 1.0 Technology Preview Available

2005-04-26 Thread Thomas Recloux
ng the projects according their dependencies ? Thanks a lot ! -- Thomas Recloux - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] Filter definition

2005-04-15 Thread Thomas Recloux
as described in the JIRA issue, a reference to the profile could be a very good idea. I'm often using properties filters for switching between differents configurations (dev, test, integration, ..) Thanks. -- Thomas Recloux ---

Re: [vote] bring m2-dev back to dev@maven.apache.org

2005-04-05 Thread Thomas Recloux
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thomas Recloux - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: maven-plugins/dashboard project.xml

2004-10-14 Thread Thomas Recloux
On 13 Oct 2004 20:00:10 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Modified:dashboard project.xml > Log: > Thomas is an excellent contributor but we don't need to add him twice... :-) Oh thanks, I thank I had to clone myself :-)

Re: [VOTE] Release of Dashoard plugin v1.5

2004-10-13 Thread Thomas Recloux
reason is that Nascif is preparing a big > overhaul of the report format and I'd like to have something released before > this happens. +1 -- Thomas Recloux - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Jcoverage instrumentation excludes and jcoverage.ser clean

2004-10-06 Thread Thomas Recloux
Hello, Has someone got something to write about this ? -- Forwarded message -- From: Thomas Recloux <[EMAIL PROTECTED]> Date: Thu, 30 Sep 2004 16:35:18 +0200 Subject: Jcoverage instrumentation excludes and jcoverage.ser clean To: Maven Developers List <[EMAIL PROTECTED]

Jcoverage instrumentation excludes and jcoverage.ser clean

2004-09-30 Thread Thomas Recloux
ept dynamic list of files to delete. - ask jcoverage to write this file in the target folder, the problem is that the parameter does not seems to exist. What do you think of all this stuff ? -- Thomas Recloux - To unsubscribe,

Re: Reflexion about a dashboard aggregator

2004-09-15 Thread Thomas Recloux
Vincent Massol wrote: > There is already one jcoverage aggregator but it's not doing LOC computation > (see http://tinyurl.com/6824w). I know, it I developped it :-) > If you develop one please create a JIRA issue and attach the patch to it > (please provide a patch against CVS HEAD). OK. -- T

Re: Reflexion about a dashboard aggregator

2004-09-15 Thread Thomas Recloux
Vincent, > I think that it's such a good idea that it is already implemented... :-) > > Check the Dashboard Maven plugin: > http://maven.apache.org/reference/plugins/dashboard/aggregators.html Oooops, I did not the cloverloc aggregator. As I do not use clover ut Jcoverage, I will code the jcove

Reflexion about a dashboard aggregator

2004-09-15 Thread Thomas Recloux
Hello, I think that a dashboard aggregator which would compute the total number of code lines could be a good a good idea. But on which plugin could this aggregator be based ? I see three solutions : - Clover XML report - JCoverage XML report - Parsing java files (existing tool ?) For