DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9752>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9752

Unable to pull source from PVCS based on promotion group.





------- Additional Comments From [EMAIL PROTECTED]  2002-06-10 20:34 -------
We are using a the default location for the configuration file.  Our project 
archive is located at P:\QUICKcheck archive and the configuration file, 
cp9zoqj1.cfg, defaults to that location.

The following text is taken from our build.xml file and represents our PVCS 
usage:

<!-- Additional tasks available -->
  <taskdef name="copytree" classname="com.kyrus.tools.ant.taskdefs.Copytree"/>
                                 
<!-- PVCS properties -->
  <property name="promotion.group" value="Dev1.2"/>  
  <property name="pvcs.repository" value="P:\QUICKcheck archive"/>
  <property name="pvcs.project" value="/Version 1.2.x"/>
  <property name="pvcs.bin" value="C:\Program Files\pvcs\Vm\Win32\Bin\"/>
  <property name="pvcs.cfg" value="${pvcs.repository}/cp9zoqj1.cfg"/>
  
<!-- Source tree properties -->
  <property name="quickcheck.home" value="D:/pvcs/Version 1.2.x"/>
  <property name="src.dir" value="${quickcheck.home}/src"/>
  <property name="build.dir" value="${quickcheck.home}/classes"/>  
  <property name="dist.dir" value="${quickcheck.home}/dist"/>
  <property name="javadoc.dir" value="${quickcheck.home}/javadoc"/>

<!-- initialize build process -->  
<target name="init" depends="allclean">
  <mkdir dir="${src.dir}"/>    
  <mkdir dir="${build.dir}"/>
  <mkdir dir="${dist.dir}"/>
  <mkdir dir="${javadoc.dir}"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="audio"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="aws"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="com"/>    
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="cws"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="dlls"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="docs"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="images"/>
  <copytree srcdir="${pvcs.repository}${pvcs.project}" destdir="${src.dir}" 
package="msds"/>
</target>
  
<!-- Checkout QUICKcheck project from PVCS -->
<target name="checkout" depends="init">        
  <echo message="Checking out files for promotion group ${promotion.group}"/>
  <pvcs repository="${pvcs.repository}" promotiongroup="${promotion.group}" 
config="${pvcs.cfg}" pvcsproject="${pvcs.project}" force="yes" 
pvcsbin="${pvcs.bin}" ignorereturncode="true"/>
</target>

<target name="allclean">
  <delete includeEmptyDirs="true" failonerror="false" quiet="true">
    <fileset dir="${quickcheck.home}"/>
  </delete>
</target>

The following is the verbose output from running this script without the config 
property.  This is not the entire output because it is much to large, but I've 
provided a good bit from each target....


