Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 66935 invoked from network); 20 Feb 2003 13:19:23 -0000 Received: from mail3.halifax.co.uk (HELO mgwcop102.halifax.co.uk) (194.75.128.8) by daedalus.apache.org with SMTP; 20 Feb 2003 13:19:23 -0000 X-Server-Uuid: bfc86172-511a-11d5-848b-00805fbe585d content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Ant & PVCS have no idea why my script wont work(thankks its now working) X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Thu, 20 Feb 2003 13:19:12 -0000 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant & PVCS have no idea why my script wont work(thankks its now working) Thread-Index: AcLY4LUp/erY8iXBQ6+2Kj8nk573AgAAEJCw From: SimonRichardson2@hbosts.com To: user@ant.apache.org X-WSS-ID: 124A0A6460457-01-02 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <124A0A6460457-01@MMS__HBOSplc.com_> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N UR Welcome. The top level project is '/' and then you specify projects, subprojects and= = version files beneath this (separated by '/'). So you could specify /sandbox/lib/sandbox.lib. =46YI You can also use pcli environment variables: PCLI_PR PCLI_PP, and PCLI_SP set PCLI_PP=3DQ:\WebConnect set PCLI_PR=3D/sandbox then your command would be: pcli lvf -z -aw=20 Simon > -----Original Message----- > From: Tony.Cavanagh@smartstream-md.com > [mailto:Tony.Cavanagh@smartstream-md.com] > Sent: 20 February 2003 13:00 > To: Ant Users List > Subject: RE: Ant & PVCS have no idea why my script wont=20 > work(thankks its > now working) >=20 >=20 >=20 > Thanks Simon that worked, >=20 > why did I have to use -pp/sandbox I thought it would be -ppsandbox or > -pp\sandbox which did not work. >=20 > Thanks again Tony >=20 >=20 > =20 > =20 > SimonRichardson2@ =20 > =20 > hbosts.com To: =20 > user@ant.apache.org =20 > =20 > cc: =20 > =20 > 20/02/2003 12:57 Subject: RE:=20 > Ant & PVCS have no idea why my script wont work =20 > Please respond to =20 > =20 > "Ant Users List" =20 > =20 > =20 > =20 > =20 > =20 >=20 >=20 >=20 >=20 > Try >=20 > pcli lvf -z -aw -prQ:\WebConnect -pp/sandbox >=20 > This assumes that the following directory exists: >=20 > Q:\WebConnect\archives\sandbox >=20 > Simon >=20 > > -----Original Message----- > > From: Tony.Cavanagh@smartstream-md.com > > [mailto:Tony.Cavanagh@smartstream-md.com] > > Sent: 20 February 2003 12:48 > > To: Ant Users List > > Subject: RE: Ant & PVCS have no idea why my script wont work > > > > > > > > Hi Simon. > > > > I cant get it to work, but before I totally quit I just want > > to check at > > least I have the names right. > > > > pr stands for project datase in my case Q:\WebConnect. > > > > pp stands for projectpath in this case the directory that > > contains my files > > to be checked out sandbox > > > > if I dont specify a workspace, it will check the files out to > > the location > > I first loaded the files from in this case > > C:\work\webconnect\Sandbox. > > > > I all know is correct is : > > > > pcli lvf -z -aw -prQ:\WebConnect > > > > after that I have no idea how to specify sandbox, what ever I > > add returns a > > error. > > > > Thanks again for all your help. > > > > Tony > > > > > > > > > > SimonRichardson2@ > > > > hbosts.com To: > > user@ant.apache.org > > > > cc: > > > > 20/02/2003 12:23 Subject: RE: > > Ant & PVCS have no idea why my script wont work > > Please respond to > > > > "Ant Users List" > > > > > > > > > > > > > > > > > > > > -pp > > Specifies the project or folder to be used. > > -pr > > Specifies the location of the project=20 > database. A > > project > > database must be specified with either > > this option or > > the PCLI_PR variable. > > -sp/@/ | Public// > > Specifies a public or private workspace. Note > > that user IDs are case-sensitive. To > > specify the Root > > Workspace, enter /@/RootWorkspace for > > the workspace > > value. If a workspace is not specified > > the user's > > default > > workspace is used. > > > > You set a default workfile location (where your files go) in > > the workspace > > - the workspace itself is not a directory path. > > > > Simon > > > > > -----Original Message----- > > > From: Tony.Cavanagh@smartstream-md.com > > > [mailto:Tony.Cavanagh@smartstream-md.com] > > > Sent: 20 February 2003 11:59 > > > To: Ant Users List > > > Subject: RE: Ant & PVCS have no idea why my script wont work > > > > > > > > > > > > Not sure > > > > > > I may have this wrong but I think workspace is where I want > > > my files to go. > > > spC:\work\WebConnect\SandBox\SecondProject\person > > > > > > Repository is > > > -prQ:\WebConnect > > > > > > And Project is SandBox, next directory up from Q:\WebConnect. > > > > > > Although now the Error Message is "The workspace could not > > be loaded " > > > which is a PVCS Error message. > > > > > > Thanks for all the help, looks like it is a pure PVCS problem now. > > > > > > Tony > > > > > > > > > > > > > > > > > > SimonRichardson2@ > > > > > > hbosts.com To: > > > user@ant.apache.org > > > > > > cc: > > > > > > 20/02/2003 11:33 Subject: RE: > > > Ant & PVCS have no idea why my script wont work (Thanks Keith) > > > Please respond to > > > > > > "Ant Users List" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Shouldn't that have been .. -pp (project_path) not -sp (workspace) > > > [workspace would be something like > > /@/userid/private_work_space_name)] > > > > > > pcli lvf -z -aw > > > -ppC:\work\WebConnect\SandBox\SecondProject\person spC: > > > \work\WebConnect\SandBox\SecondProject\person > > > > > > Simon > > > > > > > -----Original Message----- > > > > From: Tony.Cavanagh@smartstream-md.com > > > > [mailto:Tony.Cavanagh@smartstream-md.com] > > > > Sent: 20 February 2003 11:17 > > > > To: Ant Users List > > > > Subject: RE: Ant & PVCS have no idea why my script wont > > work (Thanks > > > > Keith) > > > > > > > > > > > > > > > > Thanks I should of thought of that ages ago, got two involved > > > > in digging > > > > into ant and the build script,. > > > > > > > > got an error message back : > > > > > > > > The project root could not be loaded: > > > > "Q:\WebConnect\archives\Sandbox". its > > > > a command prompt error not a ant error. > > > > > > > > Thanks again. > > > > > > > > Cheers Tony > > > > > > > > > > > > > > > > > > > > "Keith Hatton" > > > > > > > > > > > Users List" > > > > tems.com> cc: > > > > > > > > Subject: RE: > > > > Ant & PVCS have no idea why my script wont work > > > > 20/02/2003 11:09 > > > > > > > > Please respond to > > > > > > > > "Ant Users List" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > What happens if you try to run the pcli command directly from > > > > the Command > > > > Prompt? It looks like Ant is running the following: > > > > > > > > pcli lvf -z -aw > > > > -spC:\work\WebConnect\SandBox\SecondProject\person -prQ: > > > > \WebConnect\archives\Sandbox / > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: Tony.Cavanagh@smartstream-md.com > > > > [mailto:Tony.Cavanagh@smartstream-md.com] > > > > Sent: 20 February 2003 10:53 > > > > To: Ant Users List > > > > Subject: Ant & PVCS have no idea why my script wont work > > > > > > > > > > > > > > > > I have two NT machines > > > > On one machine we have PVCS set up the path is : > > > > > > > > Q:\WebConnect\archives\Sandbox\{My two archived files} > > > > > > > > On my other machine I have my working directory where I want > > > > to get the > > > > files out to : > > > > C:\work\WebConnect\SandBox\SecondProject\person. > > > > > > > > Here is the latest version of my non working script : > > > > > > > > > > > > <--I was told that repository address must have double\\--> > > > > > > > \\WebConnect\\archives\\Sandbox"/> > > > > > > > \work\WebConnect\SandBox\SecondProject\person"/> > > > > > > > > > > > > > > > > > > > ${workspace}"/> > > > > > > > > > > > > > > > > Error Message is as follows: > > > > getFromPVCS: > > > > [pvcs] class Pvcs : execute() Set Repository: Q: > > > > \WebConnect\archives\Sandbox > > > > [pvcs] class Pvcs : execute() Set Pvcsproject: / > > > > [pvcs] Executing 'pcli' with arguments: > > > > [pvcs] 'lvf' > > > > [pvcs] '-z' > > > > [pvcs] '-aw' > > > > [pvcs] '-spC:\work\WebConnect\SandBox\SecondProject\person' > > > > [pvcs] '-prQ:\WebConnect\archives\Sandbox' > > > > [pvcs] '/' > > > > [pvcs] > > > > [pvcs] The ' characters around the executable and > > arguments are > > > > [pvcs] not part of the command. > > > > > > > > All I need to know is, is the script ok, if it is then the > > > > problem must be > > > > in the mapping from my machine to Q: and although I can use > > > > PVCS, there > > > > must be a problem with the setup that ant is using. > > > > > > > > Cheers and Thanks for any Help Tony > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > >=20 > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > -- > > > > > > -------------------------------------------------------------- > > > ---------------- > > > > > > For more information on HBOS Treasury Services, please visit > > > http://www.HBOSTS.com > > > > > > Or for details of our online FX & Deposit services, please go to > > > http://www.HBOSdeal.com > > > > > > HBOS Treasury Services plc is part of the HBOS Group, which > > > also includes > > > Halifax plc and Bank of Scotland. > > > Registered Office: 33 Old Broad Street, London EC2N 1HZ. > > > Registered No. > > > 2692890. Registered in England. > > > Regulated by the Financial Services Authority. > > > > > > The information contained in this message is confidential and > > > is intended > > > for the addressee only. If you have received this message in > > > error or there > > > are any problems please notify the originator immediately. > > > The unauthorised > > > use, disclosure, copying or alteration of this message is strictly > > > forbidden. This mail and any attachments have been scanned > > for viruses > > > prior to leaving the HBOS Treasury Services plc network. > > HBOS Treasury > > > Services plc will not be liable for direct, special, indirect or > > > consequential damages arising from alteration of the > > contents of this > > > message by a third party or as a result of any virus being > > passed on. > > > > > > HBOS Treasury Services plc reserves the right to monitor and > > > record e-mail > > > messages sent to and from this address for the purposes of > > > investigating or > > > detecting any unauthorised use of its system and ensuring its > > > effective > > > operation. > > > > > > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > > > > > > > > > > >=20 > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > -- > > > > -------------------------------------------------------------- > > ---------------- > > > > For more information on HBOS Treasury Services, please visit > > http://www.HBOSTS.com > > > > Or for details of our online FX & Deposit services, please go to > > http://www.HBOSdeal.com > > > > HBOS Treasury Services plc is part of the HBOS Group, which > > also includes > > Halifax plc and Bank of Scotland. > > Registered Office: 33 Old Broad Street, London EC2N 1HZ. > > Registered No. > > 2692890. Registered in England. > > Regulated by the Financial Services Authority. > > > > The information contained in this message is confidential and > > is intended > > for the addressee only. If you have received this message in > > error or there > > are any problems please notify the originator immediately. > > The unauthorised > > use, disclosure, copying or alteration of this message is strictly > > forbidden. This mail and any attachments have been scanned=20 > for viruses > > prior to leaving the HBOS Treasury Services plc network.=20 > HBOS Treasury > > Services plc will not be liable for direct, special, indirect or > > consequential damages arising from alteration of the=20 > contents of this > > message by a third party or as a result of any virus being=20 > passed on. > > > > HBOS Treasury Services plc reserves the right to monitor and > > record e-mail > > messages sent to and from this address for the purposes of > > investigating or > > detecting any unauthorised use of its system and ensuring its > > effective > > operation. > > > > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > > > > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > >=20 > -- >=20 > -------------------------------------------------------------- > ---------------- >=20 > For more information on HBOS Treasury Services, please visit > http://www.HBOSTS.com >=20 > Or for details of our online FX & Deposit services, please go to > http://www.HBOSdeal.com >=20 > HBOS Treasury Services plc is part of the HBOS Group, which=20 > also includes > Halifax plc and Bank of Scotland. > Registered Office: 33 Old Broad Street, London EC2N 1HZ.=20 > Registered No. > 2692890. Registered in England. > Regulated by the Financial Services Authority. >=20 > The information contained in this message is confidential and=20 > is intended > for the addressee only. If you have received this message in=20 > error or there > are any problems please notify the originator immediately.=20 > The unauthorised > use, disclosure, copying or alteration of this message is strictly > forbidden. This mail and any attachments have been scanned for viruses > prior to leaving the HBOS Treasury Services plc network. HBOS Treasury > Services plc will not be liable for direct, special, indirect or > consequential damages arising from alteration of the contents of this > message by a third party or as a result of any virus being passed on. >=20 > HBOS Treasury Services plc reserves the right to monitor and=20 > record e-mail > messages sent to and from this address for the purposes of=20 > investigating or > detecting any unauthorised use of its system and ensuring its=20 > effective > operation. >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 >=20 >=20 --=20 ---------------------------------------------------------------------------= --- =46or more information on HBOS Treasury Services, please visit = http://www.HBOSTS.com Or for details of our online FX & Deposit services, please go to = http://www.HBOSdeal.com HBOS Treasury Services plc is part of the HBOS Group, which also includes = Halifax plc and Bank of Scotland. Registered Office: 33 Old Broad Street, London EC2N 1HZ. Registered No. = 2692890. Registered in England. Regulated by the Financial Services Authority. The information contained in this message is confidential and is intended = =66or the addressee only. If you have received this message in error or = there are any problems please notify the originator immediately. The = unauthorised use, disclosure, copying or alteration of this message is = strictly forbidden. This mail and any attachments have been scanned for = viruses prior to leaving the HBOS Treasury Services plc network. HBOS = Treasury Services plc will not be liable for direct, special, indirect or = consequential damages arising from alteration of the contents of this = message by a third party or as a result of any virus being passed on. HBOS Treasury Services plc reserves the right to monitor and record e-mail = messages sent to and from this address for the purposes of investigating or= = detecting any unauthorised use of its system and ensuring its effective = operation. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D