[ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13275891#comment-13275891
 ] 

Radim Kolar commented on HADOOP-8268:
-------------------------------------

command was wrong. libxml2 does not work well with XSD schemas. C version of 
xerces 3 parser works fine:

find . -name *.xml -exec PParse -n -s -f -v=always {} \;
                
> A few pom.xml across Hadoop project may fail XML validation
> -----------------------------------------------------------
>
>                 Key: HADOOP-8268
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8268
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0
>         Environment: FreeBSD 8.2 / AMD64
>            Reporter: Radim Kolar
>            Assignee: Radim Kolar
>              Labels: maven, patch
>         Attachments: HADOOP-8268.patch, hadoop-pom.txt
>
>
> In a few pom files there are embedded ant commands which contains '>' - 
> redirection. This makes XML file invalid and this POM file can not be 
> deployed into validating Maven repository managers such as Artifactory.

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

        

Reply via email to