You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Eric Charles (JIRA)" <ji...@apache.org> on 2011/09/07 03:46:10 UTC

[jira] [Created] (HBASE-4339) Improve eclipse documentation and project file generation

Improve eclipse documentation and project file generation
---------------------------------------------------------

                 Key: HBASE-4339
                 URL: https://issues.apache.org/jira/browse/HBASE-4339
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 0.92.0
            Reporter: Eric Charles
            Priority: Minor


Import via m2eclipse ask a few build path fixes. This should be documented in the hbase book.

mvn eclipse:eclipse is helped with the build-helper-maven-plugin plugin where additional folder (target/...) are listed. The listed jamon folder is wrong.

(Putting these 2 concerns on same jira as they are more or less related, avoiding jira proliferation).


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4339) Improve eclipse documentation and project file generation

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

Eric Charles updated HBASE-4339:
--------------------------------

    Status: Patch Available  (was: Open)

Two patches for review (see also previous comments/questions on this jira). Thx.

> Improve eclipse documentation and project file generation
> ---------------------------------------------------------
>
>                 Key: HBASE-4339
>                 URL: https://issues.apache.org/jira/browse/HBASE-4339
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Eric Charles
>            Priority: Minor
>         Attachments: HBASE-4339_book.patch, HBASE-4339_pom.patch
>
>
> Import via m2eclipse ask a few build path fixes. This should be documented in the hbase book.
> mvn eclipse:eclipse is helped with the build-helper-maven-plugin plugin where additional folder (target/...) are listed. The listed jamon folder is wrong.
> (Putting these 2 concerns on same jira as they are more or less related, avoiding jira proliferation).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4339) Improve eclipse documentation and project file generation

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

stack updated HBASE-4339:
-------------------------

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

Committed to TRUNK.  Thanks for the fixup Eric.

> Improve eclipse documentation and project file generation
> ---------------------------------------------------------
>
>                 Key: HBASE-4339
>                 URL: https://issues.apache.org/jira/browse/HBASE-4339
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>            Priority: Minor
>         Attachments: HBASE-4339_book.patch, HBASE-4339_pom.patch
>
>
> Import via m2eclipse ask a few build path fixes. This should be documented in the hbase book.
> mvn eclipse:eclipse is helped with the build-helper-maven-plugin plugin where additional folder (target/...) are listed. The listed jamon folder is wrong.
> (Putting these 2 concerns on same jira as they are more or less related, avoiding jira proliferation).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4339) Improve eclipse documentation and project file generation

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

Hudson commented on HBASE-4339:
-------------------------------

Integrated in HBase-TRUNK #2180 (See [https://builds.apache.org/job/HBase-TRUNK/2180/])
    HBASE-4339 Improve eclipse documentation and project file generation

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml
* /hbase/trunk/src/docbkx/developer.xml


> Improve eclipse documentation and project file generation
> ---------------------------------------------------------
>
>                 Key: HBASE-4339
>                 URL: https://issues.apache.org/jira/browse/HBASE-4339
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>            Priority: Minor
>         Attachments: HBASE-4339_book.patch, HBASE-4339_pom.patch
>
>
> Import via m2eclipse ask a few build path fixes. This should be documented in the hbase book.
> mvn eclipse:eclipse is helped with the build-helper-maven-plugin plugin where additional folder (target/...) are listed. The listed jamon folder is wrong.
> (Putting these 2 concerns on same jira as they are more or less related, avoiding jira proliferation).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4339) Improve eclipse documentation and project file generation

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

Eric Charles updated HBASE-4339:
--------------------------------

    Attachment: HBASE-4339_pom.patch

HBASE-4339_pom.patch contains the fix for the build-helper-maven-plugin (the generated-jamon folder)

> Improve eclipse documentation and project file generation
> ---------------------------------------------------------
>
>                 Key: HBASE-4339
>                 URL: https://issues.apache.org/jira/browse/HBASE-4339
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Eric Charles
>            Priority: Minor
>         Attachments: HBASE-4339_pom.patch
>
>
> Import via m2eclipse ask a few build path fixes. This should be documented in the hbase book.
> mvn eclipse:eclipse is helped with the build-helper-maven-plugin plugin where additional folder (target/...) are listed. The listed jamon folder is wrong.
> (Putting these 2 concerns on same jira as they are more or less related, avoiding jira proliferation).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4339) Improve eclipse documentation and project file generation

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

Eric Charles updated HBASE-4339:
--------------------------------

    Attachment: HBASE-4339_book.patch

HBASE-4339_book.patch contains a patch for the documentation with an additional section for m2eclipse.

Small comment:
- I have left the 1.2.1.4. Maven Plugin section. Does it refer to the m2eclipse plugin? if such, it can be removed, same for 1.2.1.5.
- 1.2.1.7. Eclipse Known Issues for Bytes.java.  1.6 is now used, and I don't have that access restriction. Should it be also removed?

> Improve eclipse documentation and project file generation
> ---------------------------------------------------------
>
>                 Key: HBASE-4339
>                 URL: https://issues.apache.org/jira/browse/HBASE-4339
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Eric Charles
>            Priority: Minor
>         Attachments: HBASE-4339_book.patch, HBASE-4339_pom.patch
>
>
> Import via m2eclipse ask a few build path fixes. This should be documented in the hbase book.
> mvn eclipse:eclipse is helped with the build-helper-maven-plugin plugin where additional folder (target/...) are listed. The listed jamon folder is wrong.
> (Putting these 2 concerns on same jira as they are more or less related, avoiding jira proliferation).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira