The Workspace Journal is a log file that records back end commands corresponding to the actions triggered by the user after opening the workspace. It is a good approach to check the corresponding commands used by GUI and recreate the workspace as well. To open the Journal file, go to menu -> .
You can run following command to recreate the projects with the journal file in the current workspace:
vitis -s workspace_journal.py
Note: In workspace_journal.py, relative paths are used whenever possible
to improve portability. However, there are certain instances where absolute
paths are necessary. Prior to executing the script, ensure the source and
destination paths in workspace_journal.py
are properly configured and accessible.