I suppose you mean to tag a particular file in your version control system. The answer to your question would depend on which version control system you use.
ANT has tasks for CVS, and Subversion Check out: http://ant.apache.org/manual/CoreTasks/cvs.html I am not a Subversion user but quick googling provided this library : http://subclipse.tigris.org/svnant.html Hope this helps -Prashant On Wed, 2007-04-18 at 05:13 -0700, alam wrote: > Here i mean that i did the build for a module and now i would like to TAG > it and put the timestamp i am able to write the timestamp but can you help > me how should i write a task for TAG.... > > Gilles Scokart wrote: > > > > What do you mean by tagging a file? > > > > Gilles > > > >> -----Original Message----- > >> From: alam [mailto:[EMAIL PROTECTED] > >> Sent: mercredi 18 avril 2007 13:45 > >> To: [email protected] > >> Subject: I need to write a task for Tagging > >> > >> > >> Hi i am new to ANT i need to write a task for tagging a file can anyone > >> help > >> me how i proceed > >> > >> Regards > >> Manauwar > >> -- > >> View this message in context: http://www.nabble.com/I-need-to-write-a- > >> task-for-Tagging-tf3600501.html#a10056980 > >> Sent from the Ant - Users mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
