Here's the ClearCase.xml that I came up with. Thanks for everyone's input.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 01:36 AM To: [EMAIL PROTECTED] Subject: RE: [Eap-list] ClearCase Nothing prohibits you from changing the file and set it to true. It's Flexible! It's IDEA. Jan -----Original Message----- From: Peter Seebeck [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 07:54 To: [EMAIL PROTECTED] Subject: Re: [Eap-list] ClearCase Hi, we're also working with ClearCase in the company. The XML-File below works quite fine (although I did not understand, why to put "Find Checkouts" in the main menu, set it to false). Could be just another reason for other Non-IDEA-using developers in the company to finally use it. ;) Amazed, Peter "Bendfelt, Tim (MED, nVisia, GEMS-IT)" wrote: > > > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
ClearCase.xml
Description: Binary data
