我可以将 jdeveloper 与 clearcase 动态视图一起使用吗?
can i use jdeveloper with clearcase dynamic views?
Jdeveloper(Oracle 的 Java IDE)也有一个由 oracle 构建的 clearcase 插件。
我已经使用 clearcase 快照使用它,一切正常。
我的问题是,如何将它与动态视图一起使用(我在 linux)?
我如何 "set view" 使用动态?
首先,检查您的 ClearCase 版本:Oracle jdeveloper ClearCase plugin 很旧。
This thread 提到 JDeveloper 11.1.2 仅支持 ClearCase 7.0.x,不支持 7.1.x 或更高版本。
但无论如何,您可以尝试看看 jdeveloper 在使用动态视图的完整路径时是否可以识别视图:
/view/view-tag/full-pathname
/view/myDynamicView/vobs/avob/...
换句话说,您不必使用 cleartool setview
(): you can point jdeveloper to the path of the dynamic view (provided the vob used by the config spec is mounted)
Jdeveloper(Oracle 的 Java IDE)也有一个由 oracle 构建的 clearcase 插件。 我已经使用 clearcase 快照使用它,一切正常。
我的问题是,如何将它与动态视图一起使用(我在 linux)? 我如何 "set view" 使用动态?
首先,检查您的 ClearCase 版本:Oracle jdeveloper ClearCase plugin 很旧。
This thread 提到 JDeveloper 11.1.2 仅支持 ClearCase 7.0.x,不支持 7.1.x 或更高版本。
但无论如何,您可以尝试看看 jdeveloper 在使用动态视图的完整路径时是否可以识别视图:
/view/view-tag/full-pathname
/view/myDynamicView/vobs/avob/...
换句话说,您不必使用 cleartool setview
(