On Fri, 10 May 2002, <[EMAIL PROTECTED]> wrote: > While trying to write an ANT version of the 99 bottles of beer > program, I've got stuck with the pathological immutable properties > problem.
This is because p has become a "user property" at the time you run test2 and user properties cannot be overridden, even not using nested <param>s. As you set inheritAll to false on the second Ant call, this shouldn't happen (I'd call it a bug and others seem to do so as well <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5662>). I hope I can get this fixed for beta2. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
