<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.tools.buckminster</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/maillist.html</link>
		<description>NewsGroup: news.eclipse.tools.buckminster</description>
		<language>en-us</language>
		<pubDate>Thu, 17 Sep 2009 09:04:23 GMT</pubDate>
		<lastBuildDate>Thu, 17 Sep 2009 09:04:23 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.tools.buckminster</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.tools.buckminster] Re: Materializing target platform	from Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01425.html</link>
		<description>Am I right to assume that these commands are available for headless build (I can &amp;quot;materialize&amp;quot; the target platform easily enough from the target definition from Eclipse UI, so my first impulse to ask how do I do it from Eclipse IDE is moot) Yes, these comm...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Roland,</pre><br>
<tt>On 09/17/2009 10:01 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>14.09.2009 13:04, Thomas Hallgren kirjutas:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">You would execute two commands.</pre><br>
<pre style="margin: 0em;">buckminster importtargetdefinition my-platform.target
buckminster import my.mspec OR my.cquery</pre><br>
</blockquote><pre style="margin: 0em;">Am I right to assume that these commands are available for headless
build (I can &quot;materialize&quot; the target platform easily enough from the
target definition from Eclipse UI, so my first impulse to ask how do I
do it from Eclipse IDE is moot)</pre><br>
</blockquote><tt>Yes, these commands (and all other commands I might add) are avaliable in headless mode. That has been one of the core 
objects for Buckminster. Everything that you can do with it in the IDE must also be available for headless execution.</tt><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Other than that - if I want to execute some Buckminster commands from
Eclipse UI, I can do that only from within a component?</pre><br>
</blockquote><tt>In your IDE, you will find things that corresponds to the headless commands. The 'import' for instance, is reached using 
the standard context sensitive menu in your package explorer and then choosing Import. The wizard that pops up has a 
Buckminster entry.</tt><br>
<br>
<pre style="margin: 0em;">Alternatively, you right click on an MSPEC or CQUERY file, choose Buckminster and then Import.</pre><br>
<pre style="margin: 0em;">The 'importtargetdefinition' command is essentially doing the same thing as the PDE preference settings.</pre><br>
<pre style="margin: 0em;">A 'build' is a normal workspace build.</pre><br>
<pre style="margin: 0em;">A 'perform' is the same as right-clicking on a project, choose 'Buckminster' -&gt; 'Invoke Action'</pre><br>
<pre style="margin: 0em;">etc.</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">This setup will might require some redundant information though, since
what you require for your TP can be derived from the features that you
materialize.</pre><br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren
</pre></blockquote><pre style="margin: 0em;"><br>I would guess, that in the case of workspace materialization, this is
quite okay, as in the development scenario I might need access to much
wider set of target platform plug-ins to be easily able to add new
dependencies on stuff I had before.</pre><br>
<pre style="margin: 0em;">Another use case I see this might be useful for is that when I have a
target platform that is composed of multiple features (RCP + ECF + EMF
for example) - then I could import the entire target platform and then
in the second step, use the newly imported target platform as one of the
workspace/product materialization sources...</pre><br>
<pre style="margin: 0em;">Does it make sanse? Can aI use it this way?</pre><br>
</blockquote><tt>Yes. That makes a lot of sense. You can also slam it together to one single import step and control what ends up where 
by use of the mspec. You may have several such mspecs and if they share target platform artifacts, they will not be 
materialized more then once since the actual TP is an artifact repository managed by P2.</tt><br>
<br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
]]></content:encoded>
		<pubDate>Thu, 17 Sep 2009 08:45:08 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01425.html</guid>
		<author>thomas@xxxxxxx (Thomas Hallgren)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Re: Materializing target platform	from Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01424.html</link>
		<description>14.09.2009 13:04, Thomas Hallgren kirjutas: Am I right to assume that these commands are available for headless build (I can &amp;quot;materialize&amp;quot; the target platform easily enough from the target definition from Eclipse UI, so my first impulse to ask how do I do ...</description>
		<content:encoded><![CDATA[<tt>14.09.2009 13:04, Thomas Hallgren kirjutas:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">You would execute two commands.</pre><br>
<pre style="margin: 0em;">buckminster importtargetdefinition my-platform.target
buckminster import my.mspec OR my.cquery</pre><br>
</blockquote><tt>Am I right to assume that these commands are available for headless 
build (I can &quot;materialize&quot; the target platform easily enough from the 
target definition from Eclipse UI, so my first impulse to ask how do I 
do it from Eclipse IDE is moot)</tt><br>
<br>
<tt>Other than that - if I want to execute some Buckminster commands from 
Eclipse UI, I can do that only from within a component?</tt><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">This setup will might require some redundant information though, since
what you require for your TP can be derived from the features that you
materialize.</pre><br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren
</pre></blockquote><tt><br>I would guess, that in the case of workspace materialization, this is 
quite okay, as in the development scenario I might need access to much 
wider set of target platform plug-ins to be easily able to add new 
dependencies on stuff I had before.</tt><br>
<br>
<tt>Another use case I see this might be useful for is that when I have a 
target platform that is composed of multiple features (RCP + ECF + EMF 
for example) - then I could import the entire target platform and then 
in the second step, use the newly imported target platform as one of the 
workspace/product materialization sources...</tt><br>
<br>
<pre style="margin: 0em;">Does it make sanse? Can aI use it this way?</pre><br>
<pre style="margin: 0em;">--
Roland Tepp</pre><br>
]]></content:encoded>
		<pubDate>Thu, 17 Sep 2009 08:01:41 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01424.html</guid>
		<author>roland@xxxxxxx (Roland Tepp)</author>
	</item>


	<item>
		<title>[news.eclipse.tools.buckminster] Re: Materializing target platform	from Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01423.html</link>
		<description>You would execute two commands. buckminster importtargetdefinition my-platform.target buckminster import my.mspec OR my.cquery This setup will might require some redundant information though, since what you require for your TP can be derived from the featu...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Sorry, forgot one thing. You need to pass the option --active to the importtargetdefiniton command.</pre><br>
<pre style="margin: 0em;">- thomas</pre><br>
<tt>On 09/14/2009 12:04 PM, Thomas Hallgren wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>On 09/14/2009 11:33 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Thanks for quick reply.</pre><br>
<pre style="margin: 0em;">So to get more concrete, let's say I have specified my target platform
in my-platform.target definition and I want to materialize a set of
products in my workspace against the specified target platform.</pre><br>
<pre style="margin: 0em;">That is - I want to set the target platform of my workspace to the one
defined in my-platform.target and materialize the workspace based on
some mspec/cquery.</pre><br>
<pre style="margin: 0em;">What are the steps I would have to perform to achieve that in headless
mode (e.g. perform one-click set-up of the workspace)?</pre><br>
</blockquote><pre style="margin: 0em;">You would execute two commands.</pre><br>
<pre style="margin: 0em;">buckminster importtargetdefinition my-platform.target
buckminster import my.mspec OR my.cquery</pre><br>
<pre style="margin: 0em;">This setup will might require some redundant information though, since
what you require for your TP can be derived from the features that you
materialize.</pre><br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>14.09.2009 11:17, Thomas Hallgren kirjutas:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Roland,
The Buckminster command 'importtargetdefinition' will import an eclipse
target definition. The &quot;materialization&quot; as such, is performed the same
way as when you set a target definition from your IDE preferences.</pre><br>
<pre style="margin: 0em;">A true Buckminster materialization can also be used to build a target
platform. That has the advantage that you don't need to specify the
features and bundles that should be included. Buckminster figures that
out by resolving the query. You cannot use an eclipse target definition
as input to this process. Instead, you would set the target platform to
point to an empty directory and use an MSPEC to control which components
that should end up there during materialization. The repositories that
you'd use for input must be defined in an RMAP.</pre><br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 09/14/2009 10:00 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hey,</pre><br>
<pre style="margin: 0em;">Is this possible? how woulod I go about doing this?</pre><br>
</blockquote><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
</blockquote><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 14 Sep 2009 10:54:29 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01423.html</guid>
		<author>thomas@xxxxxxx (Thomas Hallgren)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Re: Materializing target platform	from Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01422.html</link>
		<description>You would execute two commands. buckminster importtargetdefinition my-platform.target buckminster import my.mspec OR my.cquery This setup will might require some redundant information though, since what you require for your TP can be derived from the featu...</description>
		<content:encoded><![CDATA[<tt>On 09/14/2009 11:33 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Thanks for quick reply.</pre><br>
<pre style="margin: 0em;">So to get more concrete, let's say I have specified my target platform
in my-platform.target definition and I want to materialize a set of
products in my workspace against the specified target platform.</pre><br>
<pre style="margin: 0em;">That is - I want to set the target platform of my workspace to the one
defined in my-platform.target and materialize the workspace based on
some mspec/cquery.</pre><br>
<pre style="margin: 0em;">What are the steps I would have to perform to achieve that in headless
mode (e.g. perform one-click set-up of the workspace)?</pre><br>
</blockquote><pre style="margin: 0em;">You would execute two commands.</pre><br>
<pre style="margin: 0em;">buckminster importtargetdefinition my-platform.target
buckminster import my.mspec OR my.cquery</pre><br>
<tt>This setup will might require some redundant information though, since what you require for your TP can be derived from 
the features that you materialize.</tt><br>
<br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>14.09.2009 11:17, Thomas Hallgren kirjutas:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Roland,
The Buckminster command 'importtargetdefinition' will import an eclipse
target definition. The &quot;materialization&quot; as such, is performed the same
way as when you set a target definition from your IDE preferences.</pre><br>
<pre style="margin: 0em;">A true Buckminster materialization can also be used to build a target
platform. That has the advantage that you don't need to specify the
features and bundles that should be included. Buckminster figures that
out by resolving the query. You cannot use an eclipse target definition
as input to this process. Instead, you would set the target platform to
point to an empty directory and use an MSPEC to control which components
that should end up there during materialization. The repositories that
you'd use for input must be defined in an RMAP.</pre><br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 09/14/2009 10:00 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hey,</pre><br>
<pre style="margin: 0em;">Is this possible? how woulod I go about doing this?</pre><br>
</blockquote><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 14 Sep 2009 10:04:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01422.html</guid>
		<author>thomas@xxxxxxx (Thomas Hallgren)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Re: Materializing target platform	from Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01421.html</link>
		<description>Thanks for quick reply. So to get more concrete, let's say I have specified my target platform in my-platform.target definition and I want to materialize a set of products in my workspace against the specified target platform. That is - I want to set the t...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Thanks for quick reply.</pre><br>
<tt>So to get more concrete, let's say I have specified my target platform 
in my-platform.target definition and I want to materialize a set of 
products in my workspace against the specified target platform.</tt><br>
<br>
<tt>That is - I want to set the target platform of my workspace to the one 
defined in my-platform.target and materialize the workspace based on 
some mspec/cquery.</tt><br>
<br>
<tt>What are the steps I would have to perform to achieve that in headless 
mode (e.g. perform one-click set-up of the workspace)?</tt><br>
<br>
<tt>14.09.2009 11:17, Thomas Hallgren kirjutas:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Roland,
The Buckminster command 'importtargetdefinition' will import an eclipse
target definition. The &quot;materialization&quot; as such, is performed the same
way as when you set a target definition from your IDE preferences.</pre><br>
<pre style="margin: 0em;">A true Buckminster materialization can also be used to build a target
platform. That has the advantage that you don't need to specify the
features and bundles that should be included. Buckminster figures that
out by resolving the query. You cannot use an eclipse target definition
as input to this process. Instead, you would set the target platform to
point to an empty directory and use an MSPEC to control which components
that should end up there during materialization. The repositories that
you'd use for input must be defined in an RMAP.</pre><br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 09/14/2009 10:00 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hey,</pre><br>
<pre style="margin: 0em;">Is this possible? how woulod I go about doing this?</pre><br>
</blockquote><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">--
Roland Tepp</pre><br>
]]></content:encoded>
		<pubDate>Mon, 14 Sep 2009 09:33:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01421.html</guid>
		<author>roland@xxxxxxx (Roland Tepp)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Re: Materializing target platform	from Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01420.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>Hi Roland,<br>
The Buckminster command 'importtargetdefinition' will import an eclipse target definition. The &quot;materialization&quot; as 
such, is performed the same way as when you set a target definition from your IDE preferences.</tt><br>
<br>
<tt>A true Buckminster materialization can also be used to build a target platform. That has the advantage that you don't 
need to specify the features and bundles that should be included. Buckminster figures that out by resolving the query. 
You cannot use an eclipse target definition as input to this process. Instead, you would set the target platform to 
point to an empty directory and use an MSPEC to control which components that should end up there during 
materialization. The repositories that you'd use for input must be defined in an RMAP.</tt><br>
<br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 09/14/2009 10:00 AM, Roland Tepp wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hey,</pre><br>
<pre style="margin: 0em;">Is this possible? how woulod I go about doing this?</pre><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 14 Sep 2009 08:17:29 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01420.html</guid>
		<author>thomas@xxxxxxx (Thomas Hallgren)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Materializing target platform from	Eclipse target definition?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01419.html</link>
		<description>Hey, Is this possible? how woulod I go about doing this? -- Roland Tepp </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hey,</pre><br>
<pre style="margin: 0em;">Is this possible? how woulod I go about doing this?</pre><br>
<pre style="margin: 0em;">--
Roland Tepp</pre><br>
]]></content:encoded>
		<pubDate>Mon, 14 Sep 2009 08:00:02 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01419.html</guid>
		<author>roland@xxxxxxx (Roland Tepp)</author>
	</item>


	<item>
		<title>[news.eclipse.tools.buckminster] Re: Use of Headless</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01418.html</link>
		<description>Great! Thank you Thomas. Other than that issue - we are having a great experience - now have some Buckminster headless commands working to deploy and run our generators. Steve </description>
		<content:encoded><![CDATA[<tt>Great! Thank you Thomas. </tt><br>
<br>
<pre style="margin: 0em;">Other than that issue - we are having a great experience - now have some Buckminster headless commands working to deploy and run our generators.</pre><br>
<pre style="margin: 0em;">Steve</pre><br>
]]></content:encoded>
		<pubDate>Thu, 03 Sep 2009 21:54:52 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01418.html</guid>
		<author>sjerman@xxxxxxx (Steve Jerman)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Re: Use of Headless</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01417.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>Hi Steve,<br>
