Hey I am using Ant i need to write one task just like any other task i need
to write an ant task for TAG...

Gilles Scokart wrote:
> 
> 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
>> 
>> 
>> 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 trying to do.......
>> 
>> 
>> 
>> Regards
>> Manauwar
>> 
>> Prashant Reddy-2 wrote:
>> >
>> > Try
>> >
>> > <exec command="cvs tag ${TAG}" dir="${WORKING_DIR}/${MODULE}"/>
>> >
>> > 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 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 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: 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
>> >> >> 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]
>> >> >
>> >> >
>> >> >
>> >>
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>> 
>> --
>> View this message in context: http://www.nabble.com/I-need-to-write-a-
>> task-for-Tagging-tf3600501.html#a10072393
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/I-need-to-write-a-task-for-Tagging-tf3600501.html#a10072890
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to