https://issues.apache.org/bugzilla/show_bug.cgi?id=49119
Nicolas Lalevée <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.8.2 --- Comment #5 from Nicolas Lalevée <[email protected]> 2010-08-15 05:13:43 EDT --- Actually a simple build.xml help reproduce it: <project default="test"> <target name="test"> <java classname="org.apache.tools.ant.Main" fork="true"> <classpath> <fileset dir="${ant.home}"> <include name="lib/*.jar" /> </fileset> </classpath> <arg line="-version" /> </java> <input message="hum ?" addproperty="hum" /> <echo>${hum}</echo> </target> </project> As an input is required here, I don't know how to unit test it. See r985632 for the fix. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