I think this is my fault. I published the Buckminster intended for the RC2 build of Galileo 3.5.1 to the wrong update 
site. I'll try and correct this ASAP.</tt><br>
<br>
<pre style="margin: 0em;">Regards,
Thomas Hallgren</pre><br>
<tt><br>On 09/03/2009 10:09 PM, Steve Jerman wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">I have been trying to get a headless version of Buckminster up and
running with a headless version of Tigerstripe and have run into some
bundle versioning issues.</pre><br>
<pre style="margin: 0em;">If I use the headless commands from a 'full' copy of Eclipse with
Subversive and Tigerstripe installed, I get UI errors from Subversive
(which is I think why you have the headless SVN support).</pre><br>
<pre style="margin: 0em;">Alternatively, if I get the headless version of Buckminster and try to
install all the necessary dependencies for Tigerstripe (in GMF etc). I
get the following error:</pre><br>
<pre style="margin: 0em;">INFO: install '<a  href="http://download.eclipse.org/releases/galileo">http://download.eclipse.org/releases/galileo</a>'
'org.eclipse.uml2'
INFO: install '<a  href="http://download.eclipse.org/releases/galileo">http://download.eclipse.org/releases/galileo</a>'
'org.eclipse.emf.ocl'
INFO: install '<a  href="http://download.eclipse.org/releases/galileo">http://download.eclipse.org/releases/galileo</a>'
'org.eclipse.gmf'
Cannot complete the install because of a conflicting dependency.
[0]Software being installed: Graphical Modeling Framework Runtime
1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b
(org.eclipse.gmf.feature.group
1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b)
[0]Software currently installed: Buckminster 1.1.350.r10546
(org.eclipse.buckminster.cmdline.product 1.1.350.r10546)
[0]Only one of the following can be installed at once: [0.2]OSGi System
Bundle 3.5.1.R35x_v20090817 (org.eclipse.osgi 3.5.1.R35x_v20090817)
[0.2]OSGi System Bundle 3.5.0.v20090520 (org.eclipse.osgi 3.5.0.v20090520)
[0]Cannot satisfy dependency:
[0.2]From: Buckminster 1.1.350.r10546
(org.eclipse.buckminster.cmdline.product 1.1.350.r10546)
[0.2]To: org.eclipse.osgi [3.5.1.R35x_v20090817]
[0]Cannot satisfy dependency:
[0.2]From: Graphical Modeling Framework Runtime
1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b
(org.eclipse.gmf.feature.group
1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b)
[0.2]To: org.eclipse.platform.feature.group [3.3.0,4.0.0)
[0]Cannot satisfy dependency:
[0.2]From: Eclipse Platform
3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ
(org.eclipse.platform.feature.group
3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ)
[0.2]To: org.eclipse.rcp.feature.group
[3.5.0.v20090519-9SA0FwxFv6x089WEf-TWh11]
[0]Cannot satisfy dependency:
[0.2]From: Eclipse RCP 3.5.0.v20090519-9SA0FwxFv6x089WEf-TWh11
(org.eclipse.rcp.feature.group 3.5.0.v20090519-9SA0FwxFv6x089WEf-TWh11)
[0.2]To: org.eclipse.osgi [3.5.0.v20090520]</pre><br>
<pre style="margin: 0em;">Not the OSGI system bundle conflict.</pre><br>
<pre style="margin: 0em;">Do you have any suggestions as to how I could work around this? Do you
think I am better using the full version (in which case do you have a
suggestion as to how to avoid the Subversive UI errors) or using the
Headless version.</pre><br>
<pre style="margin: 0em;">Thanks
Steve
PS: Attached the headless script I used.
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 03 Sep 2009 20:29:16 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01417.html</guid>
		<author>thomas@xxxxxxx (Thomas Hallgren)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.buckminster] Use of Headless</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01416.html</link>
		<description>Hi, I have been trying to get a headless version of Buckminster up and running with a headless version of Tigerstripe and have run into some bundle versioning issues. If I use the headless commands from a 'full' copy of Eclipse with Subversive and Tigerstr...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">I have been trying to get a headless version of Buckminster up and running with a headless version of Tigerstripe and have run into some bundle versioning issues.</pre><br>
