On Wed, 2002-05-22 at 16:57, Steve Loughran wrote: > > ----- Original Message ----- > From: "Dominique Devienne" <[EMAIL PROTECTED]> > To: "'Ant Developers List'" <[EMAIL PROTECTED]> > Sent: Wednesday, May 22, 2002 1:46 PM > Subject: RE: I may have found a bug?? > > > > As often, I was wrong. I had understood the back-slashes were there even > for > > the 'ts' ANT property, not just in the properties file, and was > furthermore > > stating what Ant should have done, which it already did... Oh my! --DD > > well, you now know something you didnt :) > > IMO java should move from a simple properties file to an XML representation > of the same thing, in whatever encoding you like. >
The java 1.4 prefs package is probably what you are looking for. It can use XML, but the backing store can be anything you want. -Dave > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- --- David Stenglein Director of Engineering/Operations sputnik7.com dave at sputnik7.com --- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
