You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/02/17 20:02:19 UTC

[jira] Created: (MNG-2083) Path to missing dependency is not shown

Path to missing dependency is not shown
---------------------------------------

         Key: MNG-2083
         URL: http://jira.codehaus.org/browse/MNG-2083
     Project: Maven 2
        Type: Bug

  Components: Dependencies  
    Versions: 2.0.3    
    Reporter: Carlos Sanchez
    Priority: Blocker


Seems a regression
it's only shown with -X

[DEBUG] Unable to download the artifact from any repository
Path to dependency:
        1) org.apache.activemq:activemq-jaas:jar:4.0-SNAPSHOT
        2) directory-asn1:asn1-ber:jar:0.3.2
        3) commons-test:commons-test:jar:0.1


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-2083) Path to missing dependency is not shown nor url to download

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2083?page=all ]
     
John Casey closed MNG-2083:
---------------------------

    Resolution: Fixed

there was a problem with projects that were already cached...the pomArtifact doesn't get populated with downloadUrl, because the project is already in the cache.

I corrected this to set the downloadUrl on both the main artifact and the pomArtifact, for consistency. Then, I added a little bit more formatting to try to make multi-artifact output more legible.

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml, pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-2083) Path to missing dependency is not shown nor url to download

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2083?page=all ]

Carlos Sanchez updated MNG-2083:
--------------------------------

          Description: 
Seems a regression
it's only shown with -X

[DEBUG] Unable to download the artifact from any repository

Try downloading the file manually from
  http://java.sun.com/products/javabeans/glasgow/jaf.html
and install it using the command:
  mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
        1) test:test:jar:1.0-SNAPSHOT
        2) javax.activation:activation:jar:1.0.2


  javax.activation:activation:jar:1.0.2

  was:
Seems a regression
it's only shown with -X

[DEBUG] Unable to download the artifact from any repository
Path to dependency:
        1) org.apache.activemq:activemq-jaas:jar:4.0-SNAPSHOT
        2) directory-asn1:asn1-ber:jar:0.3.2
        3) commons-test:commons-test:jar:0.1


    Testcase included: yes
          Fix Version: 2.0.3
           Attachment: pom.xml
              Summary: Path to missing dependency is not shown nor url to download   (was: Path to missing dependency is not shown)

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-2083) Path to missing dependency is not shown nor url to download

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2083?page=all ]
     
John Casey closed MNG-2083:
---------------------------

    Resolution: Fixed

fixed and merged.

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2083) Path to missing dependency is not shown nor url to download

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2083?page=comments#action_59077 ] 

John Casey commented on MNG-2083:
---------------------------------

ready for merge from trunk.

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MNG-2083) Path to missing dependency is not shown nor url to download

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2083?page=all ]
     
Carlos Sanchez reopened MNG-2083:
---------------------------------


There's a problem when more than one dependecy is missing, some info (install instructions, download url) for the first one is ommitted

2 required artifacts missing:

1) javax.activation:activation:jar:1.0.2
  Path to dependency:
        1) test:test:jar:1.0-SNAPSHOT
        2) javax.activation:activation:jar:1.0.2



2) javax.mail:mail:jar:1.3.2

  Try downloading the file manually from
      http://java.sun.com/products/javamail/downloads/index.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \
          -Dversion=1.3.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) test:test:jar:1.0-SNAPSHOT
        2) javax.mail:mail:jar:1.3.2



for the artifact:
  test:test:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://test.maven.codehaus.org/maven2)

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml, pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-2083) Path to missing dependency is not shown nor url to download

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2083?page=all ]

Carlos Sanchez updated MNG-2083:
--------------------------------

    Attachment: pom.xml

> Path to missing dependency is not shown nor url to download 
> ------------------------------------------------------------
>
>          Key: MNG-2083
>          URL: http://jira.codehaus.org/browse/MNG-2083
>      Project: Maven 2
>         Type: Bug

>   Components: Dependencies
>     Versions: 2.0.3
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: pom.xml, pom.xml
>
>
> Seems a regression
> it's only shown with -X
> [DEBUG] Unable to download the artifact from any repository
> Try downloading the file manually from
>   http://java.sun.com/products/javabeans/glasgow/jaf.html
> and install it using the command:
>   mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> Path to dependency:
>         1) test:test:jar:1.0-SNAPSHOT
>         2) javax.activation:activation:jar:1.0.2
>   javax.activation:activation:jar:1.0.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org