You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "bartvdc (JIRA)" <ji...@codehaus.org> on 2008/06/02 15:02:55 UTC

[jira] Created: (MDEP-170) Endless loop with relocation jtds:jtds

Endless loop with relocation jtds:jtds
--------------------------------------

                 Key: MDEP-170
                 URL: http://jira.codehaus.org/browse/MDEP-170
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
         Environment: WinXP maven 2.0.9
            Reporter: bartvdc
            Assignee: Brian Fox
            Priority: Minor
         Attachments: dependencybug.zip

I'm getting an endless loop when installing a project using jtds:jtds.
I can see in the pom that it's relocated to net.sourceforge.jtds.
Output says : 
[WARNING] While downloading net.sourceforge.jtds:jtds:1.2
  This artifact has been relocated to net.sourceforge.jtds:jtds:1.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

        

[jira] Closed: (MNG-3610) Endless loop with relocation jtds:jtds

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-3610.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2.2)
                   3.0-alpha-6

> Endless loop with relocation jtds:jtds
> --------------------------------------
>
>                 Key: MNG-3610
>                 URL: http://jira.codehaus.org/browse/MNG-3610
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7, 2.0.8, 2.0.9
>         Environment: WinXP maven 2.0.9
>            Reporter: bartvdc
>            Assignee: Brian Fox
>            Priority: Minor
>             Fix For: 3.0-alpha-6
>
>         Attachments: dependencybug.zip
>
>
> I'm getting an endless loop when installing a project using jtds:jtds.
> I can see in the pom that it's relocated to net.sourceforge.jtds.
> Output says : 
> [WARNING] While downloading net.sourceforge.jtds:jtds:1.2
>   This artifact has been relocated to net.sourceforge.jtds:jtds:1.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

        

[jira] Commented: (MNG-3610) Endless loop with relocation jtds:jtds

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204568#action_204568 ] 

Jason van Zyl commented on MNG-3610:
------------------------------------

Relocation works fine in 3.0:

bash-3.2$ mvn clean install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building dependencybug (jar) 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.sonatype.org/content/groups/sonatype-grid/jtds/jtds/1.2/jtds-1.2.pom
972 B downloaded at 1.4 KB/sec
[WARNING] While downloading jtds:jtds:1.2
  This artifact has been relocated to net.sourceforge.jtds:jtds:1.2.


Downloading: http://repository.sonatype.org/content/groups/sonatype-grid/net/sourceforge/jtds/jtds/1.2/jtds-1.2.pom
871 B downloaded at 0.9 KB/sec
Downloading: http://repository.sonatype.org/content/groups/sonatype-grid/net/sourceforge/jtds/jtds/1.2/jtds-1.2.jar
279 KB downloaded at 332.1 KB/sec
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ dependencybug ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ dependencybug ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/jvanzyl/work/dependencybug/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ dependencybug ---
Downloading: http://repository.sonatype.org/content/groups/sonatype-grid/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom
3 KB downloaded at 3.8 KB/sec
[INFO] Compiling 1 source file to /Users/jvanzyl/work/dependencybug/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ dependencybug ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/jvanzyl/work/dependencybug/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ dependencybug ---
[INFO] Compiling 1 source file to /Users/jvanzyl/work/dependencybug/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ dependencybug ---
[INFO] Surefire report directory: /Users/jvanzyl/work/dependencybug/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.mycompany.dedendencybug.AppTest
class net.sourceforge.jtds.jdbc.Driver
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ dependencybug ---
[INFO] Building jar: /Users/jvanzyl/work/dependencybug/target/dependencybug-1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ dependencybug ---
[INFO] Installing /Users/jvanzyl/work/dependencybug/target/dependencybug-1.0-SNAPSHOT.jar to /Users/jvanzyl/.m2/repository/com/mycompany/dependencybug/1.0-SNAPSHOT/dependencybug-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.434s
[INFO] Finished at: Wed Dec 30 11:12:23 EST 2009
[INFO] Final Memory: 10M/80M
[INFO] ------------------------------------------------------------------------

