<?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.platform.ua</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/maillist.html</link>
		<description>NewsGroup: news.eclipse.platform.ua</description>
		<language>en-us</language>
		<pubDate>Mon, 06 Oct 2008 21:43:08 GMT</pubDate>
		<lastBuildDate>Mon, 06 Oct 2008 21:43:08 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.platform.ua</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.platform.ua/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.platform.ua] Re: eclipse help system</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00697.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>I'm guessing that you have your own product based on Eclipse. There are 
a couple of options:</tt><br>
<br>
<tt>1. Remove the plugins which contribute help to Eclipse from the eclipse 
plugins directory. There 5 plugins all have a plugin name ending in  .doc.</tt><br>
<br>
<pre style="margin: 0em;">OR</pre><br>
<tt>2. Use the HELP_DATA customization. See 
<a  href="http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm">http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm</a> 
and 
<a  href="http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/guide/ua_help_setup_help_data.htm">http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/guide/ua_help_setup_help_data.htm</a></tt><br>
<br>
<tt>Eric Rizzo wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Copying this to the eclipse.platform.ua newsgroup where questions about 
Help usually go.</tt><br>
<br>
<tt>On 10/2/2008 8:23 AM, Giara wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">hi,
How can i manage eclipse help system to show only my own contents.
thanks
giara
</pre></blockquote><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Mon, 06 Oct 2008 21:34:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00697.html</guid>
		<author>cgold@xxxxxxx (Chris Goldthorpe)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.ua] Re: Where to include cheatsheets?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00696.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>I'm not sure why it was done this way, there is no reason not to include 
 cheatsheets in a doc plugin or create a separate plugin for them. I 
don't think that a fragment would be the right solution, fragments seem 
to be only used for localization.</tt><br>
<br>
<tt>Eric Rizzo wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Sorry for the crosss-post, but this might be answered by either the UA, 
JDT, or PDE folks (or all of them).</tt><br>
<br>
<tt>I've noticed that JDT, Platform, and PDE all include cheatsheets. What 
is curious to me is that they are included in the base plugins 
(org.eclipse.jdt, org.eclipse.platform, org.eclipse.pde); it seems that 
cheatsheets really are more appropriate for the ui or doc plugins. Is 
there a particular reason for including them in the base plugins?</tt><br>
<br>
<tt>Also, are there any thoughts about the idea of putting all our 
cheatsheets into a fragment so they are self-contained and together?</tt><br>
<br>
<pre style="margin: 0em;">TIA,
Eric
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Mon, 06 Oct 2008 21:29:46 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00696.html</guid>
		<author>cgold@xxxxxxx (Chris Goldthorpe)</author>
	</item>


	<item>
		<title>[news.eclipse.platform.ua] Workaround and problem ID</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00695.html</link>
		<description>I've got a successful workaround in place. It appears that Eclipse logs the name of the plugin somewhere in an internal cache. My generated plugin folder names contained a version number and date. Each day, the date was incremented, however the version num...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I've got a successful workaround in place.</pre><br>
<tt>It appears that Eclipse logs the name of the plugin somewhere in an 
internal cache. My generated plugin folder names contained a version 
number and date. Each day, the date was incremented, however the version 
number and plugin id (in the manifest) did not change. </tt><br>
<br>
<tt>Eclipse choked on the incremented folder name. There was no way to clear 
the cache - so instead I was forced to uninstall and re-install Eclipse 
each time.</tt><br>
<br>
<tt>To fix the problem, I'm simply generating the help plugins without the 
appended version and date (com.company.product instead of 
com.company.product_v1_20081002) and copying them into the dropins folder. 
Another set of the same plugins are then jarred, and versioned, and sent 
to a shared folder, where they can be picked up by the main build machine. </tt><br>
<br>
<pre style="margin: 0em;">It's run five times in the last four days, and so far I'm five for five.</pre><br>
<pre style="margin: 0em;">Thanks for pointing me in the right direction.</pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 02 Oct 2008 19:32:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00695.html</guid>
		<author>morley.tooke@xxxxxxx (Morley Tooke)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.ua] Re: eclipse help system</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00694.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>Copying this to the eclipse.platform.ua newsgroup where questions about 
