I am attempting to publish multiple output files with iw_ostream. This works great for example with print and regular versions from the same DCR.
I cannot publish files to different branches however, this always generates an error. I am using
<iw_ostream file_val="$printpath" mode="ptlocal">
with $printpath being an absolute path on the server (Solaris 8) as described in the documentation
http://server_name/iw/help/tst/pt/TeamSite__PT__iw_ostream.html http://server_name/iw/help/tst/pt/TeamSite__PT__iw_include.html (for more detailed info on mode attribute)
This is NOT a permission issue - I have tried publishing to /tmp, even to the same workarea/location using an absolute path, or using a symbolic link etc. For some reason, when using e.g. iwpt_compile.ipl -pt filename.tpl, the error message says "In docroot mode, -iw_include-location <path> must be used" but I am indeed using mode="ptlocal".
Same error if I use mode="dcrlocal" or mode="cwd". All three of these modes are supposed to support absolute paths.
So my question is, Can I publish to a different branch using ostream (and if so, how), or if not, what tags would I use to publish to a different branch.
Thanks very much,
Hans