Project

General

Profile

Actions

Support Request #2434

closed

Merge manually and generated part of plugin description

Added by hidden about 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Customer:
AUDI
Department:
EX
Requester's Priority:
Normal
Support Level:
2nd Level
Resolution:
Solved Issue
Product Issue Numbers:
Affected Products:
Platform:
Windows 7 64bit
Topic:
ADTF::PluginDescription
FAQ Links:

Description

Supportanfrage

wir hatten es zuletzt in Diskussion, ich bin mir aber nicht mehr sicher, was hier der letzte Stand war und vor allem, was mit ADTF 3.3.0 möglich ist.

Ich habe einen manuellen Teil für eine PluginDescription:

<editor_descriptions>
<editor_description>
<name>Create Pins from Properties</name>
<url>FilterSystemCheck_filtereditor.qml</url>
</editor_description>
</editor_descriptions>

Der PluginDescriptionGenerator scheint die Datei immer komplett neu zu erstellen, sodass ich den manuellen Teil manuell integrieren muss, nachdem der PluginDescriptionGenerator gelaufen ist.

Ich benötige einen automatisierbaren Weg. Habt ihr hier eine Empfehlung?

Lösung

Nutze am besten unser CMake Makro adtf_create_plugindescription inkl. MERGE_DESCRIPTION Option, dass das beim Build gleich entsprechend berücksichtigt wird:

adtf_create_plugindescription(
    TARGET
        ${EXAMPLE_TARGETNAME}
    PLUGIN_SUBDIR
        "src/examples/bin" 
    MERGE_DESCRIPTION
        "demo_data_triggered_filter.plugindescription" 
)

siehe dazu auch unsere Examples

Actions

Also available in: Atom PDF