Delayed Commit - how to invoke?
Hi,
As per the status page:http://www.jetbrains.net/confluence/display/IDEADEV/Demetra+Roadmap
Delayed commit: build and commit if successfull
is done. I am not able to find a way to get to this feature. Can some body help?
I have installed the latest IDEA (5350) and Teamware EAP's (1382).
Regards,
--Venkat.
Please sign in to leave a comment.
Hello Venkat,
You're to install TeamServer plugin for IDEA downloadable from TeamServer
download page.
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Maxim,
Yes I have installed the team server plugin for IDEA.
How do I get to do delay commit? Are all commits delay by default? When I do commit project - I don't see any option for delay commit.
Thanks,
--Venkat.
Unless it's changed in the last few builds, it's only available via the "Changes" toolwindow. Impressively, this isn't the highest value feature that's gaurded by extreme obscureness of interface. That honor is held by the new code coverage stuff. Both of these features rule, and no one will ever find them.
--Dave Griffith
Hi Dave,
Thanks. It is almost like finding an easter egg.
Hope they will improve it and show these during the regular/project commit process/flow.
Regards,
--Venkat.
Speaking of which...how do you get the code coverage stuff to work? I see the option page for it on the Run dialog but the checkbox to enable it is disabled.
It's only enabled on JDK1.5 projects.
--Dave Griffith
Thanks for the tip! Their UI shouldn't even show the tab for it on my 1.4 project, then. Or at least they should display a message on that page saying that it only works on 1.5+. (hopefully JetBrains is listening...)
+1 regarding the code coverage feature affirmations bellow.
Dave Griffith wrote:
The tab should be shown for the case when you run the configuration with alternative jdk. Displaying message is surely to be done though.
Done