Here is my update to Jeremy's clearcase plugin (I only
included the java sources. Download the rest of the
source distribution from CVS)
1) Use native invocation to clearcase. I used the native
interface of eclipse-ccase available on sourceforge.
Great job they did. Our experience calls for 4x speed
improvements. The plugin tries the native interface. In
the event of a failure it reverts back to the command line
interface.
2) Fix a problem in the move method related to the
native invocation. It might break the command line. I
haven't tested it yet (I do not need too anymore... ;-)
Installation: save the attached dll in the plugins
directory. Install the plugin as usual
Jacques
java & c source + ccjni.dll
Logged In: YES
user_id=149446
Make sure in your INTELLIJ_DIR/bin/idea.bat you have this
line before the java execution line
SET PATH=%JPDA_PATH%;%PATH%;%IDEA_HOME%
\plugins
Make sure there is no extra character (space,...) past the last
word. It might prevent the native plugin to load.