[drlvm][build] build.sh does not work with ant provided by Gentoo distribution
------------------------------------------------------------------------------
Key: HARMONY-4674
URL: https://issues.apache.org/jira/browse/HARMONY-4674
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: Gentoo Linux/x86
Reporter: Salikh Zakirov
Attachments: 0001-Make-ant-check-friendlier-to-Gentoo-provided-ant.patch
The DRLVM workspace cannot be built out-of-the-box on the Gentoo Linux,
with the following error message:
* File /usr/share/ant/bin/ant not found.
* Make sure you have Ant 1.6.5 or above installed from
* http://ant.apache.org/bindownload.cgi and that ANT_HOME environment
* variable points out to the Ant installation dir, e.g.
* export ANT_HOME=/usr/local/ant_1.6.5
*
* Please, refer to README.txt for details.
The problem is that build.sh expects standalone installation of Ant, while the /usr/share/ant
is the distribution provided
installation. Applying the attached patch solves the problem and allows to use the installed
ant.
Note that the standalone ant takes the precedence if it is found.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|