Help usually go.</tt><br>
<br>
<tt>On 10/2/2008 8:23 AM, Giara wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">hi,
How can i manage eclipse help system to show only my own contents.
thanks
giara
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 02 Oct 2008 15:27:09 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00694.html</guid>
		<author>eclipse-news@xxxxxxx (Eric Rizzo)</author>
	</item>


	<item>
		<title>[news.eclipse.platform.ua] Where to include cheatsheets?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00693.html</link>
		<description>Sorry for the crosss-post, but this might be answered by either the UA, JDT, or PDE folks (or all of them). I've noticed that JDT, Platform, and PDE all include cheatsheets. What is curious to me is that they are included in the base plugins (org.eclipse.j...</description>
		<content:encoded><![CDATA[<tt>Sorry for the crosss-post, but this might be answered by either the UA, 
JDT, or PDE folks (or all of them).</tt><br>
<br>
<tt>I've noticed that JDT, Platform, and PDE all include cheatsheets. What 
is curious to me is that they are included in the base plugins 
(org.eclipse.jdt, org.eclipse.platform, org.eclipse.pde); it seems that 
cheatsheets really are more appropriate for the ui or doc plugins. Is 
there a particular reason for including them in the base plugins?</tt><br>
<br>
<tt>Also, are there any thoughts about the idea of putting all our 
cheatsheets into a fragment so they are self-contained and together?</tt><br>
<br>
<pre style="margin: 0em;">TIA,
Eric</pre><br>
]]></content:encoded>
		<pubDate>Fri, 26 Sep 2008 16:59:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00693.html</guid>
		<author>eclipse-news@xxxxxxx (Eric Rizzo)</author>
	</item>


	<item>
		<title>[news.eclipse.platform.ua] Re: Infocenter WAR file does not deploy	on JBoss 4.2.1.GA - LogConfigurationExce</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00692.html</link>
		<description>Peter, have you ever found the cause to this issue? I am having the same problems and have not had luck in resolving it so far. </description>
		<content:encoded><![CDATA[<tt>Peter, have you ever found the cause to this issue?  I am having the same 
problems and have not had luck in resolving it so far.</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Thu, 25 Sep 2008 15:06:43 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00692.html</guid>
		<author>matt.holcomb@xxxxxxx (Matt Holcomb)</author>
	</item>


	<item>
		<title>[news.eclipse.platform.ua] Re: Possible to leverage workaround? Set	a unique dropins folder at startup</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00691.html</link>
		<description>Some more followup. Replacing bundles.info with the original file from the install package doesn't fix the problem. Deleting all instances of the cache, and log files where my plugin names show up doesn't work either - Eclipse loads, but does not recognize...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Some more followup.</pre><br>
<tt>Replacing bundles.info with the original file from the install package 
doesn't fix the problem. Deleting all instances of the cache, and log 
files where my plugin names show up doesn't work either - Eclipse loads, 
but does not recognize the new plugins.</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 19 Sep 2008 18:48:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00691.html</guid>
		<author>morley.tooke@xxxxxxx (Morley Tooke)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.ua] Re: Possible to leverage workaround? Set	a unique dropins folder at startup</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00690.html</link>
		<description>Thanks - that's an interesting workaround - I'll take a look at it and see if I can make it work. Regarding your earlier questions, no, I'm not updating the version numbers in manifest.mf. My plugin folder names are timestamped, but the name and version in...</description>
		<content:encoded><![CDATA[<tt>Thanks - that's an interesting workaround - I'll take a look at it and see 
if I can make it work.</tt><br>
<br>
<tt>Regarding your earlier questions, no, I'm not updating the version numbers 
in manifest.mf. My plugin folder names are timestamped, but the name and 
version in the manifest stays the same - since the plugin versions are 
staying constant. I'm not using features, or inserting plugins alongside 
existing plugins. The purpose of this infocenter(IC) is to allow all of 
the writers to view their content in a daily-generated, central IC.</tt><br>
<br>
<tt>re: Bundles.info, yes, I've just now done a &quot;search in files&quot; for my 
plugin names and they appear in two places within the Eclipse 
configuration directory. You used to be able to kill that directory to 
force a clean reboot - however, now you can't.</tt><br>
<br>
<tt>Deleting Bundles.info causes Eclipse to fail on load. Deleting my plugin 
entries out of Bundles.info allows Eclipse to load, but does not reload my 
new plugins. Perhaps there is a parity bit somewhere, or something that 
alerts it to a possible new configuration?</tt><br>
<br>
<tt>Thanks for your help. I'll try messing around with the configuration files 
a little bit more. </tt><br>
<br>
<pre style="margin: 0em;">Mosely</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 19 Sep 2008 18:23:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00690.html</guid>
		<author>morley.tooke@xxxxxxx (Mosely)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.ua] Possible to leverage workaround? Set a	unique dropins folder at startup</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00689.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Mosely,</pre><br>
<pre style="margin: 0em;">I don't know if this would help you work around the issue.</pre><br>
<tt>I found this posting in eclipse.technology.equinox about a parameter 
that lets you specify a second 'watched' directory:<br>
<a  href="http://dev.eclipse.org/newslists/news.eclipse.technology.equinox/msg04819.html">http://dev.eclipse.org/newslists/news.eclipse.technology.equinox/msg04819.html</a><br>
using<br>
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/&lt;your_path_to_shared_dropins_folder&gt;</tt><br>
<br>
<tt>ekke's blog is at: 
<a  href="http://ekkes-corner.blogspot.com/2008/06/eclipse-ganymede-p2-shared.html">http://ekkes-corner.blogspot.com/2008/06/eclipse-ganymede-p2-shared.html</a></tt><br>
<br>
<tt>I haven't thought far enough to see how you could make use of it with 
your automated process and the fact that some things seem to get cached 
and not cleared.</tt><br>
<br>
<pre style="margin: 0em;">Sincerely,
Lee Anne</pre><br>
<tt>Mosely wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>Hello all,</pre><br>
<pre style="margin: 0em;">I've got a similar problem to the below issue.</pre><br>
<pre style="margin: 0em;">The background:</pre><br>
<tt>I've got an automated DITA build that generates Eclipse plugin 
documentation every night at 4am (while I'm at home watching 
infomercials). The generated plugins work great when I place them in the 
dropins folder - so I know that my plugins are ok. The automated build 
starts by killing the infocenter process. Then, the DITA build runs and 
eventually the output plugins are copied to the dropins folder (which is 
initially cleaned out by deleting the previous night's plugins). Then, 
when the build completes, the infocenter is launched again using the 
-clean option.</tt><br>
<br>
<pre style="margin: 0em;">Here's the problem:</pre><br>
<tt>On a brand new eclipse install, this process works perfectly. I show up 
the next day at work and the infocenter is alive, and contains my built 
plugins. The next day after that, the infocenter is alive, but does not 
contain my plugins - despite the fact that the DITA build was successful 
and the new plugins are in the dropins folder.<br>
So the problem it seems, is that the dropins folder does not get 
rescanned every time the infocenter restarts, or for that matter, every 
time Eclipse starts. I'm wondering if the names of my plugins are cached 
somewhere, so that the new plugins are creating collisions when they are 
added? Debug doesn't tell me anythihng.</tt><br>
<br>
<tt>Also note that the -clean option doesn't seem to work any more. The only 
remedy is to delete the Eclipse installation, and re-install every 
single day.</tt><br>
<br>
<pre style="margin: 0em;">Thanks for your help.</pre><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 19 Sep 2008 17:51:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00689.html</guid>
		<author>nospam_kowalskilee@xxxxxxx (Lee Anne)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.ua] Re: Dropins folder not being rescanned</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00688.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Mosely,</pre><br>
<tt>When you refresh your plug-ins, do you update the manifest info and 
version number in the MANIFEST.MF file?</tt><br>
<br>
<tt>About -clean: I've been seeing other postings on some of the other 
newsgroups (e.g., eclipse.technology.equinox) where other people are 
having troubles using dropins and -clean doesn't help them. I don't know 
the answer about whether -clean behavior has changed in 3.4.</tt><br>
<br>
<tt>Based on one of the threads on eclipse.technology.equinox where someone 
mentioned the bundles.info file, I did locate the following file:<br>
eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info</tt><br>
<br>
<tt>That file contains a listing of plug-ins/bundles, including the ones in 
my dropins directory. It has clearly cached the list of bundles.</tt><br>
<br>
<tt>You might try looking for more info about the bundles.info file to learn 
more. I will say that I've seen some Bugzilla bugs related to &quot;bundle 
pool&quot; that seem to be related to this behavior.</tt><br>
<br>
<pre style="margin: 0em;">Hope this helps,
Lee Anne</pre><br>
<tt><br>Mosely wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>Hello all,</pre><br>
<pre style="margin: 0em;">I've got a similar problem to the below issue.</pre><br>
<pre style="margin: 0em;">The background:</pre><br>
<tt>I've got an automated DITA build that generates Eclipse plugin 
documentation every night at 4am (while I'm at home watching 
infomercials). The generated plugins work great when I place them in the 
dropins folder - so I know that my plugins are ok. The automated build 
starts by killing the infocenter process. Then, the DITA build runs and 
eventually the output plugins are copied to the dropins folder (which is 
initially cleaned out by deleting the previous night's plugins). Then, 
when the build completes, the infocenter is launched again using the 
-clean option.</tt><br>
<br>
<pre style="margin: 0em;">Here's the problem:</pre><br>
<tt>On a brand new eclipse install, this process works perfectly. I show up 
the next day at work and the infocenter is alive, and contains my built 
plugins. The next day after that, the infocenter is alive, but does not 
contain my plugins - despite the fact that the DITA build was successful 
and the new plugins are in the dropins folder.<br>
So the problem it seems, is that the dropins folder does not get 
rescanned every time the infocenter restarts, or for that matter, every 
time Eclipse starts. I'm wondering if the names of my plugins are cached 
somewhere, so that the new plugins are creating collisions when they are 
added? Debug doesn't tell me anythihng.</tt><br>
<br>
<tt>Also note that the -clean option doesn't seem to work any more. The only 
remedy is to delete the Eclipse installation, and re-install every 
single day.</tt><br>
<br>
<pre style="margin: 0em;">Thanks for your help.</pre><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 19 Sep 2008 17:43:43 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.ua/msg00688.html</guid>
		<author>nospam_kowalskilee@xxxxxxx (Lee Anne)</author>
	</item>

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