You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jonathan Eagles (Created) (JIRA)" <ji...@apache.org> on 2012/02/29 23:27:58 UTC

[jira] [Created] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

hadoop-project invalid pom warnings prevent transitive dependency resolution
----------------------------------------------------------------------------

                 Key: HADOOP-8123
                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 0.23.1
            Reporter: Jonathan Eagles
            Assignee: Jonathan Eagles
            Priority: Critical


[DEBUG]   Artifact resolved
[WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
[DEBUG]
Validation Errors:
[DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
[DEBUG]

[DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated HADOOP-8123:
------------------------------------

    Attachment: HADOOP-8123.patch
    
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Arun C Murthy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219769#comment-13219769 ] 

Arun C Murthy commented on HADOOP-8123:
---------------------------------------

Is this an issue with maven-3.x?
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #624 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/624/])
    Merge -c 1296861 from trunk to branch-0.23 to fix HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. (Revision 1296862)

     Result = SUCCESS
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296862
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated HADOOP-8123:
------------------------------------

    Status: Patch Available  (was: Open)
    
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Arun C Murthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-8123:
----------------------------------

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

I just committed this. Thanks Jonathan!
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1829 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1829/])
    HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. Contributed by Jonathan Eagles. (Revision 1296861)

     Result = SUCCESS
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296861
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #634 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/634/])
    Merge -c 1296861 from trunk to branch-0.23 to fix HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. (Revision 1296862)

     Result = ABORTED
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296862
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #635 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/635/])
    Merge -c 1296861 from trunk to branch-0.23 to fix HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. (Revision 1296862)

     Result = SUCCESS
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296862
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1836 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1836/])
    HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. Contributed by Jonathan Eagles. (Revision 1296861)

     Result = ABORTED
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296861
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219613#comment-13219613 ] 

Jonathan Eagles commented on HADOOP-8123:
-----------------------------------------

env.JAVA_HOME is not guaranteed to be available instead maven recommends using java.home

http://maven.apache.org/general.html#tools-jar-dependency
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1010 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1010/])
    HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. Contributed by Jonathan Eagles. (Revision 1296861)

     Result = FAILURE
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296861
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219664#comment-13219664 ] 

Hadoop QA commented on HADOOP-8123:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12516623/HADOOP-8123.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/646//console

This message is automatically generated.
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1903 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1903/])
    HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. Contributed by Jonathan Eagles. (Revision 1296861)

     Result = SUCCESS
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296861
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219674#comment-13219674 ] 

Jonathan Eagles commented on HADOOP-8123:
-----------------------------------------

hadoop-project patch failure is expect.

The way to show this issue is the following pom file
{noformat}
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.apache.test</groupId>
    <artifactId>test</artifactId>
    <packaging>jar</packaging>
    <version>1.0.0</version>
    <name>test</name>
    <description>test</description>

    <dependencies>
        <dependency>
        <groupId>org.apache.hadoop</groupId>
        <artifactId>hadoop-common</artifactId>
        <version>0.23.1</version>
        <scope>compile</scope>
        </dependency>
    </dependencies>

    <build>
    </build>
</project>

{noformat}
MAVEN_HOME=<path to apache-maven-2.2.1> PATH=<path to apache-maven-2.2.1/bin>:$PATH mvn clean install -e -X > ~/build.log 2>&1
build.log will show the above error.

Error is not present with the above patch.
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #975 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/975/])
    HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. Contributed by Jonathan Eagles. (Revision 1296861)

     Result = SUCCESS
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296861
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219783#comment-13219783 ] 

Jonathan Eagles commented on HADOOP-8123:
-----------------------------------------

I compiled the above pom with both maven-2.x and maven-3.x without error the patch applied.
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #188 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/188/])
    Merge -c 1296861 from trunk to branch-0.23 to fix HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. (Revision 1296862)

     Result = SUCCESS
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296862
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

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

Hudson commented on HADOOP-8123:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #216 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/216/])
    Merge -c 1296861 from trunk to branch-0.23 to fix HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. (Revision 1296862)

     Result = FAILURE
acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1296862
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219782#comment-13219782 ] 

Jonathan Eagles commented on HADOOP-8123:
-----------------------------------------

Just with maven-2.x
                
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8123) hadoop-project invalid pom warnings prevent transitive dependency resolution

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated HADOOP-8123:
------------------------------------

    Description: 
This issue is present for at least maven 2.2.1

[DEBUG]   Artifact resolved
[WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
[DEBUG]
Validation Errors:
[DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
[DEBUG]

[DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)


  was:
[DEBUG]   Artifact resolved
[WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
[DEBUG]
Validation Errors:
[DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
[DEBUG]

[DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)


    
> hadoop-project invalid pom warnings prevent transitive dependency resolution
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: HADOOP-8123.patch
>
>
> This issue is present for at least maven 2.2.1
> [DEBUG]   Artifact resolved
> [WARNING] POM for 'org.apache.hadoop:hadoop-common:pom:0.23.1:compile' is invalid.
> Its dependencies (if any) will NOT be available to the current build.
> [DEBUG] Reason: Failed to validate POM for project org.apache.hadoop:hadoop-common at Artifact [org.apache.hadoop:hadoop-common:pom:0.23.1:compile]
> [DEBUG]
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=jdk.tools, artifactId=jdk.tools, version=1.6, type=jar}: system-scoped dependency must specify an absolute path systemPath.
> [DEBUG]
> [DEBUG]   org.apache.hadoop:hadoop-common:jar:0.23.1:compile (selected for compile)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira