Configuring scenarios in framework extension scripts
Posted: Thu Dec 16, 2021 12:03 am
Hi,
I'm a great fan of the new extension scripts for configuring frameworks!
But there seems to be a bug in the configuration of transformation or validation scenarios.
Here's what I've done:
1) I've exported a globally defined transformation scenario with the export function in the setup dialog and put in xsl/myscenario.xml in the framework.
2. I've put these lines into the frameworks exf-File:
3. Restart oXygen. It does not start up, but enters into an exception dialog and then asks me to quit oXygen.
Replacing ${framework}/ with an absolute path or leaving it away an using a relative path works as expected.
But in the docs, it says, that editor variables are allowed:
https://www.oxygenxml.com/doc/versions/ ... 4j_5xm_knb
Regards,
Chris
I'm a great fan of the new extension scripts for configuring frameworks!
But there seems to be a bug in the configuration of transformation or validation scenarios.
Here's what I've done:
1) I've exported a globally defined transformation scenario with the export function in the setup dialog and put in xsl/myscenario.xml in the framework.
2. I've put these lines into the frameworks exf-File:
Code: Select all
<transformationScenarios>
<addScenarios href="${framework}/xsl/myscenario.xml"/>
</transformationScenarios>
Replacing ${framework}/ with an absolute path or leaving it away an using a relative path works as expected.
But in the docs, it says, that editor variables are allowed:
https://www.oxygenxml.com/doc/versions/ ... 4j_5xm_knb
Regards,
Chris