« 回到Frequently Asked Questions

Error: (Wrong value in attribute "Configuration of documentation")

組合檢視 平均檢視 瀏覽樹狀資料
相關串連 [ 前一個 | 下一個 ]
toggle
Hi, i have an error in Developement Toolkit database that i cannot resolve, this is the message i get:
Dynamic library: BPMN20_ADOxx13UL1_v1-01 Dynamic Library

Checking library attributes

Date: 05.05.2016, 16:57
=============================================
=============================================


Wrong value in attribute "Configuration of documentation".

[aexpappl-19]
Error in the attribute "Configuration of documentation",
property mode.
The value "Documentation" of the the attribute "Mode" is invalid.
Valid values are:

[aexpappl-19]
Error in the attribute "Configuration of documentation",
property gfxmode.
The value "Documentation" of the the attribute "Graphic file mode" is invalid.
Valid values are: do not change

[aexpappl-19]
Error in the attribute "Configuration of documentation",
property mode.
The value "Documentation" of the the attribute "Mode" is invalid.
Valid values are:

[aexpappl-20]
Error in the attribute "Configuration of documentation",
The value "Documentation" of the the attribute "gfxmode" is invalid.
Valid values are: do not change



=============================================




Probably the error is in the Library Attribute but i cannot resolve.


Thank you very much

RE: Error: (Wrong value in attribute "Configuration of documentation")
答覆
2016/5/6 上午 5:55 作為回覆給fabio monteneri
As the BPMN library of ADOxx.org contains 'RTF' and 'HTML' documentation. These documentations need an extension in the modeltype definitions. This means if you define new modeltypes you have to add a MODE called 'Documentation' to your modeltype definition by adding the following line of code.

1MODE "Documentation" from:all no-modeling

The extension 'no-modelling means that this MODE will not be shown in the option "Modes" in the Modelling Component.

RE: Error: (Wrong value in attribute "Configuration of documentation")
答覆
2016/5/11 下午 12:20 作為回覆給Mehmet Albayrak
Thank you very much, this solved my problem.