You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Harlan Lieberman-Berg (JIRA)" <ji...@apache.org> on 2010/08/12 02:09:16 UTC

[jira] Reopened: (THRIFT-731) configure doesn't check for ant >= 1.7

     [ https://issues.apache.org/jira/browse/THRIFT-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harlan Lieberman-Berg reopened THRIFT-731:
------------------------------------------


This is my fault - I should have checked on Ubuntu before sending in this patch instead of just CentOS.

If someone with commit access would be so kind to revert my patch to un-break the tree, I can get out another patch for this issue tomorrow when I get back into work.  It's not going to be as pretty, unfortunately.  The Autoconf macro that can be easily used for this sort of thing requires 2.62, and we recommend 2.60 (and allow 2.59, though support for that is broken right now).  Since I can't use AC_PATH_PROGS_FEATURE_CHECK, I'll hack something together with M4.

Sorry!

> 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: Compiler (Java)
>            Reporter: Henry Robinson
>            Assignee: Harlan Lieberman-Berg
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: ant.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.
-
You can reply to this email to add a comment to the issue online.