Option to Not Save Associated Transformation Scenarios to Project File
-
- Posts: 171
- Joined: Thu Aug 30, 2018 10:06 pm
Option to Not Save Associated Transformation Scenarios to Project File
Post by dreifsnider »
My team currently uses Git to source all our project files, including the actual Oxygen product file (.xpr).
We store this project file in one repository that we all interact with. When using the project file, we often run into git conflicts for the associated transformation scenarios, because different team members run different transformation scenarios on the same ditamaps.
We'd like the option to not save the associated transformation scenario to the project file. We still want to share the same set of defined transformation scenarios in the project file though.
Thanks!
Daniel
-
- Posts: 2
- Joined: Thu Sep 26, 2019 3:50 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Stereotaxis »
-
- Posts: 9434
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
We are aware of this problem and will work to provide on our side settings to control if the scenario associations should be saved inside the project XPR file or not. We'll update this forum thread when a fix becomes available.
In the meantime maybe you can create an XPR document that is committed to Git but the tech writers would need to duplicate it and use the duplicate XPR in the Oxygen application, so that they never commit by mistake changes in the original XPR.
Something like this:
viewtopic.php?p=56011#p56114
Regards,
Radu
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 171
- Joined: Thu Aug 30, 2018 10:06 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by dreifsnider »
Thanks for your reply. That's exciting that you're planning on addressing this in a future update and is greatly appreciated!
I implemented the stopgap solution you reference and it appears to be working okay at the moment. To better assist the team, I also implemented a small Git script to automatically copy the "master" project file to the repository's root whenever someone pulls.
Thanks again,
Daniel
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
Oxygen 22 is out now and it contains a new preferences page named "Project Level Settings" that allows you to control where to save the scenario association:
https://www.oxygenxml.com/doc/versions/ ... tings.html
Best regards,
Cosmin DUNA
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
We are using this feature in our Git-based flow and it works great!
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
We have still been getting spurious instances of writers checking modified project files into Git. Today I found that changing the following three filtering settings will cause the project file to be modified:
Can you please add the ability for the currently applied filter/coloring/hiding settings to be stored at the project or user level?
Thanks!
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
I registered an internal issue(EXM-45338) and we will add an option to control the storage location for these profiling settings.
Best regards,
Cosmin DUNA
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
Those options should not be saved at the project file level.
Can you please check this again? You should create a new project and make a copy of it. After this, modify the profiling settings and use our "Compare Files" tool (it can be found in the "Tools" menu) to see the differences between these two project files.
Best regards,
Cosmin
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
Only the first and third options cause the project file to change. Here is the diff:
Code: Select all
$ diff 1.xpr 2.xpr
142a143,146
> <String>show.colors.and.styles.default.value</String>
> <Boolean>true</Boolean>
> </entry>
> <entry>
$ diff 2.xpr 3.xpr
146,149d145
< <entry>
< <String>show.excluded.content</String>
< <Boolean>false</Boolean>
< </entry>
$
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
These options can also be found in the "Profiling/Conditional Text" and "Profiling/Conditional Text / Colors and Styles" preferences pages. You set to store the options from these pages in the project file (selecting the "Project Options" radio button from the bottom of the page). For this, the project is changed every time you modify the filtering settings from DITA Maps Manager.
I will modify our internal issue to create a separate preferences page for these filtering settings.
Best regards,
Cosmin
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
-
- Posts: 171
- Joined: Thu Aug 30, 2018 10:06 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by dreifsnider »
Thank you to everyone at Syncro Soft for their effort on improving the project file settings! We've been using the new project file for some time now and it's been working great!
However, I've noticed one minor, recent issue: the Oxygen version is saved to the project file.
Having the project file constantly modified is causing us a minor headache, especially when the only difference is the version number.
Would it be possible to not save the Oxygen version number to the project file, or is this information essential to the project?
Thanks again!
Daniel
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
First, thank you for your feedback. I added an internal issue (EXM-45716) to look into this case, because right now, I'm not sure if this information is required in the project file.
Best regards,
Cosmin
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
I hope the separate global/project settings controllability for "Show Profiling Colors and Styles" and "Show Excluded Content" can be implemented in the 23.0 release. This is an ongoing frustration with our writers and with Git.Cosmin Duna wrote: ↑Fri Apr 24, 2020 11:37 amThese options can also be found in the "Profiling/Conditional Text" and "Profiling/Conditional Text/Colors and Styles" preferences pages. You set to store the options from these pages in the project file (selecting the "Project Options" radio button from the bottom of the page). For this, the project is changed every time you modify the filtering settings from DITA Maps Manager.
I will modify our internal issue to create a separate preferences page for these filtering settings.
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
Best regards,
Cosmin
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Site Admin
- Posts: 125
- Joined: Wed Dec 12, 2018 5:33 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by Cosmin Duna »
Oxygen 23 is out now and it contains fixes for the last issues reported on this thread:
- The version attribute was removed from the project file.
- The settings were separated in the "Profiling/Conditional Text" preferences page.
Cosmin
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Option to Not Save Associated Transformation Scenarios to Project File
Post by chrispitude »
I just wanted to share that with the 23.0 release, we have not had a single instance of someone accidentally modifying/committing/pushing the Oxygen .xpr file in our Oxygen/DITA/Git flow. Thank you!
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service