Re: Creating a java file

2004-02-23 Thread Pritesh saharey
Thanx but i wanted to create the whole VersionDate.java file and not only the date to be displayed. Pritesh Saharey BE(Mech) Software Engineer Apsora(Ind.)Pvt. Ltd., Pune http://www.apsora.com http://in.geocities.com/priteshsaharey/ --- RADEMAKERS Tanguy <[EMAIL PROTECTED]> wrote: Pritesh, T

AW: Creating a java file

2004-02-23 Thread Hagen, Christian
Hi, if your problem is formatting the date, then have a look at Writing text to a file can be done with . Otherwise I'm afraid, I don't understand what the problem is. Greetings Chris > -Ursprüngliche Nachricht- > Von: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] > Gesendet: Montag,

Re: Creating a java file

2004-02-23 Thread RADEMAKERS Tanguy
Pritesh, Take a look at FilterSets in the manual, under "Concepts and Types". /t Pritesh saharey wrote: Hello All, A very simple problem for you, i would like to create a java file using ant in which i want to a code something like this // public class VersionDate { publ

Creating a java file

2004-02-23 Thread Pritesh saharey
Hello All, A very simple problem for you, i would like to create a java file using ant in which i want to a code something like this // public class VersionDate { public static String VersionDate = " Mon Dec 15 17:16:45 IST 2003 ";} // In this java code Ver