Hi Mark, Thanks a lot :) You have given crystal clear solution.
Regards Subir -----Original Message----- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 6:49 PM To: Tomcat Users List Subject: Re: Regd....ASF Bugzilla - Bug 45015 (Quoting in attributes) [EMAIL PROTECTED] wrote: > Hi, > > I tried to give the system property in three ways > > a) set org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false That sets an environment variable, not a system property. > b) ant -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false Ant isn't Java - that won't work. > c) in the build.xml <property > name="org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING" > value="false"/> That sets a build property, not a system property. The simplest way to do what you are trying to do is set ANT_OPTS. ie: set ANT_OPTS=-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]