You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2019/01/03 19:27:00 UTC

[jira] [Commented] (THRIFT-4701) Determine if Apache Ant is still required and remove

    [ https://issues.apache.org/jira/browse/THRIFT-4701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16733415#comment-16733415 ] 

BELUGA BEHR commented on THRIFT-4701:
-------------------------------------

There are a few things using Ant builds, so we can't drop it altogether.

 

https://github.com/apache/thrift/search?q=filename%3Abuild.xml&unscoped_q=filename%3Abuild.xml

> Determine if Apache Ant is still required and remove
> ----------------------------------------------------
>
>                 Key: THRIFT-4701
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4701
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.12.0
>            Reporter: BELUGA BEHR
>            Priority: Minor
>
> Gradle is now the build tool for the Java library.  At one point, it may have been Apache Ant.  Review if Apache Ant is still required for Thrift and remove it if it no longer is.
> {code:title=Dockerfile}
> RUN apt-get install -y --no-install-recommends \
> `# Java dependencies` \
>       ant \
>       ant-optional \
>       openjdk-8-jdk \
>       maven && \
>     update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
> {code}
> {code:title=debian.md}
>  * Java
> 	* packages: ant  
> 	* You will also need Java JDK v1.7 or higher.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)