eclipse-aaspe / package-explorer

AASX Package Explorer
Other
41 stars 12 forks source link

aasx package save w/ JSON is not working #180

Open mreis1986 opened 4 months ago

mreis1986 commented 4 months ago

Description When attempting to save files in the "aasx package files w/ JSON" format, users are encountering a problem where the files within the generated archive are always in XML format instead of JSON. This behavior occurs despite selecting the JSON format during the saving process.

Steps to Reproduce:

Navigate to the "Save As..." option. Choose the "aasx package files w/ JSON" format. Proceed with the saving process. Upon inspection of the generated archive, it contains files in XML format instead of JSON as expected.

Expected Behavior: The expected behavior is that when selecting the "aasx package files w/ JSON" format, the generated archive should contain files in JSON format representing the asset description. However, the current behavior results in the asset description files being in XML format, which deviates from the expected outcome.

juileetikekar commented 4 months ago

Duplicate of #162