You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Stepan Koltsov (JIRA)" <ji...@codehaus.org> on 2006/01/03 22:45:12 UTC

[jira] Created: (MNG-1917) Not enough diagnostics if failed to validate POM

Not enough diagnostics if failed to validate POM
------------------------------------------------

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

  Components: Ant tasks  
    Versions: 2.0.1    
    Reporter: Stepan Koltsov


If there are some problems with dependencies, and with maven tasks prints:

{code:none}
[artifact:pom] An error has occurred while processing the Maven artifact tasks.
[artifact:pom]  Diagnosis:
[artifact:pom] 
[artifact:pom] Unable to build project: /Users/yozh/devel/mx/pom.xml
[artifact:pom] Failed to validate POM
{code}

but should print like how maven prints:

{code:none}
Validation Messages:

    [0]  For dependency Dependency {groupId=opensymphony, artifactId=xwork-tiger, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [1]  For dependency Dependency {groupId=javamail, artifactId=smtp, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [2]  For dependency Dependency {groupId=opensymphony, artifactId=xwork, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [3]  For dependency Dependency {groupId=opensymphony, artifactId=rife, version=0.0.1, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [4]  For dependency Dependency {groupId=javamail, artifactId=activation, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [5]  For dependency Dependency {groupId=opensymphony, artifactId=oscore, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [6]  For dependency Dependency {groupId=opensymphony, artifactId=webwork, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.
    [7]  For dependency Dependency {groupId=javamail, artifactId=mailapi, version=hz, type=jar}:
system-scoped dependency must specify an absolute path systemPath.

Reason: Failed to validate POM
{code}


-- 
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