Simon Jeffrey schrieb:
I am trying to execute the command below as part of our weblogic
install.

Yes the string is part of a file.

I have tried using &quote;, \", and \Q \E, but none of these options has
worked.

I was not aware of the regexp option.

untested, try with =

   <replace file="${env.DOMAINDIR}/bin/setDomainEnv.${fileext}"
  token='JAVA_OPTIONS="${JAVA_OPTIONS}"'
  value='JAVA_OPTIONS="${JAVA_OPTIONS}"
-Dweblogic.ProductionModeEnabled=${WEBLOGIC_PRODUCTION_MODE}'/>

if that doesn't work, i would go with regexp

Regards, Gilbert



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

Reply via email to