<pre style="margin: 0em;">If I use the headless commands from a 'full' copy of Eclipse with Subversive and Tigerstripe installed, I get UI errors from Subversive (which is I think why you have the headless SVN support).</pre><br>
<pre style="margin: 0em;">Alternatively, if I get the headless version of Buckminster and try to install all the necessary dependencies for Tigerstripe (in GMF etc). I get the following error:</pre><br>
<tt>INFO:  install '<a  href="http://download.eclipse.org/releases/galileo">http://download.eclipse.org/releases/galileo</a>' 'org.eclipse.uml2'<br>
INFO:  install '<a  href="http://download.eclipse.org/releases/galileo">http://download.eclipse.org/releases/galileo</a>' 'org.eclipse.emf.ocl'<br>
INFO:  install '<a  href="http://download.eclipse.org/releases/galileo">http://download.eclipse.org/releases/galileo</a>' 'org.eclipse.gmf'<br>
Cannot complete the install because of a conflicting dependency.<br>
[0]Software being installed: Graphical Modeling Framework Runtime 1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b (org.eclipse.gmf.feature.group 1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b)<br>
[0]Software currently installed: Buckminster 1.1.350.r10546 (org.eclipse.buckminster.cmdline.product 1.1.350.r10546)<br>
[0]Only one of the following can be installed at once: 
[0.2]OSGi System Bundle 3.5.1.R35x_v20090817 (org.eclipse.osgi 3.5.1.R35x_v20090817)<br>
[0.2]OSGi System Bundle 3.5.0.v20090520 (org.eclipse.osgi 3.5.0.v20090520)<br>
[0]Cannot satisfy dependency:<br>
[0.2]From: Buckminster 1.1.350.r10546 (org.eclipse.buckminster.cmdline.product 1.1.350.r10546)<br>
[0.2]To: org.eclipse.osgi [3.5.1.R35x_v20090817]<br>
[0]Cannot satisfy dependency:<br>
[0.2]From: Graphical Modeling Framework Runtime 1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b (org.eclipse.gmf.feature.group 1.1.1.v20090114-0940-7d8B0FXwnKwGb15VuKFF0ELpPk0b)<br>
[0.2]To: org.eclipse.platform.feature.group [3.3.0,4.0.0)<br>
[0]Cannot satisfy dependency:<br>
[0.2]From: Eclipse Platform 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ (org.eclipse.platform.feature.group 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ)<br>
[0.2]To: org.eclipse.rcp.feature.group [3.5.0.v20090519-9SA0FwxFv6x089WEf-TWh11]<br>
[0]Cannot satisfy dependency:<br>
[0.2]From: Eclipse RCP 3.5.0.v20090519-9SA0FwxFv6x089WEf-TWh11 (org.eclipse.rcp.feature.group 3.5.0.v20090519-9SA0FwxFv6x089WEf-TWh11)<br>
[0.2]To: org.eclipse.osgi [3.5.0.v20090520]</tt><br>
<br>
<pre style="margin: 0em;">Not the OSGI system bundle conflict.</pre><br>
<pre style="margin: 0em;">Do you have any suggestions as to how I could work around this? Do you think I am better using the full version (in which case do you have a suggestion as to how to avoid the Subversive UI errors) or using the Headless version.</pre><br>
<pre style="margin: 0em;">Thanks
Steve
PS: Attached the headless script I used.</pre><br>
]]></content:encoded>
		<pubDate>Thu, 03 Sep 2009 20:09:33 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.buckminster/msg01416.html</guid>
		<author>sjerman@xxxxxxx (Steve Jerman)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
