[
https://issues.apache.org/jira/browse/HADOOP-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674585#action_12674585
]
Giridharan Kesavan commented on HADOOP-5208:
--------------------------------------------
As I commented before api-repot is getting called twice..
releaseaudit target which has depenency on api-report calls it once
and tar which also has transient dependency on api-report calls it for the
second time; which is when the sax error appears.
Jira [HADOOP-5279|http://issues.apache.org/jira/browse/HADOOP-5279] is filed to
skip calling tar target as part of test-core which indirectly fixes this issue
aswell.
> SAXParseException: "id" must not contain the '<' character
> ----------------------------------------------------------
>
> Key: HADOOP-5208
> URL: https://issues.apache.org/jira/browse/HADOOP-5208
> Project: Hadoop Core
> Issue Type: Bug
> Components: build
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Giridharan Kesavan
>
> Found the following exception in recent Hudson builds (e.g. see [build
> #3821|http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3821/console]):
> {noformat}
> [exec] [javadoc] JDiff: reading the comments in from file
> '/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/build/docs/jdiff/user_comments_for_hadoop_0.19.0_to_hadoop_742698_HADOOP-5205_PATCH-12399851.xml'...
> [exec] [javadoc] Fatal Error (102): parsing XML comments
> file:org.xml.sax.SAXParseException: The value of attribute "id" must not
> contain the '<' character.
> [exec] [javadoc] org.xml.sax.SAXParseException: The value of attribute
> "id" must not contain the '<' character.
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.