Re: [Soaplab-users] How to quote arguments ?
Brought to you by:
marsenger
From: Marc L. <Mar...@DE...> - 2006-06-26 14:38:10
|
Hi Mahmut, Thanks. It seemed that trying to verify the quoting played some tricks on me: no quotes in the soaplab report + dump of @ARGV (the soaplab wrapped command is a perl script) does not show quotes neither. But it seems to work, as the output to stdout is catched. I mean, if the command would end with a ';', then it would be impossible to redirect the stdout to a file, right ? It is the difference between 'command --arg1 blah --arg2 blah ; > outfile' =3D> outfile is empty. and 'command --arg1 blah --arg2 blah ";" > outfile' =3D> outfile has content Cheers, Marc =09 > -----Original Message----- > From: Mahmut Uludag [mailto:ul...@eb...]=20 > Sent: Monday, June 26, 2006 3:29 PM > To: Marc Logghe > Cc: soa...@li... > Subject: Re: [Soaplab-users] How to quote arguments ? >=20 > Hi Marc, >=20 > It seems that the following should work (double quotas inside=20 > single quotas). >=20 > comment: 'method --separator "$$"' >=20 > Regards, > Mahmut >=20 >=20 > On Thu, 2006-06-22 at 15:41 +0200, Marc Logghe wrote: > > Hi, > > How can one define in acd to double quote an argument ? > > Trials like > > comment: "method --separator "$$"" > > comment: "method --separator \"$$\"" > > comment: "method --separator '$$'" > > did not work. > >=20 > > Regards, > > Marc > >=20 > > Using Tomcat but need to do more? Need to support web=20 > services, security? > > Get stuff done quickly with pre-integrated technology to=20 > make your job=20 > > easier Download IBM WebSphere Application Server v.1.0.1 based on=20 > > Apache Geronimo > >=20 > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 1216 > > 42 _______________________________________________ > > Soaplab-users mailing list > > Soa...@li... > > https://lists.sourceforge.net/lists/listinfo/soaplab-users >=20 >=20 |