I am trying to use optional task ClearCase "cccheckin" and I am getting
this strange error "" [cccheckin] cleartool: Error: Unable to open
Checked in by fims.xml ANT script: No such file or directory " 
What is so strange is I have no problem with the Checkout option just
can not check in. Has any one came cross this problem


===========================        ANT output
=================================
>ant -buildfile tt.xml
Buildfile: tt.xml
CC:
[cccheckout] Checked out "FimsWSAD/FIMSWebServices/lib/fims.jar" from
version "/main/eis_products_Integration/fi
ms-streetscape_project/a382330_fiserv-preprod/3".
[cccheckout]   Attached activities:
[cccheckout]     activity:NewBuild@/vobs/eis/eis-products_pvob
"NewBuild"
[cccheckin] cleartool: Error: Unable to open Checked in by fims.xml ANT
script: No such file or directory

BUILD SUCCESSFUL
Total time: 2 seconds
========================================================================
====

==========================   Ant script
==================================
<project name="Testing ClearCase        " default="CC" basedir=".">
 <target name="CC">
    <property name="FileSrc" value="FimsWSAD/FIMSWebServices/lib"/>
    <property name="dist" value="dist"/>
    <cccheckout viewpath="${FileSrc}/fims.jar"
        reserved="false"
        nowarn="true"
        comment="Auto Build from script"
        failonerr="false" />
    <copy file="${dist}/fims.jar" tofile="${FileSrc}/fims.jar"/>
    <cccheckin viewpath="FimsWSAD/FIMSWebServices/lib/fims.jar"
        commentfile="Checked in by fims.xml ANT script"
        nowarn="false"
        failonerr="false"
        identical="true"/>
  </target>
</project>
====================================================================
>
Best Regards
Afshin Bozorgzadeh
>Fidelity Investments Brokerage Company 
>FBCT ClearCase Release Engineer
[EMAIL PROTECTED]
Phone           603-791-5596
BlackBerry  603-365-0205


-

Reply via email to