RE: Alternative to PropertyTask from Ant delivery

2005-06-09 Thread Bill Rich
A property file is a PropertyResourceBundle. You could look that up in the Java docs. Bill -Original Message- From: Young Matthew [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 6:08 AM To: Ant Users List Subject: RE: Alternative to PropertyTask from Ant delivery Wonder if

RE: Alternative to PropertyTask from Ant delivery

2005-06-09 Thread Young Matthew
: Alternative to PropertyTask from Ant delivery The alternative would be to install your own PropertyHelper. However, had no luck in get this up and running properly. I posted a message to this list a couple of weeks ago but didn't get any response. "Ant Users List" schrieb am 09

Re: Alternative to PropertyTask from Ant delivery

2005-06-09 Thread Wolfgang Häfelinger
The alternative would be to install your own PropertyHelper. However, had no luck in get this up and running properly. I posted a message to this list a couple of weeks ago but didn't get any response. "Ant Users List" schrieb am 09.06.05 09:44:37: > > Hej, > > Need an alternative to the Prope

Alternative to PropertyTask from Ant delivery

2005-06-09 Thread Young Matthew
Hej, Need an alternative to the PropertyTask that comes with Ant. Problem with the PropertyTask is that comments are lost, text replacement of special characters (like backslashes) are handled nicely, and unless every date formated property is specified they are badly transformed. Any suggestions