Difference between revisions of "HowTo:Register additional Assemblies at the UBIK Compiler"
m |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | UBIK provides the possibility to register additional assemblies at the | + | {{UBIK}} provides the possibility to register additional assemblies at the [[Compiler]]. {{Version/ServerSince|2.5.0}} |
− | + | ||
+ | The UBIK Code compiler is used whenever a new customizing gets complied or a test code is executed [[Debugger]]. | ||
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | ||
− | + | == Instructions == | |
− | = Instructions = | + | # Create a new [[derivate]] of the System Metaclass [[CUSTOMIZING]]. |
− | + | # Register this new MetaClass as a [[Custom_System_Objects_Dialog|customized system object]] with System Object key '''CUSTOMIZINGVERSION'''. | |
− | + | ||
− | # Create a new [[ | + | |
− | # Register this new MetaClass as a [[Custom_System_Objects_Dialog|customized | + | |
# Open the new MetaClass in the [[Code_Editor]] | # Open the new MetaClass in the [[Code_Editor]] | ||
− | # Open the section Methods and add your libraries by overwriting the [[CUSTOMIZING#AddSystemAssemblies|AddSystemAssemblies]] method. | + | # Open the section ''Methods'' and add your libraries by overwriting the ''[[CUSTOMIZING#AddSystemAssemblies|AddSystemAssemblies]]'' method. |
− | + | ||
− | + | ||
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | ||
Line 22: | Line 17: | ||
* [[CUSTOMIZING]] | * [[CUSTOMIZING]] | ||
* [[Derivate]] | * [[Derivate]] | ||
+ | |||
+ | [[Category:Coding|Register additional assemblies at the UBIK Compiler]] | ||
+ | [[Category:How-To|Register additional assemblies at the UBIK Compiler]] |
Latest revision as of 15:14, 2 May 2016
UBIK® provides the possibility to register additional assemblies at the Compiler.
The UBIK Code compiler is used whenever a new customizing gets complied or a test code is executed Debugger.
Instructions
- Create a new Derivate of the System Metaclass CUSTOMIZING.
- Register this new MetaClass as a customized system object with System Object key CUSTOMIZINGVERSION.
- Open the new MetaClass in the Code Editor
- Open the section Methods and add your libraries by overwriting the AddSystemAssemblies method.