Re: Reading and Writing of String

2004-08-01 Thread Eduardo Andrés Alfonso Sierra
gust 01, 2004 11:52 AM Subject: Reading and Writing of String > Hi All, >I need a help regarding reading and writing to a file. There is a file ui.properties which looks something like this > >build-date= AmarGeet_0098_20040812 > >now i want to read this

Re: Reading and Writing of String

2004-08-01 Thread Rhino
you avoid imbedded blanks, quotes, or apostrophes. Naturally, you also have to set the token parameter in the "replace" task with the same initialization value that appears in the source file. Rhino - Original Message - From: "Pritesh saharey" <[EMAIL PROTECTED]> To: <[EMAI

Reading and Writing of String

2004-08-01 Thread Pritesh saharey
Hi All, I need a help regarding reading and writing to a file. There is a file ui.properties which looks something like this build-date= AmarGeet_0098_20040812 now i want to read this value of variable 'build-date' and write it to a 'String' variable in a java file