You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by To...@smartstream-md.com on 2003/02/20 12:58:41 UTC

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"
>
>                       <khatton@axiomsys        To:       "Ant
> Users List" <us...@ant.apache.org>
>                       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 :
>
> <project name="SecondProject" default="getFromPVCS">
> <--I was told that repository address must have double\\-->
> <property name = "repository" location="Q:
> \\WebConnect\\archives\\Sandbox"/>
> <property name = "workspace" location="C:
> \work\WebConnect\SandBox\SecondProject\person"/>
>
> <target name="getFromPVCS">
>     <!-- Get latest files from PVCS -->
>     <pvcs repository="${repository}" pvcsproject="/" workspace="
> ${workspace}"/>
>  </target>
> </project>
>
> 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
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> 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.

==============================================================================



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org