Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Headless RCP Product Export
Headless RCP Product Export [message #57460] Tue, 21 April 2009 19:11 Go to next message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
Hi,

I have managed to get a headless build working using many online
references. The output is not what I get when I use the Eclipse Product
Export Wizard manually inside the Eclipse SDK.

How do I get the same shippable product in a headless way?

Thanks!
Re: Headless RCP Product Export [message #57508 is a reply to message #57460] Tue, 21 April 2009 19:31 Go to previous messageGo to next message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
On Tue, 21 Apr 2009 19:11:50 +0000, Dilton McGowan II wrote:

> Hi,
>
> I have managed to get a headless build working using many online
> references. The output is not what I get when I use the Eclipse Product
> Export Wizard manually inside the Eclipse SDK.
>
> How do I get the same shippable product in a headless way?
>
> Thanks!

Never mind, I just noticed the I.TestBuild directory. The zipped versions
of the product are located there.

Thanks
Re: Headless RCP Product Export [message #57534 is a reply to message #57508] Tue, 21 April 2009 21:24 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
For reference, it is named I.TestBuild because by default, the location
of the resulting archives is ${buildDirectory}/${buildLabel}. If you
look at the build.properties for your builder you will see the default
value:
buildLabel = ${buildType}.${buildId}
buildType=I
buildId=TestBuild


-Andrew
Dilton McGowan II wrote:
> On Tue, 21 Apr 2009 19:11:50 +0000, Dilton McGowan II wrote:
>
>> Hi,
>>
>> I have managed to get a headless build working using many online
>> references. The output is not what I get when I use the Eclipse Product
>> Export Wizard manually inside the Eclipse SDK.
>>
>> How do I get the same shippable product in a headless way?
>>
>> Thanks!
>
> Never mind, I just noticed the I.TestBuild directory. The zipped versions
> of the product are located there.
>
> Thanks
Re: Headless RCP Product Export [message #57585 is a reply to message #57534] Tue, 21 April 2009 23:47 Go to previous message
Eclipse UserFriend
Originally posted by: n.n.nnn

On Tue, 21 Apr 2009 17:24:14 -0400, Andrew Niefer wrote:

>> Never mind, I just noticed the I.TestBuild directory. The zipped
>> versions of the product are located there.
>>
>> Thanks

> For reference, it is named I.TestBuild because by default, the location
> of the resulting archives is ${buildDirectory}/${buildLabel}. If you
> look at the build.properties for your builder you will see the default
> value:
> buildLabel = ${buildType}.${buildId}
> buildType=I
> buildId=TestBuild

I'd not edited that part from the original and overlooked it.
Thanks for pointing it out Andrew.
Re: Headless RCP Product Export [message #596030 is a reply to message #57460] Tue, 21 April 2009 19:31 Go to previous message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
On Tue, 21 Apr 2009 19:11:50 +0000, Dilton McGowan II wrote:

> Hi,
>
> I have managed to get a headless build working using many online
> references. The output is not what I get when I use the Eclipse Product
> Export Wizard manually inside the Eclipse SDK.
>
> How do I get the same shippable product in a headless way?
>
> Thanks!

Never mind, I just noticed the I.TestBuild directory. The zipped versions
of the product are located there.

Thanks
Re: Headless RCP Product Export [message #596038 is a reply to message #57508] Tue, 21 April 2009 21:24 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
For reference, it is named I.TestBuild because by default, the location
of the resulting archives is ${buildDirectory}/${buildLabel}. If you
look at the build.properties for your builder you will see the default
value:
buildLabel = ${buildType}.${buildId}
buildType=I
buildId=TestBuild


-Andrew
Dilton McGowan II wrote:
> On Tue, 21 Apr 2009 19:11:50 +0000, Dilton McGowan II wrote:
>
>> Hi,
>>
>> I have managed to get a headless build working using many online
>> references. The output is not what I get when I use the Eclipse Product
>> Export Wizard manually inside the Eclipse SDK.
>>
>> How do I get the same shippable product in a headless way?
>>
>> Thanks!
>
> Never mind, I just noticed the I.TestBuild directory. The zipped versions
> of the product are located there.
>
> Thanks
Re: Headless RCP Product Export [message #596057 is a reply to message #57534] Tue, 21 April 2009 23:47 Go to previous message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
On Tue, 21 Apr 2009 17:24:14 -0400, Andrew Niefer wrote:

>> Never mind, I just noticed the I.TestBuild directory. The zipped
>> versions of the product are located there.
>>
>> Thanks

> For reference, it is named I.TestBuild because by default, the location
> of the resulting archives is ${buildDirectory}/${buildLabel}. If you
> look at the build.properties for your builder you will see the default
> value:
> buildLabel = ${buildType}.${buildId}
> buildType=I
> buildId=TestBuild

I'd not edited that part from the original and overlooked it.
Thanks for pointing it out Andrew.
Previous Topic:Headless build not adding jars from binary plug-ins to build path?
Next Topic:Invalid access restriction error?
Goto Forum:
  


Current Time: Thu Apr 18 03:09:46 GMT 2024

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

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

Back to the top