Beehive build failing due to ANT 1.7 bug
----------------------------------------
Key: BEEHIVE-1199
URL: https://issues.apache.org/jira/browse/BEEHIVE-1199
Project: Beehive
Issue Type: Bug
Components: Build
Affects Versions: 1.0.2
Reporter: Russ Baker
There is a bug (http://issues.apache.org/bugzilla/show_bug.cgi?id=42715) that I
filed with the ASF ANT project (which turned out to be a duplicate) that causes
the "build.dist" target to fail using ANT 1.7. The problem is that when the
<ant> target is called with "inheritAll" set to "false," the "property
ant.version" is lost, which causes the build to fail in "beehive-imports.xml."
What needs to be done for the interim (until ANT 1.7.1 comes out) is to do the
following:
<ant target=....>
<property name="ant.version" value="${ant.version}"/>
...
</ant>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.