https://issues.apache.org/bugzilla/show_bug.cgi?id=48789

--- Comment #13 from RenĂ© Krell <[email protected]> 2011-01-21 08:55:10 EST 
---
(In reply to comment #12)
> Got the same problem with this sequence:
> 
> <exec executable="reg" failonerror="false" resultproperty="regquery.res">
>   <arg value="query"/>
>   <arg value="&quot;${key}&quot;"/>
>   <arg value="/v"/>
>   <arg value="@{value}"/>
>   <redirector outputproperty="regquery.out" errorproperty="regquery.err">
>     <outputfilterchain>
>       <replacestring from="\" to="/"/>
>     </outputfilterchain>
>   </redirector>
> </exec>
> 
> on Windows 2003 Server and Windows XP SP3.

Forgot to add: happened in Ant 1.8.1 and Ant 1.8.2.
Works fine in Ant 1.6.5.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to