Advertisement
Advertisement
| 07.28.2008 at 03:18AM PDT, ID: 23600150 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
<target name="build-scc.checkout-file-vss">
<antcall target="build-scc.get-file-vss">
</antcall>
<taskdef classname="org.apache.tools.ant.taskdefs.optional.perforce.P4Edit" name="P4edit">
<classpath>
<pathelement location="C:\apache-ant-1.6.2\lib\optional-1.5.4.jar"/>
</classpath>
</taskdef>
<echo>Checkout: P4: checking out file $$/${source-file}</echo>
<P4edit view="$$/${source-file}"/>
</target>
|