<?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.rt</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/maillist.html</link>
		<description>NewsGroup: news.eclipse.rt</description>
		<language>en-us</language>
		<pubDate>Wed, 02 Sep 2009 19:43:04 GMT</pubDate>
		<lastBuildDate>Wed, 02 Sep 2009 19:43:04 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.rt</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.rt/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.rt] Re: Basic questions about the Job class</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00021.html</link>
		<description>Jobs are similar to Runnable but are connected to a scheduling system that allocates them to threads automatically. In your They may run either sequentially or concurrently, since you haven't expressed any dependency between these three jobs. For a more de...</description>
		<content:encoded><![CDATA[<tt>Sunny wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>1. Can I think of org.eclipse.core.runtime.jobs.Job as Java Runnable?
</tt></blockquote><tt><br>Jobs are similar to Runnable but are connected to a scheduling system 
that allocates them to threads automatically. In your</tt><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>2. If I have:</pre><br>
<pre style="margin: 0em;">  MyJob1 a = new MyJob1();
  MyJob2 b = new MyJob2();
  MyJob3 c = new MyJob3();
  a.schedule();
  b.schedule();
  c.schedule();</pre><br>
<tt>Will a, b, and c be running in the same worker thread sequentially?
</tt></blockquote><tt><br>They may run either sequentially or concurrently, since you haven't 
expressed any dependency between these three jobs. For a more detailed 
answer see the documentation:</tt><br>
<br>
<pre style="margin: 0em;"><a  href="http://help.eclipse.org/galileo/topic/org.eclipse.platform.doc.isv/guide/runtime_jobs.htm">http://help.eclipse.org/galileo/topic/org.eclipse.platform.doc.isv/guide/runtime_jobs.htm</a></pre><br>
<pre style="margin: 0em;">John</pre><br>
]]></content:encoded>
		<pubDate>Wed, 02 Sep 2009 19:28:04 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00021.html</guid>
		<author>eclipseng@xxxxxxx (John Arthorne)</author>
	</item>


	<item>
		<title>[news.eclipse.rt] Basic questions about the Job class</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00020.html</link>
		<description>Hi, I am new to the Eclipse Job API and have a few basic questions. 1. Can I think of org.eclipse.core.runtime.jobs.Job as Java Runnable? 2. If I have: MyJob1 a = new MyJob1(); MyJob2 b = new MyJob2(); MyJob3 c = new MyJob3(); a.schedule(); b.schedule(); c...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">I am new to the Eclipse Job API and have a few basic questions.</pre><br>
<pre style="margin: 0em;">1. Can I think of org.eclipse.core.runtime.jobs.Job as Java Runnable?</pre><br>
<pre style="margin: 0em;">2. If I have:</pre><br>
<pre style="margin: 0em;">  MyJob1 a = new MyJob1();
  MyJob2 b = new MyJob2();
  MyJob3 c = new MyJob3();
  a.schedule();
  b.schedule();
  c.schedule();</pre><br>
