Format of target.os, target.ws, target.arch if not * [message #544385] |
Fri, 02 July 2010 10:05  |
Eclipse User |
|
|
|
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 12:11  |
Eclipse User |
|
|
|
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>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.12952 seconds