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

Jake Farrell commented on THRIFT-731:
-------------------------------------

Sriranjan, Nevo: you can specify which ant, java and javac to use by passing 
the following to the configure script 

./configure ANT=/path/to/bin/ant JAVAC=/path/to/bin/javac 
JAVA=/path/to/bin/java 

> configure doesn't check for ant >= 1.7
> --------------------------------------
>
>                 Key: THRIFT-731
>                 URL: https://issues.apache.org/jira/browse/THRIFT-731
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Compiler
>            Reporter: Henry Robinson
>            Assignee: Harlan Lieberman-Berg
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: ant.diff, configure.diff
>
>
> ./configure on a machine with ant 1.6 successfully runs, even though it's 
> required for the Java build step - otherwise you get
> BUILD FAILED
> /home/henry/thrift-0.2.0/lib/java/build.xml:86: Class 
> org.apache.tools.ant.taskdefs.ConditionTask doesn't support the nested 
> "typefound" element.
> Upgrading to ant 1.7.1 fixed the build failure, but would be nice if 
> configure gave a clue. 

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

Reply via email to