Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 72059 invoked from network); 20 Feb 2003 16:05:12 -0000 Received: from mail4.halifax.co.uk (HELO mgwpud102.halifax.co.uk) (194.75.129.8) by daedalus.apache.org with SMTP; 20 Feb 2003 16:05:12 -0000 X-Server-Uuid: bfc86172-511a-11d5-848b-00805fbe585d content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Ant & PVCS my script wont work(unless I Hack ant ) X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Thu, 20 Feb 2003 16:04:58 -0000 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant & PVCS my script wont work(unless I Hack ant ) Thread-Index: AcLY7lXDLVEmqpLiT+mnt7ptIl9yRgAAYG2w From: SimonRichardson2@hbosts.com To: user@ant.apache.org X-WSS-ID: 124A234683886-01-02 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <124A234683886-01@MMS__HBOSplc.com_> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Tony I've had a look at the optional PVCS command and you do have the ability to= = specify a workspace. If haven't already, try creating a private workspace beneath the root = workspace. You can do this in 2 ways: 1) through the GUI: - right click on the root project, and choose set workspace. - create a private workspace beneath the Root Workspace called myworkspace = and set this to be your default workspace [x]. Save this. - then right click on the root project and set workfile location to be = C:\work\webconnect 2) from the command line: - pcli createworkspace -prQ:\WebConnect /@/your_pvcs_user_id/myworkspace - pcli setworklocation -prQ:\WebConnect -pp/ = -sp/@/your_pvcs_user_id/myworkspace -wC:\work\webconnect Then when you run your pvcs task set the workspace to be = /@/your_pvcs_user_id/myworkspace HTH Simon > -----Original Message----- > From: Tony.Cavanagh@smartstream-md.com > [mailto:Tony.Cavanagh@smartstream-md.com] > Sent: 20 February 2003 14:38 > To: Ant Users List > Subject: RE: Ant & PVCS my script wont work(unless I Hack ant ) >=20 >=20 >=20 > I have found a what looks like a problem with ant. >=20 > When running my build.xml ant takes the parameter sandbox and=20 > instead of > creating -pp/sandbox, it appends it to the loacl directory I=20 > am running my > build from. >=20 > Also within ant I find no command -pp. >=20 > I have hacked the code to make it work, but am I missing something. > I cannot find where the code picks up pvcsproject=3D"/Sandbox"=20 > and sets the > project. >=20 > I dont want to stay with the hack. >=20 > Cheers for any help Tony >=20 >=20 > =20 > =20 > SimonRichardson2@ =20 > =20 > hbosts.com To: =20 > user@ant.apache.org =20 > =20 > cc: =20 > =20 > 20/02/2003 13:19 Subject: RE:=20 > Ant & PVCS have no idea why my script wont work(thankks its now =20 > Please respond to working) =20 > =20 > "Ant Users List" =20 > =20 > =20 > =20 > =20 > =20 >=20 >=20 >=20 >=20 > UR Welcome. >=20 > The top level project is '/' and then you specify projects,=20 > subprojects and > version files beneath this (separated by '/'). >=20 > So you could specify /sandbox/lib/sandbox.lib. >=20 > FYI >=20 > You can also use pcli environment variables: >=20 > PCLI_PR > PCLI_PP, and > PCLI_SP >=20 > set PCLI_PP=3DQ:\WebConnect > set PCLI_PR=3D/sandbox >=20 > then your command would be: >=20 > pcli lvf -z -aw >=20 > Simon >=20 > > -----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 > > work(thankks its > > now working) > > > > > > > > Thanks Simon that worked, > > > > why did I have to use -pp/sandbox I thought it would be=20 > -ppsandbox or > > -pp\sandbox which did not work. > > > > Thanks again Tony > > > > > > > > > > SimonRichardson2@ > > > > hbosts.com To: > > user@ant.apache.org > > > > cc: > > > > 20/02/2003 12:57 Subject: RE: > > Ant & PVCS have no idea why my script wont work > > Please respond to > > > > "Ant Users List" > > > > > > > > > > > > > > > > > > > > Try > > > > pcli lvf -z -aw -prQ:\WebConnect -pp/sandbox > > > > This assumes that the following directory exists: > > > > Q:\WebConnect\archives\sandbox > > > > Simon > > > > > -----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 > > 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=20 > 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=20 > (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=3D" > > > > > ${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]=20 > '-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=20 > 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 > > 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