Re: Reading file into a property

2006-10-20 Thread Peter Reilly
Peter On 10/20/06, Hunter Peress <[EMAIL PROTECTED]> wrote: is there a standard way to read an arbitrary file (not a properties file) into a property? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Reading file into a property

2006-10-20 Thread Ivan Perez Dominguez
Hunter Peress wrote: is there a standard way to read an arbitrary file (not a properties file) into a property? Here you go. http://ant.apache.org/manual/CoreTasks/loadfile.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Reading file into a property

2006-10-20 Thread Hunter Peress
is there a standard way to read an arbitrary file (not a properties file) into a property?