How to add version number suffix to a RCP build? [message #53329] |
Thu, 02 April 2009 10:42  |
Eclipse User |
|
|
|
Dear All,
I have a pde build script which will produce RCP program builds, such as:
MyWorkbench-linux.gtk.x86.zip
MyWorkbench-linux.win.x86.zip
I wish to add version suffixes to the file names. Is there any setting in
the build properties? Thank you so much!
Frank Du
|
|
|
|
|
|
Re: How to add version number suffix to a RCP build? [message #594572 is a reply to message #53329] |
Thu, 02 April 2009 16:55  |
Eclipse User |
|
|
|
Try setting something like
archiveNamePrefix = ${buildId}${suffix}
You'll just need to decide a good way to get the suffix value.
-Andrew
Frank Du wrote:
> Dear All,
>
> I have a pde build script which will produce RCP program builds, such as:
>
> MyWorkbench-linux.gtk.x86.zip
> MyWorkbench-linux.win.x86.zip
>
> I wish to add version suffixes to the file names. Is there any setting
> in the build properties? Thank you so much!
>
> Frank Du
>
|
|
|
Re: How to add version number suffix to a RCP build? [message #594713 is a reply to message #53449] |
Mon, 06 April 2009 12:07  |
Eclipse User |
|
|
|
Hi, Andrew,
It works perfectly! Thanks so much & have a nice day!
Thanks,
Frank
Andrew Niefer wrote:
> Try setting something like
> archiveNamePrefix = ${buildId}${suffix}
> You'll just need to decide a good way to get the suffix value.
> -Andrew
> Frank Du wrote:
>> Dear All,
>>
>> I have a pde build script which will produce RCP program builds, such as:
>>
>> MyWorkbench-linux.gtk.x86.zip
>> MyWorkbench-linux.win.x86.zip
>>
>> I wish to add version suffixes to the file names. Is there any setting
>> in the build properties? Thank you so much!
>>
>> Frank Du
>>
|
|
|
|
Powered by
FUDForum. Page generated in 0.07626 seconds