Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » create update site by cqueries
create update site by cqueries [message #382241] Wed, 21 January 2009 12:02 Go to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I followed the "Building update site" article but could not succeed.

So far, I have defined some cqueries and materialization into workspace
works.
Now, I want to create an update site using the defined cqueries but I am
not sure how to proceed...
Re: create update site by cqueries [message #382242 is a reply to message #382241] Wed, 21 January 2009 14:03 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
Maybe, the following is a better explanation:
I want to execute the cqueries just before the build.site action is called
without manual intervention (as a preparation for a headless build)...
Is this possible, or do I always have to do this in 2 steps; execute
cqueries for materializing, then call build.site action to create the
update site?
Re: create update site by cqueries [message #382243 is a reply to message #382242] Wed, 21 January 2009 14:27 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Erdal,
You can execute both commands in a Buckminster script. That will make
them run in the same VM without a reboot. Try:

buckminster --scriptfile /path/to/script

The script file should contain the commands that you want to exectute, i.e.

import /path/to/cquery
perform xxx#build.site


Regards,
Thomas Hallgren


Erdal Karaca wrote:
> Maybe, the following is a better explanation:
> I want to execute the cqueries just before the build.site action is
> called without manual intervention (as a preparation for a headless
> build)...
> Is this possible, or do I always have to do this in 2 steps; execute
> cqueries for materializing, then call build.site action to create the
> update site?
>
Previous Topic:Buckminster test command missing
Next Topic:headless build using proxy authentication
Goto Forum:
  


Current Time: Fri Apr 26 08:02:25 GMT 2024

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

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

Back to the top