Re: [VOTE] Release JMeter 2.5.1 RC2
Stefan Bodewig <[email protected]> Tue, 27 Sep 2011 06:17:30 +0200
| Newsgroups | gmane.comp.jakarta.general |
|---|---|
| Message-ID | <[email protected]> |
>>>> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar> >>>> type doesn't support the nested "mapper" element. >>>> Is this a common issue? On 2011-09-26, sebb wrote: > On 26 September 2011 21:45, Oleg Kalnichevski <[email protected]> wrote: >> On Mon, 2011-09-26 at 21:00 +0100, sebb wrote: >>> Not seen it before. >>> What version of Ant are you using? >> Good call. Problem solved by upgrading to Ant 1.8.2 > Good - what were you using? Mapper support has been added to unzip and friends in Ant 1.7.0. > It might make sense for the Ant script to check for a minimum version. <http://stefan.samaflost.de/blog/en/Apache/Ant/how_to_detect_170.html> Stefan