Huh? Care to elaborate? And if you don't use that 'ts' ANT property to generate a properties file?
And even if you do, shouldn't it be <propertyfile> or whatever else that when generating the properties file from <entry name="" value=""/> (or the likes) do the proper escaping for the value!?!?!? I recently learned that there's no escaping character for ANT, or XML for that matter, so why is there one here? --DD -----Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 12:30 PM To: Ant Developers List Subject: Re: I may have found a bug?? How are you displaying the "ts" property? In a properties file? If so, the backslashes are appropriate. ----- Original Message ----- From: "Xeno" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 1:02 PM Subject: I may have found a bug?? > Hello all, > I'm somewhat new to ant and I think I have found a bug. I want some hint to > track it down. I'm using Ant 1.5b2 with JRE1.4.0 and Win2k. I'm trying to > make a TimeStamp using this command : > <tstamp> > <format property="ts" > pattern="dd.MM.yyyy G HH:mm:ss.SSS " > locale="CANADA_FRENCH"/> > </tstamp> > I espected the given result to be like this: 22.05.2002 ap. J.-C. > 00:33:48.086 > but I got this : 22.05.2002 ap. J.-C. 00\:33\:48.086 > > Are the trailling slash appearing after I call the hour or the minute in the > pattern are normal? I got the same result without local... but only when I > used pattern. > > Xeno, > French Student in a Frog world :P > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
