Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Setting pack200=true on site.p2 causes missing content.jar and artifacts.jar and binary
Setting pack200=true on site.p2 causes missing content.jar and artifacts.jar and binary [message #544399] Fri, 02 July 2010 14:10 Go to next message
Scott Anderson is currently offline Scott AndersonFriend
Messages: 8
Registered: July 2009
Junior Member
Using the following site generation command (which works when
pack200=false), setting pack200=true causes the site to be generated
packed, but missing content.jar and artifacts.jar and binary folder.
Also I suppose as expected, the generated directory is named
site.packed rather than site.p2. I have a feeling I'm being a dolt but
its not becoming obvious to me yet. Anyone have a suggestion?

Thanks!


<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=true"/>
<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: Setting pack200=true on site.p2 causes missing content.jar and artifacts.jar and binary [message #544438 is a reply to message #544399] Fri, 02 July 2010 16:13 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Scott,

The site.packed is just an intermediate target directory containing the files that has been packed. The end product is
still in site.p2.

Regards,
Thomas Hallgren

On 07/02/2010 04:10 PM, Scott Anderson wrote:
> Using the following site generation command (which works when
> pack200=false), setting pack200=true causes the site to be generated
> packed, but missing content.jar and artifacts.jar and binary folder.
> Also I suppose as expected, the generated directory is named site.packed
> rather than site.p2. I have a feeling I'm being a dolt but its not
> becoming obvious to me yet. Anyone have a suggestion?
>
> Thanks!
>
>
> <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=true"/>
> <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: Setting pack200=true on site.p2 causes missing content.jar and artifacts.jar and binary [message #544450 is a reply to message #544438] Fri, 02 July 2010 17:07 Go to previous message
Scott Anderson is currently offline Scott AndersonFriend
Messages: 8
Registered: July 2009
Junior Member
Except that site.p2 isn't being generated...only the site.packed exists
when the command is done, the only change was setting the pack200
property to true. I'll check the log for errors in that case or
something.

On 2010-07-02 12:13:40 -0400, Thomas Hallgren said:

> Hi Scott,
>
> The site.packed is just an intermediate target directory containing the
> files that has been packed. The end product is still in site.p2.
Previous Topic:Problems materializing using workspace materializer
Next Topic:Product and Features in same project..?
Goto Forum:
  


Current Time: Fri Mar 29 10:07:31 GMT 2024

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

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

Back to the top