RE: Straight line or Chaos? (My thoughts on resolving dependencies problems for open source libraries)

2010-03-02 Thread Todd Thiessen
> Sent: Tuesday, March 02, 2010 7:23 AM > To: us...@maven.apache.org > Cc: dev@maven.apache.org > Subject: Straight line or Chaos? (My thoughts on resolving > dependencies problems for open source libraries) > > Hi Maven users and devs, > > I think a lot of guys pai

Straight line or Chaos? (My thoughts on resolving dependencies problems for open source libraries)

2010-03-02 Thread Setter Guo
Hi Maven users and devs, I think a lot of guys pain on unconsistency of open-source libraries. For example, if libA depends on libB v1, and libC depends on libB v2. If someone(libD) want to use libA and libC at the same time, it will face problem on upgrading libA to match libB v1. Once there a

Straight line or Chaos? (My thoughts on resolving dependencies problems for open source libraries)

2010-03-02 Thread Setter Guo
Hi Maven users and devs, Sorry for duplication, but yahoo mail seems very difficult to use. So I open a gmail account, below is copy of the previous mail. If you have thoughts, how about reply on this thread? Many Thanks! ===

Re: Resolving dependencies

2007-02-14 Thread Samuel Le Berrigaud
Good to you as well Franz, And thanks for the links. Sorry for bothering everyone with something that IS documented... I will have a look and 'play' again... Thanks, SaM On 2/15/07, Franz Allan Valencia See <[EMAIL PROTECTED]> wrote: Good day to you, Samuel, Kindly take a look at the "Creati

Re: Resolving dependencies

2007-02-14 Thread Franz Allan Valencia See
Good day to you, Samuel, Kindly take a look at the "Creating and resolving an artifact" and "Resolving transitively" sections of [1]. Cheers, Franz [1] http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook On 2/14/07, Samuel Le Berrigaud <[EMAIL PROTECTED]> wrote: Hi all, I was

Resolving dependencies

2007-02-14 Thread Samuel Le Berrigaud
Hi all, I was trying to resolve dependencies from a plugin. I am not sure which part of the API I should use for that. What I want is to get all dependencies for a project and their transitive dependencies in Set. At the same time dependencies that are not present locally should be downloaded.

Re: Resolving dependencies/getting the local repository in a MojoDescriptorExtractor?

2006-08-08 Thread Jochen Kuhnle
Yes, it should. Alas, it does not do so at the moment, but I will submit a patch. Regards, Jochen On 2006-07-31 08:09:10 +0200, Brett Porter <[EMAIL PROTECTED]> said: Why are the dependencies needed in the plugin extractor? Perhaps it is more a matter of that the plugin plugin should resolve

Re: Resolving dependencies/getting the local repository in a MojoDescriptorExtractor?

2006-07-30 Thread Brett Porter
Why are the dependencies needed in the plugin extractor? Perhaps it is more a matter of that the plugin plugin should resolve dependencies if there is a need for it (and pass the local repository location to the extractor API if needed also). - Brett On 28/07/2006 10:01 PM, Jochen Kuhnle wrot

Resolving dependencies/getting the local repository in a MojoDescriptorExtractor?

2006-07-28 Thread Jochen Kuhnle
Hi, I am currenty writing a MojoDescriptorExtractor that needs to resolve dependencies on its own, since the plugin plugin does not do this (no @requiredDependencyResolution). For this, I need to get the path to the local repository (through MavenSettings, MavenExecutionRequest, etc.) The on

Re: Maven Not Resolving Dependencies

2006-05-18 Thread Ole Ersoy
l > 1.1.1 > compile > > > or: > > > myfaces > myfaces-all > 1.1.1 > > > Greg > > - Original Message - > From: "Ole Ersoy" <[EMAIL PROTECTED]> > To: "Maven Developers List" > Sent: Thursday, May 18, 2006 5:15

Re: Maven Not Resolving Dependencies

2006-05-18 Thread Ole Ersoy
Stefan, Myfaces has an equally named package. It's not just myfaces, but any dependency from the local repository. Everything was working fine before, and then all of a sudden stopped working. Since eclipse resolves the dependencies in the repository fine, I'm guessing it is an issue in the mav

Re: Maven Not Resolving Dependencies

2006-05-18 Thread Alexandre Poitras
e or: myfaces myfaces-all 1.1.1 Greg - Original Message - From: "Ole Ersoy" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Thursday, May 18, 2006 5:15 AM Subject: Re: Maven Not Resolving Dependencies > John, > > I'd be extremely glad to do

Re: Maven Not Resolving Dependencies

2006-05-18 Thread Grzegorz Slowikowski
5:15 AM Subject: Re: Maven Not Resolving Dependencies John, I'd be extremely glad to do that at this point, because I think I'm out of options. I've tried deleting .m2, installing an older version of java (1.5.02), upgrading maven to 2.0.4...I could go back to ant, but that would

Re: Maven Not Resolving Dependencies

2006-05-18 Thread Stefan Hübner
Could it be possible, that in myfaces' dependencies the "javax.faces" artifact is missed out? Or does myfaces contain an equally named package "javax.faces..."? Stefan 2006/5/18, Ole Ersoy <[EMAIL PROTECTED]>: John, I'd be extremely glad to do that at this point, because I think I'm out of opt

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Ole Ersoy
John, I'd be extremely glad to do that at this point, because I think I'm out of options. I've tried deleting .m2, installing an older version of java (1.5.02), upgrading maven to 2.0.4...I could go back to ant, but that would be like plowing a field with a horse and buggie. OK - I setup a reall

Re: Maven Not Resolving Dependencies

2006-05-17 Thread John Casey
Can you attach a copy of your pom and the output from the build when you run with the -X switch? This will give us some clues to start helping you out. BTW, we've had some network trouble lately with the repository pointer ( repo1.maven.org), and it could be affecting you... Cheers, John On 5/1

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Ole Ersoy
Hi, I'm using myfaces...version 1.1.1. I thought it might be an issue with the myfaces download, but I have the same issue with other libraries as well. Thanks for trying though, - Ole --- Alexandre Poitras <[EMAIL PROTECTED]> wrote: > http://maven.apache.org/guides/mini/guide-coping-with-sun-

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Alexandre Poitras
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Just use myfaces instead of the reference implementation. On 5/17/06, Ole Ersoy <[EMAIL PROTECTED]> wrote: Hey Guys, I posted this on the users list, but I'm starting that maybe it's a bug. I'm running 2.0.4. Maven downloads

Maven Not Resolving Dependencies

2006-05-17 Thread Ole Ersoy
Hey Guys, I posted this on the users list, but I'm starting that maybe it's a bug. I'm running 2.0.4. Maven downloads dependencies fine from Ibiblio, and after running the eclipse plugin, eclipse can see them all. However maven does not and I get messages like: java:[4,29] package javax.faces.

[jira] Closed: (MNG-1148) lower logging level of "Resolving dependencies..."

2005-10-09 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1148?page=all ] Brett Porter closed MNG-1148: - Assign To: Brett Porter Resolution: Fixed Fix Version: 2.0-beta-4 > lower logging level of "Resolving depe

[jira] Created: (MNG-1148) lower logging level of "Resolving dependencies..."

2005-10-09 Thread Steve Loughran (JIRA)
lower logging level of "Resolving dependencies..." -- Key: MNG-1148 URL: http://jira.codehaus.org/browse/MNG-1148 Project: Maven 2 Type: Improvement Components: maven-artifact-ant Versions: