Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

At submit-time, paths can be automatically translated so they match what the renderfarm Workers expect. It is a simple string replace. Set the "Path Translation Map" parameters to have the "From" field list the exact value to change, and the "To" field to the new value. It will perform the path translation based on the order of the listed map items.
Example:

  • Converting OSX Volumes to a UNC path:
  • Changing all \ (backslash) to /
    • From: \
    • To:/


Alternative: For Linux and OSX Workers, one can set up symbolic links so that Windows UNC paths can resolve. Without any path translation needed. For example, the path //myserver/mydir resolves to /myserver/mydir on

Tip

See also worker_path_map & Cross-Platform rendering: Windows to OSX to Linux and vice versa