On 09/23/2010 08:33 AM, Jiri Vanek wrote:
I guess those are missing ant libraries. I had this problem when I was building this on my computer with "yumed ant". I have solved it by download ant directly from apache, unzip it to ~ and set and export $ANT_HOME (and also to add it to $PATH).
export ANT_HOME=~/apache-ant-1.8.1/ echo $ANT_HOME export PATH=$PATH:$ANT_HOME echo $PATH rpmbuild -ba ~/rpm/SPECS/jpanoramamaker.spec exit
I should guess that this approach will not work on koji. Can you suggest me more "koji like" approach? Or way how to configure koji in similar way?
It looks like a missing BuildRequires on one of the ant components.
~spot