Re: [Soaplab-users] How to quote arguments ?
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2006-06-26 15:07:13
|
Hi Marc, I looked at the problem more from the EMBOSS perspective. I think there are issues on the Soaplab side as well. Would it be possible to send me the ACD file you are working on if it is not confidential? Regards, Mahmut On Mon, 2006-06-26 at 16:37 +0200, Marc Logghe wrote: > 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' => outfile is empty. > and > 'command --arg1 blah --arg2 blah ";" > outfile' => outfile has content > > Cheers, > Marc > > > > -----Original Message----- > > From: Mahmut Uludag [mailto:ul...@eb...] > > Sent: Monday, June 26, 2006 3:29 PM > > To: Marc Logghe > > Cc: soa...@li... > > Subject: Re: [Soaplab-users] How to quote arguments ? > > > > Hi Marc, > > > > It seems that the following should work (double quotas inside > > single quotas). > > > > comment: 'method --separator "$$"' > > > > Regards, > > Mahmut > > > > > > 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. > > > > > > Regards, > > > Marc > > > > > > Using Tomcat but need to do more? Need to support web > > services, security? > > > Get stuff done quickly with pre-integrated technology to > > make your job > > > easier Download IBM WebSphere Application Server v.1.0.1 based on > > > Apache Geronimo > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > > > 42 _______________________________________________ > > > Soaplab-users mailing list > > > Soa...@li... > > > https://lists.sourceforge.net/lists/listinfo/soaplab-users > > > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Soaplab-users mailing list > Soa...@li... > https://lists.sourceforge.net/lists/listinfo/soaplab-users |