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

--- Comment #12 from RenĂ© Krell <[email protected]> 2011-01-21 08:52:58 EST 
---
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.

-- 
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