D:\QUICKcheck\v1.2.20\src>build -verbose checkout
Ant version 1.4.1 compiled on May 30 2002
Buildfile: build.xml
Detected Java version: 1.3 in: C:\Program Files\JavaSoft\JRE\1.3
Detected OS: Windows NT
parsing buildfile D:\QUICKcheck\v1.2.20\src\build.xml with URI = 
file:D:/QUICKcheck/v1.2.20/src/build.xml
Project base dir set to: D:\QUICKcheck\v1.2.20\src
Build sequence for target `checkout' is [allclean, init, checkout]
Complete build sequence is [allclean, init, checkout, clean, maintbuild, 
maintcopy, maintjar, maintenance, comm, sco, compileon, compileoff, build, jar, 
development, javadoc, memoryjar, memorycheck, source, dist, production, doc]

allclean:
   [delete] Deleting D:\pvcs\Version 1.2.x\src\aws\www\servlets
   [delete] Deleting D:\pvcs\Version 1.2.x\src\aws\www\root
   [delete] Deleting D:\pvcs\Version 1.2.x\src\aws\www
   [delete] Deleting D:\pvcs\Version 1.2.x\src\aws\etc
   [delete] Deleting D:\pvcs\Version 1.2.x\src\aws
   [delete] Deleting D:\pvcs\Version 1.2.x\src\audio
   [delete] Deleting D:\pvcs\Version 1.2.x\src
   [delete] Deleting D:\pvcs\Version 1.2.x\javadoc
   [delete] Deleting D:\pvcs\Version 1.2.x\dist
   [delete] Deleting D:\pvcs\Version 1.2.x\classes
   [delete] Deleting D:\pvcs\Version 1.2.x
   [delete] Deleted 11 directories from D:\pvcs\Version 1.2.x

init:
    [mkdir] Created dir: D:\pvcs\Version 1.2.x\src
    [mkdir] Created dir: D:\pvcs\Version 1.2.x\classes
    [mkdir] Created dir: D:\pvcs\Version 1.2.x\dist
    [mkdir] Created dir: D:\pvcs\Version 1.2.x\javadoc
 [copytree] Scanning for directories ...
 [copytree] Created dir: D:\pvcs\Version 1.2.x\src\audio
 [copytree] Scanning for directories ...
 [copytree] Created dir: D:\pvcs\Version 1.2.x\src\aws
 [copytree] Created dir: D:\pvcs\Version 1.2.x\src\aws\etc
 [copytree] Created dir: D:\pvcs\Version 1.2.x\src\aws\www
 [copytree] Created dir: D:\pvcs\Version 1.2.x\src\aws\www\root
 [copytree] Created dir: D:\pvcs\Version 1.2.x\src\aws\www\servlets

checkout:
     [echo] Checking out files for promotion group Dev1.2
     [pvcs] Executing "C:\Program Files\pvcs\Vm\Win32\Bin\pcli" lvf -z -aw "-
prP:\QUICKcheck archive" "/Version 1.2.x"
     [pvcs] PVCS Version Manager (VMGUI) v6.8.00 (Build 128) for Windows 
NT/80x86
     [pvcs] Copyright 1985-2001 MERANT.  All rights reserved.
     [pvcs] Creating folders
     [pvcs] Considering ""P:\QUICKcheck archive\Version 
1.2.x\AddMemoryCheck.java-arc(D:\pvcs\Version 1.2.x\src\AddMemoryCheck.java)""
     [pvcs] Skipped ""P:\QUICKcheck archive\Version 1.2.x\AddMemoryCheck.java-
arc(D:\pvcs\Version 1.2.x\src\AddMemoryCheck.java)""
     [pvcs] Considering ""P:\QUICKcheck archive\Version 
1.2.x\Amz1100BillAcceptorDvc_i18n.properties-arc(D:\pvcs\Version 
1.2.x\Amz1100BillAcceptorDvc_i18n.properties)""
     [pvcs] Skipped ""P:\QUICKcheck archive\Version 
1.2.x\Amz1100BillAcceptorDvc_i18n.properties-arc(D:\pvcs\Version 
1.2.x\Amz1100BillAcceptorDvc_i18n.properties)""
     [pvcs] Considering ""P:\QUICKcheck archive\Version 1.2.x\ApplyXSL.java-arc
(D:\pvcs\Version 1.2.x\src\ApplyXSL.java)""
     [pvcs] Skipped ""P:\QUICKcheck archive\Version 1.2.x\ApplyXSL.java-arc
(D:\pvcs\Version 1.2.x\src\ApplyXSL.java)""
     [pvcs] Considering ""P:\QUICKcheck archive\Version 
1.2.x\ApplyXSLException.java-arc(D:\pvcs\Version 
1.2.x\src\ApplyXSLException.java)""
     [pvcs] Skipped ""P:\QUICKcheck archive\Version 
1.2.x\ApplyXSLException.java-arc(D:\pvcs\Version 
1.2.x\src\ApplyXSLException.java)""
     [pvcs] Considering ""P:\QUICKcheck archive\Version 
1.2.x\ApplyXSLListener.java-arc(D:\pvcs\Version 
1.2.x\src\ApplyXSLListener.java)""
     [pvcs] Skipped ""P:\QUICKcheck archive\Version 1.2.x\ApplyXSLListener.java-
arc(D:\pvcs\Version 1.2.x\src\ApplyXSLListener.java)""
[pvcs] Getting files
     [pvcs] Executing "C:\Program Files\pvcs\Vm\Win32\Bin\get" -Y -GDev1.2 
@D:\QUICKcheck\v1.2.20\src\pvcs_ant_-3441599070341285144.log
     [pvcs] PVCS Version Manager (get) v6.8.00 (Build 128) for Windows NT/80x86
     [pvcs] Copyright 1985-2001 MERANT.  All rights reserved.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.
     [pvcs] get: Group "Dev1.2" does not exist in promotion hierarchy.

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

Reply via email to