Hello, 1) there are bugs in the ant perforce tasks in ant 1.5.4, so check which version of ant you are using (1.6.2 should be fine, or a 1.4.x).
2) before you do a p4submit, you need to : create a perforce change list using <p4change description="this is my perforce change"/> then for instance <p4edit view="//depot/projects/projectfoo/main/src/Blah.java..." change="${p4.change}"/> then <p4submit change="${p4.change}"/> the p4.change property gets set by the p4change task. Cheers, Antoine > Hi Everybody ,, > > Can someone please help with this problem. See the mail below. > > I cannot do a "submit" using the ant tasks provided for perforce. i.e > using p4submit :( > > Can some please help. > > Thanx in advance > > Mahen > > > ---------- Forwarded message ---------- > From: Mahen Perera <[EMAIL PROTECTED]> > Date: Wed, 5 Jan 2005 16:04:24 +0600 > Subject: submitting a file to Perforce using Maven > To: users@maven.apache.org > > > Hi Everybody, > > I am in the process of writing a maven automated build script file. > The SCM used is Perforce. > > I have succcessfully writen and tested the p4sync task and got the > latest code in to my local machine. > > However, i am not sure as to how to do a submit. > > I have used the following script.. > > <p4submit port="172.20.6.53:1666" client="someClient" user="someUser" > change="${p4.change}" /> > > However, the file is not getting submitted :( ,,, the icon in perforce > client does not change :( > > I am not sure as to what this "change" attribute means.... > > Can someone please help me. > > Appreciate if someone can tell me where i can find good documentation > abt Maven - Perforce - (writing build scripts which uses perforce > tasks) > > I just want to do a "Open for edit" and then "Submit" > > Please someone send me the steps i have to follow. > > Thanx in advance > > Mahen > > --------------------------------------------------------------------- > 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]