You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Christophe Taton (JIRA)" <ji...@apache.org> on 2007/12/18 10:12:43 UTC

[jira] Created: (HADOOP-2452) Eclipse plug-in build.xml issue

Eclipse plug-in build.xml issue
-------------------------------

                 Key: HADOOP-2452
                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
             Project: Hadoop
          Issue Type: Bug
          Components: build
            Reporter: Christophe Taton
            Priority: Trivial
             Fix For: 0.16.0


The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.


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


[jira] Commented: (HADOOP-2452) Eclipse plug-in build.xml issue

Posted by "Christophe Taton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554189 ] 

Christophe Taton commented on HADOOP-2452:
------------------------------------------

The failure is unrelated to this patch (eclipse plug-in not built nor tested). The patch does not modify anything outside the eclipse plug-in.

> Eclipse plug-in build.xml issue
> -------------------------------
>
>                 Key: HADOOP-2452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Christophe Taton
>            Assignee: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.16.0
>
>         Attachments: 2452_2007-12-18_1.patch
>
>
> The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.

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


[jira] Updated: (HADOOP-2452) Eclipse plug-in build.xml issue

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

Christophe Taton updated HADOOP-2452:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.

> Eclipse plug-in build.xml issue
> -------------------------------
>
>                 Key: HADOOP-2452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Christophe Taton
>            Assignee: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.16.0
>
>         Attachments: 2452_2007-12-18_1.patch
>
>
> The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.

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


[jira] Updated: (HADOOP-2452) Eclipse plug-in build.xml issue

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

Christophe Taton updated HADOOP-2452:
-------------------------------------

    Status: Patch Available  (was: Open)

> Eclipse plug-in build.xml issue
> -------------------------------
>
>                 Key: HADOOP-2452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.16.0
>
>         Attachments: 2452_2007-12-18_1.patch
>
>
> The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.

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


[jira] Updated: (HADOOP-2452) Eclipse plug-in build.xml issue

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

Christophe Taton updated HADOOP-2452:
-------------------------------------

    Attachment: 2452_2007-12-18_1.patch

This patch fixes the build.xml of the plug-in.

> Eclipse plug-in build.xml issue
> -------------------------------
>
>                 Key: HADOOP-2452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.16.0
>
>         Attachments: 2452_2007-12-18_1.patch
>
>
> The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.

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


[jira] Commented: (HADOOP-2452) Eclipse plug-in build.xml issue

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

Hadoop QA commented on HADOOP-2452:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371846/2452_2007-12-18_1.patch
against trunk revision r606333.

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

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

    javac +1.  The applied patch does not generate any new compiler warnings.

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

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

    contrib tests -1.  The patch failed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1422/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1422/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1422/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1422/console

This message is automatically generated.

> Eclipse plug-in build.xml issue
> -------------------------------
>
>                 Key: HADOOP-2452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Christophe Taton
>            Assignee: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.16.0
>
>         Attachments: 2452_2007-12-18_1.patch
>
>
> The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.

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


[jira] Updated: (HADOOP-2452) Eclipse plug-in build.xml issue

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

Christophe Taton updated HADOOP-2452:
-------------------------------------

    Assignee: Christophe Taton

> Eclipse plug-in build.xml issue
> -------------------------------
>
>                 Key: HADOOP-2452
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2452
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Christophe Taton
>            Assignee: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.16.0
>
>         Attachments: 2452_2007-12-18_1.patch
>
>
> The build.xml for the Eclipse plug-in has a bad reference to the generated hadoop-core-*.jar and prevents the build from succeeding.

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