Re: Incorrect reading of property containing accented chars from build.properties by custom task

2012-04-23 Thread Stefan Bodewig
On 2012-04-23, Lokesh Jain wrote: > On 4/23/2012 1:53 PM, Stefan Bodewig wrote: >> On 2012-04-21, Lokesh Jain wrote: >>> But on a CentOS box, the same property is read by the task program >>> along with some junk unicode chars. Consequently, the strings do not >>> match which affects some of the

Re: Property precedence

2012-04-23 Thread Dave Pawson
On 23 April 2012 09:18, Stefan Bodewig wrote: > On 2012-04-23, Dave Pawson wrote: > >> I have a series of scripts each of which sets properties, then calls >> another using > >> If the caller sets property X to yes >> then the called script sets it to Y >> what / where are the precedence rules pl

Re: Incorrect reading of property containing accented chars from build.properties by custom task

2012-04-23 Thread Lokesh Jain
On 4/23/2012 1:53 PM, Stefan Bodewig wrote: On 2012-04-21, Lokesh Jain wrote: But on a CentOS box, the same property is read by the task program along with some junk unicode chars. Consequently, the strings do not match which affects some of the internal logic of the ant task. What is "the tas

Re: Incorrect reading of property containing accented chars from build.properties by custom task

2012-04-23 Thread Stefan Bodewig
On 2012-04-21, Lokesh Jain wrote: > But on a CentOS box, the same property is read by the task program > along with some junk unicode chars. Consequently, the strings do not > match which affects some of the internal logic of the ant task. What is "the task programm"? And how does it read the pr

Re: Property precedence

2012-04-23 Thread Stefan Bodewig
On 2012-04-23, Dave Pawson wrote: > I have a series of scripts each of which sets properties, then calls > another using > If the caller sets property X to yes > then the called script sets it to Y > what / where are the precedence rules please? Depends on your antcall task's inheritAll attribu

Property precedence

2012-04-23 Thread Dave Pawson
I have a series of scripts each of which sets properties, then calls another using If the caller sets property X to yes then the called script sets it to Y what / where are the precedence rules please? TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk -

help!! ant mail task issue!

2012-04-23 Thread combuilder
i had already put the latest mail.jar, activation.jar under ant/lib folder. i am using ant 1.6.5. my build environment is solaris10 x86, i want ant auto send email after full build. however, it always prompt me "Failed to send email", "Problem while sending mime mail" when execute the following lin