Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Script variable
catorarn
Solution stack: TeamSite 672/Solaris10, WFM1010
Concerning an external taskScript variable
I am trying to avoid having to create a sh script or a perl script to do this. I was wondering if the product supports the following command:
Script Variable:
[html]
var cmd = '$IW_HOME/bin/iwmkwa';
var b = '/iwmnt/default/main/UHB';
var w = 'UHB';
var c = ''UHB Workarea''';
var e = 'INITIAL';
var u = 'root';
var g = 'userdoc';
cmd + " " + b + " " + w + " " + c + " " + e + " " + u + " " + g;
[/html]
It looks like the comment cannot be parsed for some reason
The same occurs if I put the full command in the command variable of the external task without using a script variable
I am putting the stuff in a script now, but I find it inefficient to use perl or a script. On top of that, I now need to put this through versioning in this customer, which is a pain in the neck as well.
I hope I am doing something wrong here
Find more posts tagged with
Comments
There are no comments yet