What did you do with compiling in 4.5???

My project has been compiled with ant (1600 classes in ~2 min + jsps). Now I want to change only only class in Idea and compile this with CtrlShiftF9. Before it was no problem - Idea did only that, not like now - recompiling the complete project!

I would like to get this feature back!

Avatar
Permanently deleted user
评论操作 固定链接

You can also download the plugin from http://plugins.intellij.net

0
评论操作 固定链接

How can I do that manually?

0
评论操作 固定链接

Find the plugin jar. Download it to your plugin directory.
Restart idea.

0
评论操作 固定链接

It does not work with CompileWithoutDependencies plugin. I put the 1.2 version into my directory, and it still shows 1.0 in settings/plugin (the one I downloaded previously via settings/plugin, when I had 4.5.1)

0
Avatar
Permanently deleted user
评论操作 固定链接

There are 2 "plugins" directories:
1. the one that is directly under <idea-home>, for bundled plugins
2. the one under the "config" directory where user-installed plugins are stored.
You should remove the old version of the plugin from one of these locations

0

请先登录再写评论。