hi Srinivas

I dont think the perforce command(P4 changes) for 1a> is implemented in ant
alternatively you can write this task yourself.check out for P4 api in
perforce site on how to do it
Else you can directly <exec> the particular perforce command (P4 Changes)
For 1c> check <P4Change> <P4Submit> tasks
(link:http://ant.apache.org/manual/OptionalTasks/perforce.html)

rgds
sunil






On 6/27/07, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote:
Start by reading the manual...

http://ant.apache.org/manual/index.html

People on the list are happy to help, but we won't do your work for you.

-Rob Anderson


> -----Original Message-----
> From: srinivas ramgopal [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 26, 2007 3:40 PM
> To: user@ant.apache.org
> Subject: ANT and Perforce
>
>
> Hi all,
>
> I am new to Ant and Perforce.
>
> How to write an ant script that does the following tasks:
> 1a) recognizes a developer's checkin in Perforce and get the
> name of the changelist.
> 1b) compile the codebase files of the above changelist.
> 1c) create a new folder in the file system;copy certain files
> from the file system into that folder; checkin that folder in
> a specific location in Perforce.
>
> Thanks in advance for all your valuable input.
>
> --
> View this message in context:
> http://www.nabble.com/ANT-and-Perforce-tf3985262.html#a11315268
> 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]

Reply via email to