All,

I am having trouble with the PVCS ant task.  When it executes the pcli
command I get the following error:

Skipped "The requested command was not found: "ListVersionedFiles""


The following is the code from my build.xml file:

<property name="promotion.group" value="Dev1.2"/>
<property name="pvcs.repository" value="P:\QUICKcheck archive"/>
<property name="pvcs.project" value="\Version 1.2.x"/>


------------------------------------------------------------------------------------------------------------

<target name="checkout">
    <pvcs repository="${pvcs.repository}" pvcsproject="${pvcs.project}"
promotiongroup="${promotion.group}" force="yes" workspace="${src.dir}"
ignorereturncode="true"/>
</target>


I used -verbose and -debug when I ran the script and I received the
following messages:


checkout:
     [pvcs] Executing pcli lvf -z -aw -spD:/QUICKcheckv1.2.20c/src "-prP:
\QUICKcheck archive" "\Version 1.2.x"
Execute:Java13CommandLauncher: pcli lvf -z -aw -spD:/QUICKcheckv1.2.20c/src
"-prP:\QUICKcheck archive" "\Version 1.2.x"
     [pvcs] PVCS Version Manager (VMGUI) v6.5.00 (Build 536) for Windows
NT/80x86
     [pvcs] Copyright 1985-1999 INTERSOLV, Inc.  All rights reserved.
     [pvcs] This command is provided for customer support purposes.  The
interface
     [pvcs] is subject to change.
     [pvcs] Creating folders
     [pvcs] Considering "17:07:39 May.22.02 [Error] "
     [pvcs] Skipped "17:07:39 May.22.02 [Error] "
     [pvcs] Considering "The requested command was not found:
"ListVersionedFiles""
     [pvcs] Skipped "The requested command was not found:
"ListVersionedFiles""
     [pvcs] Getting files
     [pvcs] Executing get -Y -GDev1.2 @D:
\QUICKcheck\v1.2.20\src\pvcs_ant_4426040561647186771.log
Execute:Java13CommandLauncher: get -Y -GDev1.2 @D:
\QUICKcheck\v1.2.20\src\pvcs_ant_4426040561647186771.log
     [pvcs] PVCS Version Manager (get) v6.5.00 (Build 536) for Windows
NT/80x86
     [pvcs] Copyright 1985-1999 INTERSOLV, Inc.  All rights reserved.
     [pvcs] get: warning, cannot locate archive for workfile "17:07:39".
     [pvcs] get: warning, cannot locate archive for workfile "May.22.02".
     [pvcs] get: warning, cannot locate archive for workfile "[Error]".
     [pvcs] get: warning, cannot locate archive for workfile "The".
     [pvcs] get: warning, cannot locate archive for workfile "requested".
     [pvcs] get: warning, cannot locate archive for workfile "command".
     [pvcs] get: warning, cannot locate archive for workfile "was".
     [pvcs] get: warning, cannot locate archive for workfile "not".
     [pvcs] get: warning, cannot locate archive for workfile "found:".
     [pvcs] get: warning, cannot locate archive for workfile
"ListVersionedFiles".

------------------------------------------------------------------------------------------------------------------------

Does anyone know what this means and how to fix it?



Thanks in advance,


David



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to