You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2010/11/28 21:33:37 UTC

[jira] Created: (CASSANDRA-1784) [patch] don't include ant runtimes on javac

[patch] don't include ant runtimes on javac
-------------------------------------------

                 Key: CASSANDRA-1784
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1784
             Project: Cassandra
          Issue Type: Improvement
    Affects Versions: 0.7 beta 3
         Environment: ubuntu10.10 java1.6.17 ant 1.8
            Reporter: Dave Brosius
            Priority: Trivial
         Attachments: turn_off_antruntime.diff

by default javac pulls in ant runtime libraries, which are not needed in building cassandra. Just slows the build, and emits warning messages when using ant 1.8 and better. 

patch removes them.

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


[jira] Updated: (CASSANDRA-1784) [patch] don't include ant runtimes on javac

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

Dave Brosius updated CASSANDRA-1784:
------------------------------------

    Attachment: turn_off_antruntime.diff

> [patch] don't include ant runtimes on javac
> -------------------------------------------
>
>                 Key: CASSANDRA-1784
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1784
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.7 beta 3
>         Environment: ubuntu10.10 java1.6.17 ant 1.8
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: turn_off_antruntime.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> by default javac pulls in ant runtime libraries, which are not needed in building cassandra. Just slows the build, and emits warning messages when using ant 1.8 and better. 
> patch removes them.

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


[jira] Commented: (CASSANDRA-1784) [patch] don't include ant runtimes on javac

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

Hudson commented on CASSANDRA-1784:
-----------------------------------

Integrated in Cassandra #615 (See [https://hudson.apache.org/hudson/job/Cassandra/615/])
    

> [patch] don't include ant runtimes on javac
> -------------------------------------------
>
>                 Key: CASSANDRA-1784
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1784
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.7 beta 3
>         Environment: ubuntu10.10 java1.6.17 ant 1.8
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>         Attachments: turn_off_antruntime.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> by default javac pulls in ant runtime libraries, which are not needed in building cassandra. Just slows the build, and emits warning messages when using ant 1.8 and better. 
> patch removes them.

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


[jira] Commented: (CASSANDRA-1784) [patch] don't include ant runtimes on javac

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

Hudson commented on CASSANDRA-1784:
-----------------------------------

Integrated in Cassandra-0.7 #70 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/70/])
    

> [patch] don't include ant runtimes on javac
> -------------------------------------------
>
>                 Key: CASSANDRA-1784
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1784
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.7 beta 3
>         Environment: ubuntu10.10 java1.6.17 ant 1.8
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>         Attachments: turn_off_antruntime.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> by default javac pulls in ant runtime libraries, which are not needed in building cassandra. Just slows the build, and emits warning messages when using ant 1.8 and better. 
> patch removes them.

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


[jira] Resolved: (CASSANDRA-1784) [patch] don't include ant runtimes on javac

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

Eric Evans resolved CASSANDRA-1784.
-----------------------------------

    Resolution: Fixed
      Reviewer: urandom
      Assignee: Dave Brosius

committed; thanks

> [patch] don't include ant runtimes on javac
> -------------------------------------------
>
>                 Key: CASSANDRA-1784
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1784
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.7 beta 3
>         Environment: ubuntu10.10 java1.6.17 ant 1.8
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>         Attachments: turn_off_antruntime.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> by default javac pulls in ant runtime libraries, which are not needed in building cassandra. Just slows the build, and emits warning messages when using ant 1.8 and better. 
> patch removes them.

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