Re: Strange "toString"-behaviour on string resources

2010-07-13 Thread Stefan Bodewig
On 2010-07-12, Hille wrote: > Thanks a lot for taking the time to answer. I filed the bug report > https://issues.apache.org/bugzilla/show_bug.cgi?id=49588 Thanks, fixed in svn by now. > being a bit unsure about whether to post Your additional info. Please > feel free to add any missing useful

Re: Strange "toString"-behaviour on string resources

2010-07-12 Thread Hille
Thanks a lot for taking the time to answer. I filed the bug report https://issues.apache.org/bugzilla/show_bug.cgi?id=49588 being a bit unsure about whether to post Your additional info. Please feel free to add any missing useful pieces. Hille Stefan Bodewig schrieb: [...] No, you've real

Re: Strange "toString"-behaviour on string resources

2010-07-12 Thread Stefan Bodewig
On 2010-07-10, Hille wrote: > Running the following build file against ant 1.7.1 > > > > > > > > > A: ${toString:A} = a;b > union: ${toString:union} = a;b > A: ${toString:A} = a;b > > > > h

Strange "toString"-behaviour on string resources

2010-07-10 Thread Hille
Running the following build file against ant 1.7.1 A: ${toString:A} = a;b union: ${toString:union} = a;b A: ${toString:A} = a;b I'd exspect s.th. along the lines of ant-test: [ech