Kevin M. Myer
2005-Sep-07 14:50 UTC
[Fedora-directory-users] Minimum ant version for building console code?
My desktop machine is running Fedora Core 3. I checked out the CVS code for building the consoles and followed the instructions in the Wiki to try and build it. However, I''m getting an error (and am entirely new to using ant). Is there a minimum ant version required to build? [myer@pegmatite console]$ ant Buildfile: build.xml BUILD FAILED file:/home/myer/fedora-ds/console/build.xml:51: The <fail> task doesn''t support the nested "condition" element. Total time: 0 seconds [myer@pegmatite console]$ rpm -q ant ant-1.5.2-26 Kevin -- Kevin M. Myer Senior Systems Administrator Lancaster-Lebanon Intermediate Unit 13 http://www.iu13.org
Nathan Kinder
2005-Sep-07 15:58 UTC
Re: [Fedora-directory-users] Minimum ant version for building console code?
Hi Kevin, I''d recommend using Ant 1.6.2. The 1.5.x versions will not work, as you have seen. Kevin M. Myer wrote:>My desktop machine is running Fedora Core 3. I checked out the CVS code for >building the consoles and followed the instructions in the Wiki to try and >build it. However, I''m getting an error (and am entirely new to using ant). >Is there a minimum ant version required to build? > >[myer@pegmatite console]$ ant >Buildfile: build.xml > >BUILD FAILED >file:/home/myer/fedora-ds/console/build.xml:51: The <fail> task doesn''t support >the nested "condition" element. > >Total time: 0 seconds >[myer@pegmatite console]$ rpm -q ant >ant-1.5.2-26 > >Kevin > > >