언어 설정

Menu
Sites
Language
Customization of WGT result file name

Is there a possibility to customize name of WGT result file? For instance I want to add some number or string to it, like myApplication_123.wgt? Where 123 will be taken from some external script?

Responses

2 댓글
Raghu Kona

Hi,

The name of wgt file is picked from the config.xml file. You can give change the name wgt using any script, though the application installed will have name mentioned in the config.xml file.

Regards,

Raghu Kona

Maksym

But if I use some version control system the file will be always marked as "modified", which is not good. Sources should be without changes.

Moreover the script will require installation of addition software (python, perl, etc,) for each system where the build can be launched. What type of the script do you suggest?

Using ANT it is possible to simple make using "replace", "exec" and "copy".

Can you, please, provide an example, of script which you sugges?