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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35313

           Summary: PVCS task
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Hi,

 I am using ant from last 3 years to pull the data from PVCS and create a build 
file.As i reslammed my machine this week , i installed newer version of ant and 
tried to create a build. And i am noticing following error:

file:C:/ant/dist/bin/cdbrtcron.xml:109: Failed executing: get -N "-rBrtCron 1.0.
3.1" @C:\ant\dist\bin\pvcs_ant_-5726368720244547743.log. Exception: CreateProces
s: get -N "-rBrtCron 1.0.3.1" @C:\ant\dist\bin\pvcs_ant_-5726368720244547743.log
 error=2

My script tries to pull the data from the PVCS based on label. For your 
reference i am atatching my script
 <property name="pvcsRepository"          value="Q:\pvcs\vm\e3catpilot\config"/>
<property name="pvcsLabel"               value="BrtCron 1.0.3.1"/>
   <pvcs
      repository       ="${pvcsRepository}"
      pvcsproject      ="/BRTCron/src/com"
      label            ="${pvcsLabel}"
      workspace="${pvcsE3npmUtils}" 
      filenameformat="{0}_v({1})"
      ignorereturncode ="true">
    </pvcs>
 I have pcli in classpath. After noticing this error i tried my script with 
older versions of ant ,and i noticed some different error. Please advise

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to