> Has anyone hacked in clear-case support or is my only option
> the external
> tools? These aren't bad, except when you get to refactoring
> or wanting to
> visually see if a file is checked out or not.
>
> Also, I noted in another message that CVS was NOT going to be
> based on the
> VC API but VSS was. Is there a reason for this? Are there CVS
> interactions
> the API could not properly model?
>
> TIA,
>
> Robert
clearcase tools:
<?xml version="1.0"?>
<toolSet>
<tool name="CheckOut" description="Check out a file"
showInMainMenu="false" showInEditor="true" showInProject="true"
showInSearchPopup="true" disabled="false" useConsole="true"
synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="co -unreserved -c
"$Prompt$" $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="CheckOutReserved" description="Check out a file reserved"
showInMainMenu="false" showInEditor="true" showInProject="true"
showInSearchPopup="true" disabled="false" useConsole="true"
synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="co -reserved -c
"$Prompt$" $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="UndoCheckout" description="Undo a file checkout"
showInMainMenu="false" showInEditor="true" showInProject="true"
showInSearchPopup="true" disabled="false" useConsole="true"
synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="unco -keep $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="CheckIn" description="Check in a checked out file"
showInMainMenu="false" showInEditor="true" showInProject="true"
showInSearchPopup="true" disabled="false" useConsole="true"
synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="ci -c "$Prompt$"
$FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="DiffPrevious" description="Show difference between current
and previous version" showInMainMenu="false" showInEditor="true"
showInProject="true" showInSearchPopup="true" disabled="false"
useConsole="true" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="diff -graphical -predecessor
$FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="VersionTree" description="Display the version tree for
this file" showInMainMenu="false" showInEditor="true"
showInProject="true" showInSearchPopup="true" disabled="false"
useConsole="true" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="lsvtree -graphical $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="History" description="History of this file"
showInMainMenu="false" showInEditor="true" showInProject="true"
showInSearchPopup="true" disabled="false" useConsole="true"
synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="lshistory -graphical $FilePath$"
/>
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool name="Find Checkouts" showInMainMenu="true" showInEditor="true"
showInProject="true" showInSearchPopup="true" disabled="false"
useConsole="true" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="cleartool" />
<option name="PARAMETERS" value="lscheckout -g $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
</toolSet>
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list