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
t; Gesendet: Montag, 23. Februar 2004 14:00 > An: Ant Users List > Betreff: Re: Creating a java file > > Pritesh, > > Take a look at FilterSets in the manual, under "Concepts and Types". > > /t > > > Pritesh saharey wrote: > > >Hello All,

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