You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Joe Prasanna Kumar (JIRA)" <ji...@apache.org> on 2010/08/13 05:00:26 UTC

[jira] Created: (MAHOUT-472) some of the pom.xml referencing old svn repository url

some of the pom.xml referencing old svn repository url
------------------------------------------------------

                 Key: MAHOUT-472
                 URL: https://issues.apache.org/jira/browse/MAHOUT-472
             Project: Mahout
          Issue Type: Bug
         Environment: Mac OSX Leopard, JDK 1.6 / Eclipse 3.5
            Reporter: Joe Prasanna Kumar
            Priority: Minor


I realized that the pom.xml in mahout/examples is referencing the old repository url.

Currently it is
 <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
  </scm>

and I guess it should be changed to
 <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
    <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
  </scm>

I saw similar references in 
mahout/utils/pom.xml
mahout/taste-web/pom.xml
mahout/math/pom.xml
mahout/core/pom.xml
mahout/buildtools/pom.xml
Tried searching in http://www.lucidimagination.com/search/ to see if there were previous discussion about this and couldnt find any.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-472) some of the pom.xml referencing old svn repository url

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated MAHOUT-472:
-----------------------------

           Status: Resolved  (was: Patch Available)
    Fix Version/s: 0.4
       Resolution: Fixed

Looks right to me, committing.

> some of the pom.xml referencing old svn repository url
> ------------------------------------------------------
>
>                 Key: MAHOUT-472
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-472
>             Project: Mahout
>          Issue Type: Bug
>         Environment: Mac OSX Leopard, JDK 1.6 / Eclipse 3.5
>            Reporter: Joe Prasanna Kumar
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-472.patch
>
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> I realized that the pom.xml in mahout/examples is referencing the old repository url.
> Currently it is
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
>   </scm>
> and I guess it should be changed to
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
>   </scm>
> I saw similar references in 
> mahout/utils/pom.xml
> mahout/taste-web/pom.xml
> mahout/math/pom.xml
> mahout/core/pom.xml
> mahout/buildtools/pom.xml
> Tried searching in http://www.lucidimagination.com/search/ to see if there were previous discussion about this and couldnt find any.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-472) some of the pom.xml referencing old svn repository url

Posted by "Joe Prasanna Kumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Prasanna Kumar updated MAHOUT-472:
--------------------------------------

    Status: Patch Available  (was: Open)

I have modified the following pom.xml files

mahout/utils/pom.xml
mahout/taste-web/pom.xml
mahout/math/pom.xml
mahout/core/pom.xml
mahout/buildtools/pom.xml
mahout/examples/pom.xml
mahout/core/pom.xml



> some of the pom.xml referencing old svn repository url
> ------------------------------------------------------
>
>                 Key: MAHOUT-472
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-472
>             Project: Mahout
>          Issue Type: Bug
>         Environment: Mac OSX Leopard, JDK 1.6 / Eclipse 3.5
>            Reporter: Joe Prasanna Kumar
>            Priority: Minor
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> I realized that the pom.xml in mahout/examples is referencing the old repository url.
> Currently it is
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
>   </scm>
> and I guess it should be changed to
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
>   </scm>
> I saw similar references in 
> mahout/utils/pom.xml
> mahout/taste-web/pom.xml
> mahout/math/pom.xml
> mahout/core/pom.xml
> mahout/buildtools/pom.xml
> Tried searching in http://www.lucidimagination.com/search/ to see if there were previous discussion about this and couldnt find any.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-472) some of the pom.xml referencing old svn repository url

Posted by "Joe Prasanna Kumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Prasanna Kumar updated MAHOUT-472:
--------------------------------------

    Attachment: MAHOUT-472.patch

sorry I forgot to upload the patch earlier...

> some of the pom.xml referencing old svn repository url
> ------------------------------------------------------
>
>                 Key: MAHOUT-472
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-472
>             Project: Mahout
>          Issue Type: Bug
>         Environment: Mac OSX Leopard, JDK 1.6 / Eclipse 3.5
>            Reporter: Joe Prasanna Kumar
>            Priority: Minor
>         Attachments: MAHOUT-472.patch
>
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> I realized that the pom.xml in mahout/examples is referencing the old repository url.
> Currently it is
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
>   </scm>
> and I guess it should be changed to
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
>   </scm>
> I saw similar references in 
> mahout/utils/pom.xml
> mahout/taste-web/pom.xml
> mahout/math/pom.xml
> mahout/core/pom.xml
> mahout/buildtools/pom.xml
> Tried searching in http://www.lucidimagination.com/search/ to see if there were previous discussion about this and couldnt find any.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-472) some of the pom.xml referencing old svn repository url

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898530#action_12898530 ] 

Hudson commented on MAHOUT-472:
-------------------------------

Integrated in Mahout-Quality #187 (See [http://hudson.zones.apache.org/hudson/job/Mahout-Quality/187/])
    MAHOUT-472


> some of the pom.xml referencing old svn repository url
> ------------------------------------------------------
>
>                 Key: MAHOUT-472
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-472
>             Project: Mahout
>          Issue Type: Bug
>         Environment: Mac OSX Leopard, JDK 1.6 / Eclipse 3.5
>            Reporter: Joe Prasanna Kumar
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-472.patch
>
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> I realized that the pom.xml in mahout/examples is referencing the old repository url.
> Currently it is
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
>   </scm>
> and I guess it should be changed to
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
>   </scm>
> I saw similar references in 
> mahout/utils/pom.xml
> mahout/taste-web/pom.xml
> mahout/math/pom.xml
> mahout/core/pom.xml
> mahout/buildtools/pom.xml
> Tried searching in http://www.lucidimagination.com/search/ to see if there were previous discussion about this and couldnt find any.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-472) some of the pom.xml referencing old svn repository url

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898373#action_12898373 ] 

Sean Owen commented on MAHOUT-472:
----------------------------------

Sounds good -- I don't see a patch attached though?

> some of the pom.xml referencing old svn repository url
> ------------------------------------------------------
>
>                 Key: MAHOUT-472
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-472
>             Project: Mahout
>          Issue Type: Bug
>         Environment: Mac OSX Leopard, JDK 1.6 / Eclipse 3.5
>            Reporter: Joe Prasanna Kumar
>            Priority: Minor
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> I realized that the pom.xml in mahout/examples is referencing the old repository url.
> Currently it is
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
>   </scm>
> and I guess it should be changed to
>  <scm>
>     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
>     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
>     <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
>   </scm>
> I saw similar references in 
> mahout/utils/pom.xml
> mahout/taste-web/pom.xml
> mahout/math/pom.xml
> mahout/core/pom.xml
> mahout/buildtools/pom.xml
> Tried searching in http://www.lucidimagination.com/search/ to see if there were previous discussion about this and couldnt find any.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.