Re: Maven-proxy functional with Maven 2?

2005-12-23 Thread Jörg Schaible
Carlos Sanchez wrote:

 What patch are you talking about? I'm using it and works fine

http://jira.codehaus.org/browse/MAVENPROXY-36

Otherwise it is just annoying to replace broken elements from your local
repo. Or worse, once M2 learns about updated hashes, the proxy would
eliminate the functionality.

- Jörg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Maven-proxy functional with Maven 2?

2005-12-22 Thread Mayorgaadame, Alex
Any time frame for a 1.0 release or at least 0.2?

Alex

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 22, 2005 2:56 AM
To: Maven Users List
Subject: RE: Maven-proxy functional with Maven 2?


dan tran wrote on Thursday, December 22, 2005 1:42 AM:

 there is one patch you need to apply in order to make work
 transparently with maven2.
 check out jira

Just to make it clear: You have to apply the patch to the CVS version ... :)

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Carlos Sanchez
What patch are you talking about? I'm using it and works fine

On 12/22/05, Jörg Schaible [EMAIL PROTECTED] wrote:
 dan tran wrote on Thursday, December 22, 2005 1:42 AM:

  there is one patch you need to apply in order to make work
  transparently with maven2.
  check out jira

 Just to make it clear: You have to apply the patch to the CVS version ... :)

 - Jörg

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Carlos Sanchez
There will be an improved version in january I believe. Don't be
afraid about the SNAPSHOT version, it works fine.

On 12/22/05, Mayorgaadame, Alex [EMAIL PROTECTED] wrote:
 Any time frame for a 1.0 release or at least 0.2?

 Alex

 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 22, 2005 2:56 AM
 To: Maven Users List
 Subject: RE: Maven-proxy functional with Maven 2?


 dan tran wrote on Thursday, December 22, 2005 1:42 AM:

  there is one patch you need to apply in order to make work
  transparently with maven2.
  check out jira

 Just to make it clear: You have to apply the patch to the CVS version ... :)

 - Jörg

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Konstantin Shaposhnikov
Hello Alex,

On 12/22/05, Mayorgaadame, Alex [EMAIL PROTECTED] wrote:
 Hello all and Merry Christmas to everyone,

 Anyone knows what have been the fate of http://maven-proxy.codehaus.org I 
 hadn't see any changes on it for a long time. I've used it with Maven 1 and 
 would like to know if it just work with Maven 2 or maybe a similar 
 tool/plug-in/component for Maven 2.

I have recently discovered alternative to maven-proxy:
https://is-micro.myip.hu/projects/ismicro-commons/proximity/

You can give it a try.

regards,
Konstantin


Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Dirk Olmes
Dan,

 there is one patch you need to apply in order to make work transparently
 with maven2.
 check out jira

Ok, I've taken a look in jira and found patches but to which one are you
referring exactly?

BTW: the strange ConnectException bug I was seeing was simply a config
error. Now that this is fixed, maven-proxy runs fine :-)

-dirk

-- 
Anyway kids, have fun, play nicely, be good. And remember - if it ain't
broke, hit it again.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread dan tran
my bad, dont see it in jira.  It is something related to
maven-metadata.xmlnever got updated if it is changed in the external
repo

jorg, were you the one that send the fix it?

-D


On 12/22/05, Dirk Olmes [EMAIL PROTECTED] wrote:

 Dan,

  there is one patch you need to apply in order to make work transparently
  with maven2.
  check out jira

 Ok, I've taken a look in jira and found patches but to which one are you
 referring exactly?

 BTW: the strange ConnectException bug I was seeing was simply a config
 error. Now that this is fixed, maven-proxy runs fine :-)

 -dirk

 --
 Anyway kids, have fun, play nicely, be good. And remember - if it ain't
 broke, hit it again.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Alexandre Poitras
Yeah I remember having heard that if you don't apply the patches, your
plugins are never upgraded unless you force it (with -U) I think.

On 12/22/05, dan tran [EMAIL PROTECTED] wrote:
 my bad, dont see it in jira.  It is something related to
 maven-metadata.xmlnever got updated if it is changed in the external
 repo

 jorg, were you the one that send the fix it?

 -D


 On 12/22/05, Dirk Olmes [EMAIL PROTECTED] wrote:
 
  Dan,
 
   there is one patch you need to apply in order to make work transparently
   with maven2.
   check out jira
 
  Ok, I've taken a look in jira and found patches but to which one are you
  referring exactly?
 
  BTW: the strange ConnectException bug I was seeing was simply a config
  error. Now that this is fixed, maven-proxy runs fine :-)
 
  -dirk
 
  --
  Anyway kids, have fun, play nicely, be good. And remember - if it ain't
  broke, hit it again.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




--
Alexandre Poitras
Québec, Canada

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven-proxy functional with Maven 2?

2005-12-21 Thread Dirk Olmes
Mayorgaadame, Alex wrote:
 Hello all and Merry Christmas to everyone,

Hi,

 Anyone knows what have been the fate of
 http://maven-proxy.codehaus.org I hadn't see any changes on it for a
 long time. I've used it with Maven 1 and would like to know if it just
 work with Maven 2 or maybe a similar tool/plug-in/component
 for Maven 2.

I use it at work because I don't want all developers to download their
stuff from the internet and it just works. There's just one minor issue
which I haven't looked into yet: when I use the maven-eclipse-plugin to
download sources for my dependencies, the proxy fails with a
ConnectException. Retrying the same mvn command works. Strange ...

-dirk

-- 
A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven-proxy functional with Maven 2?

2005-12-21 Thread dan tran
there is one patch you need to apply in order to make work transparently
with maven2.
check out jira

-D


On 12/21/05, Dirk Olmes [EMAIL PROTECTED] wrote:

 Mayorgaadame, Alex wrote:
  Hello all and Merry Christmas to everyone,

 Hi,

  Anyone knows what have been the fate of
  http://maven-proxy.codehaus.org I hadn't see any changes on it for a
  long time. I've used it with Maven 1 and would like to know if it just
  work with Maven 2 or maybe a similar tool/plug-in/component
  for Maven 2.

 I use it at work because I don't want all developers to download their
 stuff from the internet and it just works. There's just one minor issue
 which I haven't looked into yet: when I use the maven-eclipse-plugin to
 download sources for my dependencies, the proxy fails with a
 ConnectException. Retrying the same mvn command works. Strange ...

 -dirk

 --
 A: Maybe because some people are too annoyed by top-posting.
 Q: Why do I not get an answer to my question(s)?
 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: Maven-proxy functional with Maven 2?

2005-12-21 Thread Jörg Schaible
dan tran wrote on Thursday, December 22, 2005 1:42 AM:

 there is one patch you need to apply in order to make work
 transparently with maven2.
 check out jira

Just to make it clear: You have to apply the patch to the CVS version ... :)

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]