References to Base Framework not correct

Having trouble accessing the Oxygen Content Fusion platform or installing the server solution? Got a bug to report? Post it all here.
Gertone
Posts: 25
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

References to Base Framework not correct

Post by Gertone »

Hi,
Evaluating Fusion for a project that involves a DITA specialisation.
I made a framework as an extension of the DITA framework (in Oxygen 26.1)
The framework works as expected with the oxygen embedded test webauthor server
When I try to load the zipped framework in Content Fusion, I get errors on loading the CSS from the base framework
eg. this CSS
${baseFramework}/css/edit/style-basic.css
gives a warning message that ${framework}/css/edit/style-basic.css is not available
en indeed the framework file has this reference

Code: Select all

<cssFile-array>
<cssFile>
<field name="href">
<String>${framework}/css/edit/style-basic.css</String>
</field>
So there must be something bringing the framework file off balance.
Any ideas?
Thanks
cosminef
Site Admin
Posts: 234
Joined: Wed Aug 30, 2023 2:33 pm

Re: References to Base Framework not correct

Post by cosminef »

Hello,

Thank you for contacting us.

Let's see if I understood correctly: I am creating a DITA extension in Oxygen Editor:
baseframework.PNG
then, I archive the respective framework, upload it to Content Fusion, and receive these validation errors:
css-error.PNG
Is this your use case?

Best,
Cosmin
You do not have the required permissions to view the files attached to this post.
Cosmin Eftenie
www.oxygenxml.com
Gertone
Posts: 25
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

Re: References to Base Framework not correct

Post by Gertone »

Hi Cosmin,
Thanks for looking into this.
Yes, that is exactly what is going on
Best regards,
Geert
Gertone
Posts: 25
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

Re: References to Base Framework not correct

Post by Gertone »

Looking for solutions, I did hack the framework file to read
<field name="href">
<String>${baseFramework}/css/edit/style-basic.css</String>
</field>
But then I get the same error (with a different path)
Gertone
Posts: 25
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

Re: References to Base Framework not correct

Post by Gertone »

BTW
Oxygen Enterprise 26.1 on windows
Content Fusion 6.2 on Linux
cosminef
Site Admin
Posts: 234
Joined: Wed Aug 30, 2023 2:33 pm

Re: References to Base Framework not correct

Post by cosminef »

Hello,

Thank you for the confirmation.
This is an incorrect validation error, and we already have an issue logged regarding this: WA-7678. Once it is fixed, you will be notified here on the forum.
After you press OK, the framework will upload successfully, and you can use it properly, so you can ignore this validation message.

Best,
Cosmin
Cosmin Eftenie
www.oxygenxml.com
Gertone
Posts: 25
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

Re: References to Base Framework not correct

Post by Gertone »

Ok thanks for looking into it.
It seems however that the CSS files are really not found (proper visualisation in Web Author, no proper visualisation in Fusion)
I will look deeper into this to see if I made an association error
cosminef
Site Admin
Posts: 234
Joined: Wed Aug 30, 2023 2:33 pm

Re: References to Base Framework not correct

Post by cosminef »

Hello,

Alright. If you check and encounter any issues after uploading the framework, please let us know by providing a detailed description of the situation.

Best,
Cosmin
Cosmin Eftenie
www.oxygenxml.com
cosminef
Site Admin
Posts: 234
Joined: Wed Aug 30, 2023 2:33 pm

Re: References to Base Framework not correct

Post by cosminef »

Hello,

We wanted to inform you that we have released version 8.0 of Oxygen Content Fusion, and the issue recorded as WA-7678 has been resolved.
As a result, the warnings (which were mistakenly displayed) will no longer appear.

To discover the new features in Oxygen Content Fusion version 8.0, you can visit the **What's New** section [1].

Best,
Cosmin

[1] https://www.oxygenxml.com/content_fusion/whats_new.html
Cosmin Eftenie
www.oxygenxml.com
Post Reply