Hi, had a similar problem here, when sending an email
It's always good to have a detailled look onto your build.xml with f.e. Ultra Edit and feature 'Non printable characters on' enabled. I believe other editors have a similar feature. There's also that 'thing' with <echo> i stumbled across: if you write : <echo file="bla.txt"> bla </echo> bla.txt look like (points shows non printable chars) : .....bla ..... so now i always write echo : <echo file="bla.txt"> bla</echo> All starting at first column and closing echo right behind. So you don't have to use </trim> if your task is sensible with blanks Gilbert -----Original Message----- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: <loadproperties> issues The error was that the line [EMAIL PROTECTED] ends with a space: [EMAIL PROTECTED]<Space_comes_here>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]