You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/10/01 22:55:23 UTC

[jira] Created: (ZOOKEEPER-539) generate eclipse project via ant target

generate eclipse project via ant target
---------------------------------------

                 Key: ZOOKEEPER-539
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-539
             Project: Zookeeper
          Issue Type: New Feature
          Components: build
            Reporter: Patrick Hunt
            Assignee: Patrick Hunt
            Priority: Critical
             Fix For: 3.3.0


Enable eclipse project generation via ant target.


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


[jira] Commented: (ZOOKEEPER-539) generate eclipse project via ant target

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

Hadoop QA commented on ZOOKEEPER-539:
-------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12421065/ZOOKEEPER-539.patch
  against trunk revision 818584.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +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/Zookeeper-Patch-h8.grid.sp2.yahoo.net/15/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-h8.grid.sp2.yahoo.net/15/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-h8.grid.sp2.yahoo.net/15/console

This message is automatically generated.

> generate eclipse project via ant target
> ---------------------------------------
>
>                 Key: ZOOKEEPER-539
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-539
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.3.0
>
>         Attachments: ZOOKEEPER-539.patch
>
>
> Enable eclipse project generation via ant target.

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


[jira] Commented: (ZOOKEEPER-539) generate eclipse project via ant target

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

Hudson commented on ZOOKEEPER-539:
----------------------------------

Integrated in ZooKeeper-trunk #489 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/489/])
    . generate eclipse project via ant target. (phunt via mahadev)


> generate eclipse project via ant target
> ---------------------------------------
>
>                 Key: ZOOKEEPER-539
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-539
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.3.0
>
>         Attachments: ZOOKEEPER-539.patch
>
>
> Enable eclipse project generation via ant target.

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


[jira] Updated: (ZOOKEEPER-539) generate eclipse project via ant target

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

Patrick Hunt updated ZOOKEEPER-539:
-----------------------------------

    Status: Patch Available  (was: Open)

> generate eclipse project via ant target
> ---------------------------------------
>
>                 Key: ZOOKEEPER-539
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-539
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.3.0
>
>         Attachments: ZOOKEEPER-539.patch
>
>
> Enable eclipse project generation via ant target.

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


[jira] Updated: (ZOOKEEPER-539) generate eclipse project via ant target

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

Patrick Hunt updated ZOOKEEPER-539:
-----------------------------------

    Attachment: ZOOKEEPER-539.patch

added "eclipse" and "clean-eclipse" targets which generate/cleanup eclipse project. also ensures (via ivy) that all necessary dependencies (libs) are available.

> generate eclipse project via ant target
> ---------------------------------------
>
>                 Key: ZOOKEEPER-539
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-539
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.3.0
>
>         Attachments: ZOOKEEPER-539.patch
>
>
> Enable eclipse project generation via ant target.

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


[jira] Updated: (ZOOKEEPER-539) generate eclipse project via ant target

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

Mahadev konar updated ZOOKEEPER-539:
------------------------------------

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

+1 ... I just committed this. thanks pat.

> generate eclipse project via ant target
> ---------------------------------------
>
>                 Key: ZOOKEEPER-539
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-539
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.3.0
>
>         Attachments: ZOOKEEPER-539.patch
>
>
> Enable eclipse project generation via ant target.

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