--- Ed Mangual <[EMAIL PROTECTED]> wrote:
> I still have the same problem after removing &quot; and &apos; from
> nscert.
> "C:\projects\afi54\build\signcode.xml:120: Can't handle single and
> double quotes in same argument"

Could you try running the following target:

  <target name="echoNSCert">
    <property name="nscert" value="S1 Corp's VeriSign, Inc. ID"/>
    <exec executable="echo">
      <arg value="${nscert}"/>
    </exec>
  </target>

Here's what I get:
$ ant echoNSCert
Buildfile: build.xml

echoNSCert:
     [exec] S1 Corp's VeriSign, Inc. ID

BUILD SUCCESSFUL
Total time: 0 seconds

Diane


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to