Skip to main content



      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 10:10 Go to next message
Eclipse UserFriend
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 12:13 Go to previous messageGo to next message
Eclipse UserFriend
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 13:07 Go to previous message
Eclipse UserFriend
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: Sat May 17 06:25:52 EDT 2025

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

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

Back to the top