Problem with .export command after Build Forge upgrade from 7.1.1.3 to 7.1.3.5
Hi,
I'm experiencing a weird problem with the .export command after upgrading to BF 7.1.3.5.
The following is from a successful step execution in BF 7.0.2 (but it also still worked under 7.1.1.3):
EXEC start [D:\views\LE-CMCWEB\le-cmcweb-0002-DEV-20130205-120617\end@CS99MA52]
EXEC Performing variable expansion on command line
EXEC end [D:\views\LE-CMCWEB\le-cmcweb-0002-DEV-20130205-120617\end@CS99MA52]
EXEC .export inline_LE-CMCWEB.xml
EXEC Writing /${BF_PROJECTNAME_PHYS}/${BF_TAG}/end/inline_LE-CMCWEB.xml to D:/views/${BF_PROJECTNAME_PHYS}/${BF_TAG}/end/inline_LE-CMCWEB.xml
EXEC Finished writing D:/views/${BF_PROJECTNAME_PHYS}/${BF_TAG}/end/inline_LE-CMCWEB.xml
Under 7.1.3.5, I get a "No offset tag supplied with data block" error:
EXEC start [D:\views\LE-CMCWEB\le-cmcweb-0002-DEV-20130409-155043\end@CS99MA52]
EXEC Performing variable expansion on command line
EXEC end [D:\views\LE-CMCWEB\le-cmcweb-0002-DEV-20130409-155043\end@CS99MA52] (0)
EXEC .export inline_LE-CMCWEB.xml
EXEC Writing \LE-CMCWEB\le-cmcweb-0002-DEV-20130409-155043\end/inline_LE-CMCWEB.xml to D:/views/LE-CMCWEB/le-cmcweb-0002-DEV-20130409-155043/end/inline_LE-CMCWEB.xml
WRITE No offset tag supplied with data block
I did not make any changes to the step’s “code”:
.export inline_${BF_PROJECTNAME_PHYS}.xml
The directory is set to \${BF_PROJECTNAME_PHYS}\${BF_TAG}\end
And the path is set to Absolute. Can anyone please say how to fix this??
Thanks!
Jozef