You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Nagender Malik <na...@intersolutions.stpn.soft.net> on 2006/09/11 14:41:12 UTC

How to use Qoutes with arg element

Hi All,

How to use ""(quotes) in the <arg> elements:

For example:
<arg line="/f  CFG="ABCApp - Win32 Debug""/>  


Please suggest..

regards,
Nagender 

Re: How to use Qoutes with arg element

Posted by Daniel Blaukopf <Da...@Sun.COM>.
Hi Nagender,


The previous answers are correct. However, I suspect that in your case
you have no need to use quotes. Does the following work?


<arg value="/f"/>

<arg value="CFG=ABCApp - Win32 Debug"/>


Regards,


Daniel


Mathieu Champlon wrote:

> Nagender Malik a écrit :
>> Hi All,
>>
>> How to use ""(quotes) in the <arg> elements:
>>
>> For example:
>> <arg line="/f  CFG="ABCApp - Win32 Debug""/> 
>>
>> Please suggest..
>>   
>
> Here is what I usually do...
> <arg line='/f CFG="ABCApp - Win32 Debug"'/>
>
> MAT.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: How to use Qoutes with arg element

Posted by Nagender Malik <na...@intersolutions.stpn.soft.net>.
Thankx a Lot,

MAT & Keith

Regards,
Nagender
----- Original Message ----- 
From: "Mathieu Champlon" <m....@free.fr>
To: "Ant Users List" <us...@ant.apache.org>
Sent: Monday, September 11, 2006 6:25 PM
Subject: Re: How to use Qoutes with arg element


> Nagender Malik a écrit :
> > Hi All,
> >
> > How to use ""(quotes) in the <arg> elements:
> >
> > For example:
> > <arg line="/f  CFG="ABCApp - Win32 Debug""/>
> >
> >
> > Please suggest..
> >
>
> Here is what I usually do...
> <arg line='/f CFG="ABCApp - Win32 Debug"'/>
>
> MAT.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: How to use Qoutes with arg element

Posted by Mathieu Champlon <m....@free.fr>.
Nagender Malik a écrit :
> Hi All,
>
> How to use ""(quotes) in the <arg> elements:
>
> For example:
> <arg line="/f  CFG="ABCApp - Win32 Debug""/>  
>
>
> Please suggest..
>   

Here is what I usually do...
<arg line='/f CFG="ABCApp - Win32 Debug"'/>

MAT.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org