如何找出在Domino服務器上運行的XPages Extension Library的版本?如何識別XPages Extension Library的版本?
「tell http osgi ss」列出了很多不同的版本。
如何找出在Domino服務器上運行的XPages Extension Library的版本?如何識別XPages Extension Library的版本?
「tell http osgi ss」列出了很多不同的版本。
如果你有訪問Domino服務器可以發出
tell http osgi ss com.ibm.xsp.extlib
命令的輸出將顯示標記爲活動EXTLIB的所有已部署的版本,但只有那些將被服務器所使用的命令。如果部署多個版本,這將始終是最新版本。
如果您無法訪問Domino服務器,則可以使用ExtLib的內部實用程序返回版本號。此示例代碼可以被添加到一個計算字段控件來顯示的版本號:
var v = com.ibm.xsp.extlib.util.ExtLibUtil.getExtLibVersion();
return "XPages ExtLib version: "+v
一個例子:
tell http osgi ss com.ibm.xsp.extlib
2012-02-01 16:28:16 Framework is launched.
2012-02-01 16:28:16 id State Bundle
2012-02-01 16:28:16 10 ACTIVE com.ibm.xsp.extlib.domino_8.5.3.20120126-0415
2012-02-01 16:28:16 11 INSTALLED com.ibm.xsp.extlib.designer.tooling_8.5.3.20120126-0415
2012-02-01 16:28:16 12 ACTIVE com.ibm.xsp.extlibx.sbt_8.5.3.20120126-0415
2012-02-01 16:28:16 13 ACTIVE com.ibm.xsp.extlib.oneui_8.5.3.20120126-0415
2012-02-01 16:28:16 14 ACTIVE com.ibm.xsp.extlibx.relational_8.5.3.20120126-0415
2012-02-01 16:28:16 15 ACTIVE com.ibm.xsp.extlib.controls_8.5.3.20120126-0415
2012-02-01 16:28:16 17 RESOLVED com.ibm.xsp.extlib.feature.source_8.5.3.20120126-0415
2012-02-01 16:28:16 18 ACTIVE com.ibm.xsp.extlibx_8.5.3.20120126-0415
2012-02-01 16:28:16 19 ACTIVE com.ibm.xsp.extlib.core_8.5.3.20120126-0415
2012-02-01 16:28:16 20 ACTIVE com.ibm.xsp.extlib.mobile_8.5.3.20120126-0415
2012-02-01 16:28:16 21 INSTALLED com.ibm.xsp.extlib.designer.xspprops_8.5.3.20120126-0415
2012-02-01 16:28:16 23 RESOLVED com.ibm.xsp.extlib.designer.tooling.feature.source_8.5.3.20120126-0415
2012-02-01 16:28:16 25 RESOLVED com.ibm.xsp.extlibx.source_8.5.3.20120126-0415
2012-02-01 16:28:16 26 RESOLVED com.ibm.xsp.extlibx.oauth_8.5.3.20120126-0415
2012-02-01 16:28:16 Master=33
2012-02-01 16:28:16 28 RESOLVED com.ibm.xsp.extlibx.relational.derby_8.5.3.20120126-0415
2012-02-01 16:28:16 29 <<LAZY>> com.ibm.xsp.extlibx.core_8.5.3.20120126-0415
2012-02-01 16:28:16 32 INSTALLED com.ibm.xsp.extlib.designer_8.5.3.20120126-0415
2012-02-01 16:28:16 33 ACTIVE com.ibm.xsp.extlib_8.5.3.20120126-0415
2012-02-01 16:28:16 Fragments=26, 163, 171, 173, 174
2012-02-01 16:28:16 162 INSTALLED com.ibm.xsp.extlib.connections_8.5.2.201102151459NTF
2012-02-01 16:28:16 163 RESOLVED com.ibm.xsp.extlib.connections_8.5.2.201108271859NTF
2012-02-01 16:28:16 Master=33
2012-02-01 16:28:16 164 INSTALLED com.ibm.xsp.extlib.domino_8.5.2.201102151459NTF
2012-02-01 16:28:16 165 INSTALLED com.ibm.xsp.extlib.domino_8.5.2.201108271859NTF
2012-02-01 16:28:16 166 INSTALLED com.ibm.xsp.extlib.mobile_8.5.2.201102151459NTF
2012-02-01 16:28:16 167 INSTALLED com.ibm.xsp.extlib.mobile_8.5.2.201108271859NTF
2012-02-01 16:28:16 168 INSTALLED com.ibm.xsp.extlib.oneui_8.5.2.201102151459NTF
2012-02-01 16:28:16 169 INSTALLED com.ibm.xsp.extlib.oneui_8.5.2.201108271859NTF
2012-02-01 16:28:16 170 RESOLVED com.ibm.xsp.extlib.relational.derby_8.5.3.201108271859NTF
2012-02-01 16:28:16 171 RESOLVED com.ibm.xsp.extlib.relational_8.5.2.201108271859NTF
2012-02-01 16:28:16 Master=33
2012-02-01 16:28:16 172 INSTALLED com.ibm.xsp.extlib.sametime_8.5.2.201102151459NTF
2012-02-01 16:28:16 173 RESOLVED com.ibm.xsp.extlib.sametime_8.5.2.201108271859NTF
2012-02-01 16:28:16 Master=33
2012-02-01 16:28:16 174 RESOLVED com.ibm.xsp.extlib.V853_8.5.2.201108271859NTF
2012-02-01 16:28:16 Master=33
2012-02-01 16:28:16 175 INSTALLED com.ibm.xsp.extlib_8.5.2.201102151459NTF
2012-02-01 16:28:16 176 INSTALLED com.ibm.xsp.extlib_8.5.2.201108271859NTF