Bugs item #2268298, was opened at 2008-11-12 12:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2268298&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.86
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: aer worker (aerworker)
Assigned to: Nobody/Anonymous (nobody)
Summary: Argument with spaces and trailing backslash of the exec task

Initial Comment:
Arguments with spaces and trailing backslash of the exec task are handled 
incorrectly. In the following example
sample program receive two arguments 'C:\Temp\' and 
'C:\T e m p" C:\Temp\ C:\Temp\'.

<project name="test">
  <target name="simpleTarget">
    <exec program="sampleProgram.exe">
      <arg value="C:\Temp\" />
      <arg value="C:\T e m p\" />
      <arg value="C:\Temp\" />
      <arg value="C:\Temp\" />
    </exec>
  </target>
</project>




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2268298&group_id=31650

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to