>From the documentation, it would appear that you can construct arguments
one at a time, so as to include spaces, like this:

 <exec dir="somepath" executable="msdev" >
  <arg value="arg1"/>
  <arg value="arg2 "/>
  <arg value="arg3"/>
 </exec>

Also, (from the source code) you can do this:

 <exec dir="somepath" executable="msdev" >
  <arg line="arg1  'arg2 '   arg3" />
 </exec>

Note that I have not tried either of these but they seem correct from
the source code and the documentation.

Hope it helps.


"Ramasubbu, Hari" wrote:
> 
> Need help .... please
> 
> How do i include a string with double quotes in arg line property.
> 
> some thing like this.
> 
> <exec dir="somepath" executable="msdev" >
>  <arg line="arg1  "arg2 "   arg3" />
> </exec>
> 
> thanks :)
> hari

-- 
Larry V. Streepy, Jr.
Chief Technical Officer and VP of Engineering

Health Language, Inc.  -- "We speak the language of healthcare"
A subsidiary of CyberPlus Corp.

970/626-5028 (office)           mailto:[EMAIL PROTECTED]
970/626-4425 (fax)              http://www.healthlanguage.com

Reply via email to