RE: P4 Optional Tasks

2001-06-29 Thread Les Hughes
Message- > From: Diane Holt [mailto:[EMAIL PROTECTED]] > Sent: 29 June 2001 02:59 > To: [EMAIL PROTECTED] > Subject: RE: P4 Optional Tasks > > > --- Kazandjian Erik <[EMAIL PROTECTED]> wrote: > > I made a small sync.xml (Which I added to this mail) When I run ant >

RE: P4 Optional Tasks

2001-06-29 Thread Les Hughes
ue(P4User); > commandline.createArgument().setValue(P4Client); > > Is this a known feature or am I missing some configuration somewhere ? > > Thanks for your patience > > Erik > > -Original Message- > From: Les Hughes [mailto:[EMAIL PROTECTED]] >

RE: P4 Optional Tasks

2001-06-29 Thread Kazandjian Erik
missing some configuration somewhere ? Thanks for your patience Erik -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: donderdag 28 juni 2001 16:50 To: '[EMAIL PROTECTED]' Subject: RE: P4 Optional Tasks Well, the error handling in p4base is only as good as the

RE: P4 Optional Tasks

2001-06-28 Thread Viraj Purang
, June 28, 2001 6:59 PM To: [EMAIL PROTECTED] Subject: RE: P4 Optional Tasks --- Kazandjian Erik <[EMAIL PROTECTED]> wrote: > I made a small sync.xml (Which I added to this mail) When I run ant > -buildfile sunc.xml -verbose > > I get : > >Ant version 1.3 compiled on March

RE: P4 Optional Tasks

2001-06-28 Thread Diane Holt
--- Kazandjian Erik <[EMAIL PROTECTED]> wrote: > I made a small sync.xml (Which I added to this mail) When I run ant > -buildfile sunc.xml -verbose > > I get : > >Ant version 1.3 compiled on March 2 2001 > [snip] > >sync: > > [p4sync] Execing sync > > [p4sync] Execing [Ljava.lang.String;@

Re: P4 Optional Tasks

2001-06-28 Thread Tim Meals
Erik -- In our build XML files, we add a taskdev for P4Sync: ... ... Adding the taskdef should take care of Ant's complaint. Tim Meals Kazandjian Erik wrote: > Hi, > > I'm trying to use P4Sync in my ant script to synchronise all my source files > before starting to com

RE: P4 Optional Tasks

2001-06-28 Thread Les Hughes
ou have the latest Ant-P4 source (grab a nightly build) I'm not aware of any problems with 1.3 but you may have found one :-) Les > -Original Message- > From: Kazandjian Erik [mailto:[EMAIL PROTECTED]] > Sent: 28 June 2001 15:12 > To: '[EMAIL PROTECTED]' >

RE: P4 Optional Tasks

2001-06-28 Thread Kazandjian Erik
mailto:[EMAIL PROTECTED]] Sent: donderdag 28 juni 2001 10:58 To: '[EMAIL PROTECTED]' Subject: RE: P4 Optional Tasks The p4 tasks are taskdef'd as not Try (all lower case). Failing that, run ant with the -verbose or -debug switches and post the results. Bye, Les > -O

RE: P4 Optional Tasks

2001-06-28 Thread Les Hughes
nt User' > Subject: P4 Optional Tasks > > > Hi, > > I'm trying to use P4Sync in my ant script to synchronise all > my source files > before starting to compile. I already downloaded the > optional.jar and put it > in my lib directory under my ANT_HOME. However

P4 Optional Tasks

2001-06-27 Thread Kazandjian Erik
Hi, I'm trying to use P4Sync in my ant script to synchronise all my source files before starting to compile. I already downloaded the optional.jar and put it in my lib directory under my ANT_HOME. However every time when I try to call P4Sync I get the following message /home/erik/square/src/buil