<tt>Will a, b, and c be running in the same worker thread sequentially? Or 
will they be running in 3 threads in parallel? If the former is true, what 
is the general mechanism to run different jobs in different threads 
parallelly? Can you please give an example?</tt><br>
<br>
<pre style="margin: 0em;">Thanks in advance!</pre><br>
<pre style="margin: 0em;">Sunny</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Wed, 26 Aug 2009 02:40:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00020.html</guid>
		<author>kun.wang@xxxxxxx (Sunny )</author>
	</item>


	<item>
		<title>[news.eclipse.rt] equinox experience reports</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00019.html</link>
		<description>We are beginning to organize two EclipseRT Days in Austin and Toronto. The goal of the EclipseRT Day is to share best practices of using Equinox and the associated EclipseRT technology, like RAP, EclipseLink, RCP, etc. As part of the agenda we would like t...</description>
		<content:encoded><![CDATA[<pre>We are beginning to organize two EclipseRT Days in Austin and Toronto.  The 
goal of the EclipseRT Day is to share best practices of using Equinox and 
the associated EclipseRT technology, like RAP, EclipseLink, RCP, etc.   As 
part of the agenda we would like to have a number of end-user experience 
reports.

If you work at an end-user organization, building Equinox based applications 
and would like to share your experiences, please get in touch with me at ian 
DOT skerrett AT eclipse DOT org.

Thanks
Ian



</pre>]]></content:encoded>
		<pubDate>Tue, 18 Aug 2009 15:03:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00019.html</guid>
		<author>ian.skerrett@xxxxxxx (Ian Skerrett)</author>
	</item>


	<item>
		<title>[news.eclipse.rt] PDE API Tools</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00018.html</link>
		<description>Hi Folks, Apologies for the cross post. I tried posting to eclipse.pde but I was not authorized to do so. I'm trialling the pde api tools for use within our organization and I'm seeing some behavior that I dont understand. Hopefully someone will be able to...</description>
		<content:encoded><![CDATA[<pre>Hi Folks,

Apologies for the cross post.  I tried posting to eclipse.pde but I was not
authorized to do so.

I'm trialling the pde api tools for use within our organization and I'm
seeing some behavior that I dont understand.  Hopefully someone will be able
to explain the rational.

I have a reference plugin v1.0.0 (my baseline)

I have a separate identical copy of that plugin imported into my workspace
(the working copy).

I create a baseline using the reference copy.

I enable the working copy for api analysis.

And I immediately get an error stating:-

&quot;The minor version should be incremented in version 1.0.0.qualifier, since
new APIs have been added since version 1.0.0.qualifier.&quot;

But I havent yet changed the plugin at all.

I would not expect this sort of error to appear until I make the first
change.  Is this an incorrect expectation?  If so, why?

Mnay thanks
_Paul





</pre>]]></content:encoded>
		<pubDate>Thu, 25 Jun 2009 16:21:52 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00018.html</guid>
		<author>warren_paul@xxxxxxx (Paul Warren)</author>
	</item>


	<item>
		<title>[news.eclipse.rt] 	Re: org.eclipse.core.runtime.compatibility.registry</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00017.html</link>
		<description>This fragment uses a classpath trick to replace some of the class files in its host. That only work with unzipped bundles. I'd say if the application needs the org.eclipse.core.runtime.compatibility.registry fragment, then that fragment has to be supplied ...</description>
		<content:encoded><![CDATA[<pre>This fragment uses a classpath trick to replace some of the class files in 
its host. That only work with unzipped bundles.

I'd say if the application needs the 
org.eclipse.core.runtime.compatibility.registry fragment, then that fragment 
has to be supplied as a folder. However, not all bundles need it, so if you 
are dealing with a &quot;closed&quot; set of plugins, then you can test/update those 
plugins to the point where they don't need compatibility fragment.

Sincerely,
Oleg Besedin

&quot;Paul Warren&quot; &lt;warren_paul@xxxxxxx&gt; wrote in message 
<a  href="news:h1o2su$p3$1@xxxxxxxxxxxxxxxxxxxx">news:h1o2su$p3$1@xxxxxxxxxxxxxxxxxxxx</a>
&gt; Hi Folks,
&gt;
&gt; I've done a bit of googling but cant find any specific 
&gt; reasons/justifications for this.
&gt;
&gt; I'm trying to work out why org.eclipse.core.runtime.compatibility.registry 
&gt; is deployed as a folder as opposed to a jar.
&gt;
&gt; Some internal customers for a servletbridge-based product are asking me if 
&gt; we can deploy this frgament as a jar.  Is this possible or is there a 
&gt; reason why it is unpacked to a folder?
&gt;
&gt; Many thanks
&gt; _Paul
&gt;
&gt;
&gt;
&gt;
&gt; 



</pre>]]></content:encoded>
		<pubDate>Mon, 22 Jun 2009 17:36:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00017.html</guid>
		<author>obesedin@xxxxxxx (Oleg Besedin)</author>
	</item>
	<item>
		<title>[news.eclipse.rt] org.eclipse.core.runtime.compatibility.registry</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00016.html</link>
		<description>Hi Folks, I've done a bit of googling but cant find any specific reasons/justifications for this. I'm trying to work out why org.eclipse.core.runtime.compatibility.registry is deployed as a folder as opposed to a jar. Some internal customers for a servletb...</description>
		<content:encoded><![CDATA[<pre>Hi Folks,

I've done a bit of googling but cant find any specific 
reasons/justifications for this.

I'm trying to work out why org.eclipse.core.runtime.compatibility.registry 
is deployed as a folder as opposed to a jar.

Some internal customers for a servletbridge-based product are asking me if 
we can deploy this frgament as a jar.  Is this possible or is there a reason 
why it is unpacked to a folder?

Many thanks
_Paul






</pre>]]></content:encoded>
		<pubDate>Mon, 22 Jun 2009 14:02:05 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00016.html</guid>
		<author>warren_paul@xxxxxxx (Paul Warren)</author>
	</item>


	<item>
		<title>[news.eclipse.rt] Starting eclipse with Java in the same JVM</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00015.html</link>
		<description>Hi you, I have somewhere in my filesystem a path a eclipse-installation. I want to start this new eclipse in a Javaprogram. I also want eclipse to use the same VM as the Javaprogram in which I start. How can I do this? </description>
		<content:encoded><![CDATA[<tt>Hi you, </tt><br>
<br>
<pre style="margin: 0em;">I have somewhere in my filesystem a path a eclipse-installation.</pre><br>
<tt>I want to start this new eclipse in a Javaprogram. I also want eclipse to 
use the same VM as the Javaprogram in which I start.</tt><br>
<br>
<pre style="margin: 0em;">How can I do this?</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 29 May 2009 08:29:06 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00015.html</guid>
		<author>markus.oley@xxxxxxx (Markus Oley)</author>
	</item>


	<item>
		<title>[news.eclipse.rt] Re: Missing class	&quot;org.eclipse.core.runtime.IStatus&quot;</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00014.html</link>
		<description>Hello, I found the class in plugin org.eclipse.equinox.common. I looked for the class a long time before I wrote the question, but found it soon after I sent it. Mike </description>
		<content:encoded><![CDATA[<tt>Hello, </tt><br>
<br>
<tt>I found the class in plugin org.eclipse.equinox.common. I looked for the 
class a long time before I wrote the question, but found it soon after I 
sent it.</tt><br>
<br>
<pre style="margin: 0em;">Mike</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Sun, 19 Apr 2009 22:49:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00014.html</guid>
		<author>mikegr@xxxxxxx (Michael Greifeneder)</author>
	</item>
	<item>
		<title>[news.eclipse.rt] Missing class &quot;org.eclipse.core.runtime.IStatus&quot;</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00013.html</link>
		<description>Hello, The plugin org.eclipse.core.runtime_3.4.0.v20080512.jar from version Eclipse 3.4.2 doesn't contain a class org.eclipse.core.runtime.IStatus I don't know which Eclipse distro I downloaded. But it's definitely not in package RCP binary distriubtion 3....</description>
		<content:encoded><![CDATA[<tt>Hello, </tt><br>
<br>
<tt>The plugin 
org.eclipse.core.runtime_3.4.0.v20080512.jar 
from version Eclipse 3.4.2 
doesn't contain a class</tt><br>
<br>
<pre style="margin: 0em;">org.eclipse.core.runtime.IStatus</pre><br>
<tt>I don't know which Eclipse distro I downloaded. But it's definitely not in 
package RCP binary distriubtion 3.4.2 and 3.4.1 for linux/gtk/x86.</tt><br>
<br>
<tt>Has it moved or is this a bug? JavaDoc in release 3.4 does mention the 
class.</tt><br>
<br>
<tt>Regards, </tt><br>
<br>
<pre style="margin: 0em;">Mike</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Sun, 19 Apr 2009 20:17:41 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00013.html</guid>
		<author>mikegr@xxxxxxx (Michael Greifeneder)</author>
	</item>


	<item>
		<title>[news.eclipse.rt] Any interest in helping standardize eRCP</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00012.html</link>
		<description>As you may be aware, the OSGi alliance has kicked off a project to standardize eRCP. Since eRCP is already an existing project, the effort is mostly around making an &amp;quot;official&amp;quot; spec of the eRCP components that are not already part of standards, and produci...</description>
		<content:encoded><![CDATA[<pre>As you may be aware, the OSGi alliance has kicked off a project to 
standardize eRCP. Since eRCP is already an existing project, the effort is 
mostly around making an &quot;official&quot; spec of the eRCP components that are not 
already part of standards, and producing an official test suite that ensures 
compliance to the spec. The goal is to release the completed spec and TCK in 
alignment with release of eRCP 1.3 this coming July.

This should not be a huge effort as most of the spec can already be derived 
from existing JavaDoc and the bulk of the API tests are already in Eclipse. 
The work is to fill in some missing specification text and test cases. The 
standardization group may also influence what new function will be put into 
eRCP 1.3.

Having eRCP be an official standard may ease its adoption with mobile 
service providers who are looking to upgrade from the JME MIDP standard, but 
are leary of going with a non standardized open source project.  Providing 
the missing test cases will also directly help the Eclipse community by 
providing better test coverage for core components. As always, we are 
looking for a few good people to assist with this work so we can keep it on 
schedule. Please let me know if you would like to help or can recommend 
places to post this information where interested parties may see it.

            Thanks,
                  Mark 



</pre>]]></content:encoded>
		<pubDate>Tue, 10 Feb 2009 19:57:06 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.rt/msg00012.html</guid>
		<author>rogalski@xxxxxxx (Mark Rogalski)</author>
	</item>

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