Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 44664 invoked from network); 27 Jan 2001 05:35:07 -0000 Received: from unknown (HELO riker.grandcentral.com) (63.118.62.40) by h31.sny.collab.net with SMTP; 27 Jan 2001 05:35:07 -0000 Received: by mail.grandcentral.com with Internet Mail Service (5.5.2650.21) id ; Fri, 26 Jan 2001 15:36:48 -0800 Message-ID: <4BC270C6AB8AD411AD0B00B0D0493DF01CD7E0@mail.grandcentral.com> From: Kiran Muglurmath To: "'ant-user@jakarta.apache.org'" Subject: RE: creating a label in Perforce? Date: Fri, 26 Jan 2001 15:36:48 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Looks like you cannot find "slash" in your dns server. Can you ping slash from your command prompt? If not, try setting your perforce configuration with an ip address for your perforce server. You can check by running "p4 client" from the command prompt. If you are running perforce on windows, run p4win and set it from the clientspec menu. Then try running "p4 sync" from the command prompt. It should get the latest files from the server. That means that all your client settings are correct. You can then run p4 label to label it. Hope that helps. -----Original Message----- From: Dave Rhodes [mailto:daver@loudeye.com] Sent: Friday, January 26, 2001 11:27 AM To: 'ant-user@jakarta.apache.org' Subject: RE: creating a label in Perforce? Hi Les, I'm executing a .bat file that calls p4label. I had a config problem in my bat file which I fixed. Now I'm getting a error connecting to the perforce server. [exec] Perforce client error: [exec] Connect to server failed; check $P4PORT. [exec] TCP connect to slash:1666 failed. [exec] slash: host unknown. The quest continues. Any suggestions appreciated. thanks, Dave -----Original Message----- From: Les Hughes [mailto:leslie.hughes@rubus.com] Sent: Friday, January 26, 2001 4:39 AM To: 'ant-user@jakarta.apache.org' Subject: RE: creating a label in Perforce? Hi, Are you using or running your own thang from ? Les > -----Original Message----- > From: Dave Rhodes [mailto:daver@loudeye.com] > Sent: 25 January 2001 21:30 > To: 'ant-user@jakarta.apache.org' > Subject: creating a label in Perforce? > > > Anyone had any luck getting Ant to create a label in Perforce? > > Ant is taking my bat file and adding random numbers to the > commands within. > ie: 1>>D:\ant\ANT_1_0125_125.txt inserting the "1" > ie: p4 label -i 0 > label: > [exec] > [exec] D:\ant>set TOOLHOME=d:\src\mos\tools > [exec] > [exec] The system cannot find the path specified. > [exec] D:\ant>IF exist LABEL.template d:\src\mos\tools\bin\sed -e > 's/###BLDNUM###/ANT > _1_0125_125/' LABEL.template... 1>>D:\ant\ANT_1_0125_125.txt > [exec] > [exec] D:\ant>c:\Program Files\PERFORCE\p4 label -i > 0 [exec] The name specified is not recognized as an > [exec] internal or external command, operable program or > batch file. > [exec] > [exec] D:\ant>c:\Program Files\PERFORCE\p4 labelsync -l > ANT_1_0125_125 > [exec] > [exec] The name specified is not recognized as an > [exec] internal or external command, operable program or > batch file. > [exec] D:\ant>IF exist ANT_1_0125_125.txt del ANT_1_0125_125.txt > > > thanks, > Dave > > > > > > > >