ProStructures configuration in a ProjectWise Managed Workspace

The prostructures configuration variables have a number of them that define their path with a wildcard like:

PS_COMBISHAPES = <workSpaceName>/Standards/ProStructures/Shapes/CombiShapes/*/

However I'm seeing 2 issues with this:

  1. ProjectWise managed workspaces doesn't recognize the /*/ and doesn't copy out the CombiShapes folder or any of the subfolders
  2. When projectwise folders are copied to the local hard drive they don't retain the folder names/layout we see in ProjectWise so the local working directory for the CombiShapes ProjectWise folder has no sub-folders to include.

Can these variables be changed to defining each path directly and not use the /*/ form? For example:

PS_COMBISHAPES = $(_USTN_WORKSPACESTANDARDS)ProStructures/Shapes/
PS_COMBISHAPES > $(_USTN_WORKSPACESTANDARDS)ProStructures/Shapes/Dreiecksbinder/
PS_COMBISHAPES > $(_USTN_WORKSPACESTANDARDS)ProStructures/Shapes/Fassadenbeispiel/
PS_COMBISHAPES > $(_USTN_WORKSPACESTANDARDS)ProStructures/Shapes/hueck_kf50/

etc...

Parents Reply Children
No Data