major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
When using the WrapperGenerator in the current version (TL 6.2.x), the copyright in the generated Java files is set to "Business Operation Systems GmbH." However, this is incorrect, as the generated classes are created from models that are copyrighted by "ASCon Systems."
Requirement
When generating via the WrapperGenerator, it should be possible to specify the copyright statement to be inserted into the generated files.
Implementation
The copyright holder can be specified using the environment variable/Java property tl_copyright_holder.
The following header is then generated:
Copyright (c) <year> <copyrightHolder>. All Rights Reserved.
Test
- In the " Generate DemoTypes " launch configuration, set the VM argument to -Dtl_copyright_holder="Mickey Mouse" and generate.
- The generated demo types must then contain the corresponding copyright notice.