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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2009/12/01 17:42:20 UTC

[jira] Created: (HADOOP-6402) testConf.xsl is not well-formed XML

testConf.xsl is not well-formed XML
-----------------------------------

                 Key: HADOOP-6402
                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
             Project: Hadoop Common
          Issue Type: Bug
          Components: test
    Affects Versions: 0.22.0
            Reporter: Steve Loughran
            Priority: Trivial


File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Commented: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Hadoop QA commented on HADOOP-6402:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/34/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/34/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/34/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/34/console

This message is automatically generated.

> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Updated: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Steve Loughran updated HADOOP-6402:
-----------------------------------

    Fix Version/s: 0.22.0
           Status: Patch Available  (was: Open)

> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Assigned: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Steve Loughran reassigned HADOOP-6402:
--------------------------------------

    Assignee: Steve Loughran

> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Commented: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Hudson commented on HADOOP-6402:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #129 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/129/])
    . testConf.xsl is not well-formed XML. Contributed by Steve Loughran.


> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Updated: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Steve Loughran updated HADOOP-6402:
-----------------------------------

    Attachment: HADOOP-6402.patch

move comment below xml declaration

> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Updated: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Tom White updated HADOOP-6402:
------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I've just committed this. Thanks Steve!

> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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


[jira] Commented: (HADOOP-6402) testConf.xsl is not well-formed XML

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

Hudson commented on HADOOP-6402:
--------------------------------

Integrated in Hadoop-Common-trunk #204 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/204/])
    . testConf.xsl is not well-formed XML. Contributed by Steve Loughran.


> testConf.xsl is not well-formed XML
> -----------------------------------
>
>                 Key: HADOOP-6402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6402
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6402.patch
>
>
> File {{/org/apache/hadoop/cli/testConf.xsl}} is not valid XML, as the <?xml?> directive comes after the comment. XML requires this to be the first thing in a file, so it can be used to determine the encoding.

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