> Endless loop with relocation jtds:jtds
> --------------------------------------
>
>                 Key: MNG-3610
>                 URL: http://jira.codehaus.org/browse/MNG-3610
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7, 2.0.8, 2.0.9
>         Environment: WinXP maven 2.0.9
>            Reporter: bartvdc
>            Assignee: Brian Fox
>            Priority: Minor
>             Fix For: 3.0-alpha-6
>
>         Attachments: dependencybug.zip
>
>
> I'm getting an endless loop when installing a project using jtds:jtds.
> I can see in the pom that it's relocated to net.sourceforge.jtds.
> Output says : 
> [WARNING] While downloading net.sourceforge.jtds:jtds:1.2
>   This artifact has been relocated to net.sourceforge.jtds:jtds:1.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

        

[jira] Updated: (MDEP-170) Endless loop with relocation jtds:jtds

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MDEP-170:
---------------------------


I've seen this before in the 2.0.7 timeframe but could never reproduce it.

> Endless loop with relocation jtds:jtds
> --------------------------------------
>
>                 Key: MDEP-170
>                 URL: http://jira.codehaus.org/browse/MDEP-170
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7, 2.0.8, 2.0.9
>         Environment: WinXP maven 2.0.9
>            Reporter: bartvdc
>            Assignee: Brian Fox
>            Priority: Minor
>             Fix For: 2.0.10
>
>         Attachments: dependencybug.zip
>
>
> I'm getting an endless loop when installing a project using jtds:jtds.
> I can see in the pom that it's relocated to net.sourceforge.jtds.
> Output says : 
> [WARNING] While downloading net.sourceforge.jtds:jtds:1.2
>   This artifact has been relocated to net.sourceforge.jtds:jtds:1.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

        

[jira] Updated: (MNG-3610) Endless loop with relocation jtds:jtds

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MNG-3610:
---------------------------

    Affects Version/s: 2.0.7
                       2.0.8
                       2.0.9
        Fix Version/s: 2.0.10
          Component/s: Artifacts and Repositories

> Endless loop with relocation jtds:jtds
> --------------------------------------
>
>                 Key: MNG-3610
>                 URL: http://jira.codehaus.org/browse/MNG-3610
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7, 2.0.8, 2.0.9
>         Environment: WinXP maven 2.0.9
>            Reporter: bartvdc
>            Assignee: Brian Fox
>            Priority: Minor
>             Fix For: 2.0.10
>
>         Attachments: dependencybug.zip
>
>
> I'm getting an endless loop when installing a project using jtds:jtds.
> I can see in the pom that it's relocated to net.sourceforge.jtds.
> Output says : 
> [WARNING] While downloading net.sourceforge.jtds:jtds:1.2
>   This artifact has been relocated to net.sourceforge.jtds:jtds:1.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

        

[jira] Moved: (MNG-3610) Endless loop with relocation jtds:jtds

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox moved MDEP-170 to MNG-3610:
-------------------------------------

    Complexity: Intermediate
           Key: MNG-3610  (was: MDEP-170)
       Project: Maven 2  (was: Maven 2.x Dependency Plugin)

> Endless loop with relocation jtds:jtds
> --------------------------------------
>
>                 Key: MNG-3610
>                 URL: http://jira.codehaus.org/browse/MNG-3610
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.7, 2.0.8, 2.0.9
>         Environment: WinXP maven 2.0.9
>            Reporter: bartvdc
>            Assignee: Brian Fox
>            Priority: Minor
>             Fix For: 2.0.10
>
>         Attachments: dependencybug.zip
>
>
> I'm getting an endless loop when installing a project using jtds:jtds.
> I can see in the pom that it's relocated to net.sourceforge.jtds.
> Output says : 
> [WARNING] While downloading net.sourceforge.jtds:jtds:1.2
>   This artifact has been relocated to net.sourceforge.jtds:jtds:1.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