(see attached file; it assumes all clearcase executables are in the path and
platform is Windows; put it into config\tools directory and restart Idea)
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: [Eap-features] ClearCase
>Date: Fri, 19 Apr 2002 15:21:17 +0200
>
>hi folks.
>
>a two step question;
>
>-Is intellij planning to integrate ClearCase support?
>
>-has anyone out there added clearcase support via tools? And how
>hard/convenient
>is it?
>
>Florian Hehlen
>
>
>Visit our website at http://www.ubswarburg.com
>
>This message contains confidential information and is intended only
>for the individual named. If you are not the named addressee you
>should not disseminate, distribute or copy this e-mail. Please
>notify the sender immediately by e-mail if you have received this
>e-mail by mistake and delete this e-mail from your system.
>
>E-mail transmission cannot be guaranteed to be secure or error-free
>as information could be intercepted, corrupted, lost, destroyed,
>arrive late or incomplete, or contain viruses. The sender therefore
>does not accept liability for any errors or omissions in the contents
>of this message which arise as a result of e-mail transmission. If
>verification is required please request a hard-copy version. This
>message is provided for informational purposes and should not be
>construed as a solicitation or offer to buy or sell any securities or
>related financial instruments.
>
>
>_______________________________________________
>Eap-features mailing list
>[EMAIL PROTECTED]
>http://www.intellij.com/mailman/listinfo/eap-features
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
<?xml version="1.0" encoding="UTF-8"?>
<toolSet>
<tool description="Find a-Source checkouts" disabled="false" name="Find Checkouts" showInEditor="false" showInMainMenu="false" showInProject="true" showInSearchPopup="false" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="clearfindco" />
<option name="PARAMETERS" value="$FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool disabled="false" name="_________________________" showInEditor="false" showInMainMenu="false" showInProject="true" showInSearchPopup="false" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Checks out the current file" disabled="false" name="Check Out" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="cleardlg.exe" />
<option name="PARAMETERS" value="/window $activewnd /windowmsg A065 /checkout $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Undo the check out of the current file" disabled="false" name="Undo Check Out" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="cleardlg.exe" />
<option name="PARAMETERS" value="/window $activewnd /windowmsg A065 /uncheckout $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Brings up the history for the current file" disabled="false" name="History" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="false" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="clearhistory.exe" />
<option name="PARAMETERS" value="$FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Brings up the version tree for the current file" disabled="false" name="Version Tree" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="clearvtree.exe" />
<option name="PARAMETERS" value="$FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Compare the current file with its predecessor" disabled="false" name="Compare with previous version" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="false" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="cleardlg.exe" />
<option name="PARAMETERS" value="/diffpred $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Checks in the current file" disabled="false" name="Check In" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="cleardlg.exe" />
<option name="PARAMETERS" value="/window $activewnd /windowmsg A065 /checkin $FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool disabled="false" name="_________________________" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="true" useConsole="true">
<exec>
<option name="COMMAND" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool description="Clearcase details of the current element" disabled="false" name="Properties" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="cleardescribe.exe" />
<option name="PARAMETERS" value="$FilePath$" />
<option name="WORKING_DIRECTORY" />
</exec>
</tool>
<tool disabled="false" name="Add to source control" showInEditor="true" showInMainMenu="true" showInProject="true" showInSearchPopup="true" synchronizeAfterRun="false" useConsole="false">
<exec>
<option name="COMMAND" value="cleardlg" />
<option name="PARAMETERS" value="-addtosrc $FileName$" />
<option name="WORKING_DIRECTORY" value="$FileDir$" />
</exec>
</tool>
</toolSet>