So I did modify the current task to go arround the quote issue, the thing
that vorries me a bit is that I did have the source this time but next time
it might be some third party tool where I won't have the source and then
I'll be either stuck or have to hack my way through doing on the fly shell
files and executing exec-ing them instead.

I don't know much about the internal Ant architecture but there should
always be a fallback mechanism, I have seen a lot of examples (and I think
XML has a tag that may support this) where people allow for a <literal> tag
and then everything withing such a tag is passed 'without any' processing...

Don't know, maybe it's a topic for the dev group.

Best regards.

> -----Original Message-----
> From: Diane Holt [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 03, 2001 2:02 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How to escape " still failing
> 
> 
> I don't know what 'cscript' is/does, but if it's something 
> in-house, would
> it be possible to modify it so that it only requires the -P flag when
> there is a password?
> 
> Diane
> 
> --- Boris Debic <[EMAIL PROTECTED]> wrote:
> > No it's still not working instead of having -P "" I get -P '""'
> > Best regards.
> > 
> >      [exec] Myos = Windows NT
> >      [exec] cscript ..\ConfigFiles\EpiMgr.vbs -P '""'
> > Execute:CommandLauncher: cscript ..\ConfigFiles\EpiMgr.vbs -P '""'
> > 
> > > -----Original Message-----
> > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, May 03, 2001 12:46 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: How to escape " still failing
> > > 
> > > 
> > > <[EMAIL PROTECTED]> wrote:
> > > 
> > > > <exec executable="cscript">             
> > > >    <arg line="..\ConfigFiles\EpiMgr.vbs -P &quot;&quot;"/>
> > > > </exec>
> > > 
> > > Does something like this
> > > 
> > > <exec executable="cscript">               
> > >    <arg line="..\ConfigFiles\EpiMgr.vbs -P"/>
> > >    <arg value="&quot;&quot;" />
> > > </exec>
> > > 
> > > work?
> > > 
> > > Stefan
> > > 
> 
> 
> =====
> ([EMAIL PROTECTED])
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 

Reply via email to