Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Format of target.os, target.ws, target.arch if not *
Format of target.os, target.ws, target.arch if not * [message #544385] Fri, 02 July 2010 14:05 Go to next message
Scott Anderson is currently offline Scott AndersonFriend
Messages: 8
Registered: July 2009
Junior Member
I would like my p2 site to be generated with 3 of the
platform/window/architecture combinations, not all, to reduce the size.
These values seem to be "all" (*) or 1 (win32 .. etc)

Is there some format that will allow the selection of 3? In the PDE
build you could do this using the format:

configs=win32,win32,x86 & linux,motif,x86

Thanks in advance!

Here is the ant file snippet we are using for this step:

<buckminster command="perform">
<args>
<arg value="-Dbuckminster.output.root=${REMOVED}/${package.dir}/p2 "/>
<arg
value="-Dbuckminster.temp.root=${REMOVED}/${package.dir}/buildtmp "/>
<arg value="-Dsite.pack200=false"/>
<arg value="-Dcbi.include.source=false"/>
<arg value="-Dtarget.os=*"/>
<arg value="-Dtarget.ws=*"/>
<arg value="-Dtarget.arch=*"/>
<arg value="-Dqualifier.replacement.*=generator:buildTimestamp"/ >
<arg
value=" -Dgenerator.buildTimestamp.format='${build.qualifier.correct ed}' "/>


<arg value="REMOVED.site#site.p2"/>
</args>
</buckminster>
Re: Format of target.os, target.ws, target.arch if not * [message #544437 is a reply to message #544385] Fri, 02 July 2010 16:11 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Scott,

There is currently no format to allow several combinations. It's likely that this will be added as part of the fix for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286637

Regards,
Thomas Hallgren

On 07/02/2010 04:05 PM, Scott Anderson wrote:
> I would like my p2 site to be generated with 3 of the
> platform/window/architecture combinations, not all, to reduce the size.
> These values seem to be "all" (*) or 1 (win32 .. etc)
>
> Is there some format that will allow the selection of 3? In the PDE
> build you could do this using the format:
>
> configs=win32,win32,x86 & linux,motif,x86
>
> Thanks in advance!
>
> Here is the ant file snippet we are using for this step:
>
> <buckminster command="perform">
> <args>
> <arg value="-Dbuckminster.output.root=${REMOVED}/${package.dir}/p2 "/>
> <arg value="-Dbuckminster.temp.root=${REMOVED}/${package.dir}/buildtmp "/>
> <arg value="-Dsite.pack200=false"/>
> <arg value="-Dcbi.include.source=false"/>
> <arg value="-Dtarget.os=*"/>
> <arg value="-Dtarget.ws=*"/>
> <arg value="-Dtarget.arch=*"/>
> <arg value="-Dqualifier.replacement.*=generator:buildTimestamp"/ >
> <arg
> value=" -Dgenerator.buildTimestamp.format='${build.qualifier.correct ed}' "/>
>
>
> <arg value="REMOVED.site#site.p2"/>
> </args>
> </buckminster>
>
>
Previous Topic:OS X Cocoa x86_64 binary build
Next Topic:Problems materializing using workspace materializer
Goto Forum:
  


Current Time: Tue Apr 23 12:57:57 GMT 2024

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

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

Back to the top