Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to add version number suffix to a RCP build?
How to add version number suffix to a RCP build? [message #53329] Thu, 02 April 2009 14:42 Go to next message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
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 #53449 is a reply to message #53329] Thu, 02 April 2009 20:55 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
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 #53843 is a reply to message #53449] Mon, 06 April 2009 16:07 Go to previous messageGo to next message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
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
>>
Re: How to add version number suffix to a RCP build? [message #53868 is a reply to message #53449] Mon, 06 April 2009 16:33 Go to previous message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
thanks so much! it works perfectly!

Best Regards,
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 20:55 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
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 16:07 Go to previous message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
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
>>
Re: How to add version number suffix to a RCP build? [message #594721 is a reply to message #53449] Mon, 06 April 2009 16:33 Go to previous message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
thanks so much! it works perfectly!

Best Regards,
Frank Du
Previous Topic:Another one of those warnings...
Next Topic:How is eclipse tested and built periodically?
Goto Forum:
  


Current Time: Fri Apr 19 16:50:09 GMT 2024

Powered by FUDForum. Page generated in 0.02268 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top