RE: I need to write a task for Tagging

2007-04-19 Thread Anderson, Rob (Global Trade)
http://ant.apache.org/manual/index.html http://ant.apache.org/manual/CoreTasks/cvs.html -Rob Anderson > -Original Message- > From: alam [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 19, 2007 12:07 AM > To: user@ant.apache.org > Subject: RE: I need to write a t

RE: I need to write a task for Tagging

2007-04-19 Thread alam
ssage- >> From: alam [mailto:[EMAIL PROTECTED] >> Sent: jeudi 19 avril 2007 8:20 >> To: user@ant.apache.org >> Subject: RE: I need to write a task for Tagging >> >> >> See i will try to explain you what i am trying to do.. >> I checkout two mo

RE: I need to write a task for Tagging

2007-04-18 Thread Gilles Scokart
I speak for for me, but no. Sorry I don't understand. How/what would you do without ant? Gilles > -Original Message- > From: alam [mailto:[EMAIL PROTECTED] > Sent: jeudi 19 avril 2007 8:20 > To: user@ant.apache.org > Subject: RE: I need to write a task for Tagging &g

RE: I need to write a task for Tagging

2007-04-18 Thread alam
See i will try to explain you what i am trying to do.. I checkout two module say A and B now i am trying to tag these module and i have to put the timestamp i am ok with time stamp after doing the build i need to tag these as a final i did build in my local machine hope u understand what i am tr

RE: I need to write a task for Tagging

2007-04-18 Thread Prashant Reddy
Try You will get more help, if you are more specific about what you want to achieve. -Prashant On Wed, 2007-04-18 at 22:04 -0700, alam wrote: > Hi as Prashant has given me some link regarding the cvs checkout,update that > is fine but i want how to write a task "TAG" a module can anyone hel

RE: I need to write a task for Tagging

2007-04-18 Thread alam
Hi as Prashant has given me some link regarding the cvs checkout,update that is fine but i want how to write a task "TAG" a module can anyone help me out.. Rgards manauwar Prashant-4 wrote: > > I suppose you mean to tag a particular file in your version control > system. The answer to your que

RE: I need to write a task for Tagging

2007-04-18 Thread Prashant Reddy
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 goog

RE: I need to write a task for Tagging

2007-04-18 Thread alam
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---

RE: I need to write a task for Tagging

2007-04-18 Thread Gilles Scokart
What do you mean by tagging a file? Gilles > -Original Message- > From: alam [mailto:[EMAIL PROTECTED] > Sent: mercredi 18 avril 2007 13:45 > To: user@ant.apache.org > 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 anyo