<?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.pde</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/maillist.html</link>
		<description>NewsGroup: news.eclipse.platform.pde</description>
		<language>en-us</language>
		<pubDate>Fri, 03 Jul 2009 21:03:57 GMT</pubDate>
		<lastBuildDate>Fri, 03 Jul 2009 21:03:57 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.pde</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.pde/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.platform.pde] Create a Feature - &quot;Included Features&quot;	what for?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01895.html</link>
		<description>Hey all, just one question concerning the &amp;quot;Included Features&amp;quot; section when defining a feature. What is this setting for? In my project, i have several features defined. For a more convenient usage, i've created a &amp;quot;master feature&amp;quot;, which declares no plugins...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hey all,</pre><br>
<tt>just one question concerning the &quot;Included Features&quot; section when 
defining a feature. What is this setting for?</tt><br>
<br>
<tt>In my project, i have several features defined. For a more convenient 
usage, i've created a &quot;master feature&quot;, which declares no plugins but 
includes only all these single features. When i create an update site 
with this &quot;master feature&quot;, it is possible to both the &quot;master feature&quot; 
and all contained features...</tt><br>
<br>
<tt>But what i want is just a single &quot;master feature&quot; to install, which 
hides all other features. Is this possible, or should a add every plugin 
of every single feature in order to create such a &quot;master feature&quot;.</tt><br>
<br>
<pre style="margin: 0em;">Thanks
Timothy</pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 20:52:54 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01895.html</guid>
		<author>timothymarc@xxxxxxx (Timothy Marc)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] Re: Building non-RCP osgi application</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01894.html</link>
		<description>You can still use product definitions to build vanilla OSGi applications! What's the problem with the product definitions? In 3.5, we did a lot of work to make sure you didn't have to explicitly be tied to RCP to use products in OSGi application. For examp...</description>
		<content:encoded><![CDATA[<tt>Kyle Neumeier wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Hi,<br>
I am a developer on a server-side (non-RCP) osgi project in which we 
have developed about 10-12 osgi bundles that consist of our 
application.  In addition we have about 50 dependencies or so that 
reside in our target platform.  It is easy to run the application from 
within eclipse using run configuration. My problem is that I cannot 
figure out a good way to export our application (10-12 bundles that we 
have developed) along with the dependencies in our target platform to a 
a folder with the eclipse structure (plugins folder and an executable to 
get things going).</tt><br>
<br>
<tt>I have developed RCP applications in the past, and it was relatively 
easy to do an export: just create a new product file, configure the 
product file and hit export.  The problem is that the product file 
requires me to point to an &quot;eclipse application&quot;, which I do not have 
(since I am not developing an RCP app).  I just want it to export all 
the plugins to a folder and give me an executable that I can use to 
start the osgi bundles. Any suggestions?
</tt></blockquote><tt><br>You can still use product definitions to build vanilla OSGi 
applications! What's the problem with the product definitions? In 3.5, 
we did a lot of work to make sure you didn't have to explicitly be tied 
to RCP to use products in OSGi application. For example, there's options 
now to not even include native artifacts when you export. Also, the 
&quot;application&quot; and &quot;product&quot; fields are optional now. In your case, I 
think you need the application field filled out and include the delta 
pack... that should give you the launchers.</tt><br>
<br>
<pre style="margin: 0em;">Also, be aware of this bug:
     <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=281224">https://bugs.eclipse.org/bugs/show_bug.cgi?id=281224</a></pre><br>
<pre style="margin: 0em;">Cheers,</pre><br>
<pre style="margin: 0em;">Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
<a  href="http://twitter.com/eclipsesource">http://twitter.com/eclipsesource</a> | <a  href="http://twitter.com/caniszczyk">http://twitter.com/caniszczyk</a></pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 17:45:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01894.html</guid>
		<author>zx@xxxxxxx (Chris Aniszczyk)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] Building non-RCP osgi application</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01893.html</link>
		<description>Hi, I am a developer on a server-side (non-RCP) osgi project in which we have developed about 10-12 osgi bundles that consist of our application. In addition we have about 50 dependencies or so that reside in our target platform. It is easy to run the appl...</description>
		<content:encoded><![CDATA[<tt>Hi,<br>
I am a developer on a server-side (non-RCP) osgi project in which we have 
developed about 10-12 osgi bundles that consist of our application.  In 
addition we have about 50 dependencies or so that reside in our target 
platform.  It is easy to run the application from within eclipse using run 
configuration. My problem is that I cannot figure out a good way to export 
our application (10-12 bundles that we have developed) along with the 
dependencies in our target platform to a a folder with the eclipse 
structure (plugins folder and an executable to get things going).</tt><br>
<br>
<tt>I have developed RCP applications in the past, and it was relatively easy 
to do an export: just create a new product file, configure the product 
file and hit export.  The problem is that the product file requires me to 
point to an &quot;eclipse application&quot;, which I do not have (since I am not 
developing an RCP app).  I just want it to export all the plugins to a 
folder and give me an executable that I can use to start the osgi bundles. 
Any suggestions?<br>
Thanks,<br>
Kyle</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 14:48:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01893.html</guid>
		<author>kyle@xxxxxxx (Kyle Neumeier)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] Weird PDE behavior in 3.5</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01892.html</link>
		<description>Hello, I am trying to move my IDE environment from Eclipse 3.4 to 3.5 and we are having a very strange problem related to Reqire-Bundle header. Workspace being exactly the same that was uesd in Eclipse 3.4, we are getting &amp;quot;Unsatisfied version constraintot;...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt>I am trying to move my IDE environment from Eclipse 3.4 to 3.5 and we 
are having a very strange problem related to Reqire-Bundle header.</tt><br>
<br>
<tt>Workspace being exactly the same that was uesd in Eclipse 3.4, we are 
getting &quot;Unsatisfied version constraint&quot; errors on one of our plug-ins.</tt><br>
<br>
<tt>The error appears only for this one project and only if we add one 
specific bundle to the Require-Bundle list (no matter if we restrict it 
to one specific bundle or not)</tt><br>
<br>
<tt>There is nothing special about either of the plug-ins and this exact 
setup worked (and still works) without problems in Eclipse 3.4</tt><br>
<br>
<tt>Basically as soon as we include the &quot;wrong&quot; bundle in Require-Bundle 
list, all the bundles there will marked with &quot;Unsatisfied version 
constraint&quot; error.</tt><br>
<br>
<tt>Also - the weirdest part is that the &quot;wrong&quot; bundle is required by many 
other bundles as well, where it dies not seem to cause any problems.</tt><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 12:18:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01892.html</guid>
		<author>roland@xxxxxxx (Roland Tepp)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] Multiple Projects,	actions and dependencies</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01891.html</link>
		<description>Hi, I'm developping a modeler using GMF, but my issue seems to be a generic eclipse plugin issue. I have one Diagram project, that is generated by GMF. I want to create specific actions on the diagrams, so I created a specific plugin project for my actions...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<tt>I'm developping a modeler using GMF, but my issue seems to be a generic 
eclipse plugin issue.</tt><br>
<br>
<pre style="margin: 0em;">I have one Diagram project, that is generated by GMF.</pre><br>
<tt>I want to create specific actions on the diagrams, so I created a specific 
plugin project for my actions only, in order to separate the generated 
code from the custom code.</tt><br>
<br>
<tt>I have an export action in that separate plugin, I see the menu entry in 
the diagram, but when I want to launch it, it says it cannot instantiate 
my class.</tt><br>
<br>
<tt>Is it possible to have multiple plugins interracting like that ? (one for 
the view part, one for the actions on the view)</tt><br>
<br>
<pre style="margin: 0em;">If yes, how do I do that ?</pre><br>
<pre style="margin: 0em;">Thanks !</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 12:12:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01891.html</guid>
		<author>rodolphe.beck@xxxxxxx (Rodolphe Beck)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] Re: [visualization] Unable to update</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01890.html</link>
		<description>Any updates? </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Any updates?</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 10:49:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01890.html</guid>
		<author>madhu.samuel@xxxxxxx (Madhu Samuel)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] P2 update failing in Workbench-based	product</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01889.html</link>
		<description> Hi all, I've got a 3.4 application that was using classic updates. I've switched to 3.5, and am now adopting p2. I build and export my feature-based product (including metadata repository). I'm then unsure about how updates should work. I'm aware that the...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">[mistakenly posted to RCP yesterday - posting to correct newsgroup today]</pre><br>
<pre style="margin: 0em;">Hi all,
I've got a 3.4 application that was using classic updates.</pre><br>
<pre style="margin: 0em;">I've switched to 3.5, and am now adopting p2.</pre><br>
<tt>I build and export my feature-based product (including metadata 
repository). I'm then unsure about how updates should work.</tt><br>
<br>
<tt>I'm aware that the deploy stage creates a repository.  If I update the 
software, and re-do the export phase an updated repository is created.</tt><br>
<br>
<tt>If I open a deployed application, and select 'Check for updates', it 
doesn't find anything ('there is nothing to update').  If I explicitly add 
the repository (via the update section of preferences), no updates are 
found, but if I 'install new software' and clear the 'group items by 
category' option I can see the updated features.  If I then select 'next', 
my app correctly establishes that it's actually performing an update but 
not an install, but then fails.</tt><br>
<br>
<tt>The failure indicates it can't install the updated features, because my 
application depends on the existing versions:</tt><br>
<br>
<tt>===========================<br>
Your original request has been modified.<br>
 &quot;Combined Maritime Analysis Platform plugins&quot; is already installed, so 
an update will be performed instead.<br>
 &quot;Debrief-specific plugins&quot; is already installed, so an update will be 
performed instead.<br>
Cannot complete the install because of a conflicting dependency.<br>
 Software being installed: Combined Maritime Analysis Platform plugins 
1.0.6.200907021610 (org.mwc.cmap.combined.feature.feature.group 
1.0.6.200907021610)<br>
 Software currently installed: DebriefNG 3.0.0 (DebriefNG 3.0.0)<br>
 Only one of the following can be installed at once:     
org.mwc.cmap.combined.feature_root 1.0.5.200907021600<br>
   org.mwc.cmap.combined.feature_root 1.0.6.200907021610<br>
 Cannot satisfy dependency:<br>
   From: DebriefNG 3.0.0 (DebriefNG 3.0.0)<br>
   To: org.mwc.cmap.combined.feature.feature.group [1.0.5.200907021600]<br>
 Cannot satisfy dependency:<br>
   From: Combined Maritime Analysis Platform plugins 1.0.5.200907021600 
(org.mwc.cmap.combined.feature.feature.group 1.0.5.200907021600)<br>
   To: org.mwc.cmap.combined.feature_root [1.0.5.200907021600]<br>
 Cannot satisfy dependency:<br>
   From: Combined Maritime Analysis Platform plugins 1.0.6.200907021610 
(org.mwc.cmap.combined.feature.feature.group 1.0.6.200907021610)<br>
   To: org.mwc.cmap.combined.feature_root [1.0.6.200907021610]<br>
============================</tt><br>
<br>
<tt>I'd appreciate any tips on what is actually happening here. Do I have to 
amend my product to say that it can take updates versions of it's features?</tt><br>
<br>
<pre style="margin: 0em;"><br>cheers,
Ian</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 08:17:58 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01889.html</guid>
		<author>IanMayo@xxxxxxx (ian mayo)</author>
	</item>


	<item>
		<title>[news.eclipse.platform.pde] Re: Headless signing just our JARs</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01888.html</link>
		<description>Hello Mike, Maybe this page can help you to exclude Eclipse jars from signing: http://wiki.eclipse.org/JarProcessor_Options using &amp;quot;sign.excludes&amp;quot; option. Hope that helps Mickael </description>
		<content:encoded><![CDATA[<tt>I'm interested in the same thing. sign.excludes looks promising, only I 
don't want to have to write a property entry that has a comma delimited 
list of every JAR that is not ours. Especially when that list might 
change if I add another Eclipse dependency in a feature somewhere. It 
doesn't look like wildcards are supported.  Is there any other magic I 
can use here?</tt><br>
<br>
<pre style="margin: 0em;">Thanks
Ben</pre><br>
<tt>Mickael Istria wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>msacarny a &#xE9;crit :
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>We have an RCP Product based on 3.5M6 SDK that we build headlessly. I 
can turn on JAR signing with the following build.properties:<br>
jarProcessor.unsign = true<br>
signJars=true<br>
sign.alias=&lt;alias&gt;<br>
sign.keystore=&lt;path to keystore&gt;<br>
sign.storepass=&lt;storepass&gt;<br>
sign.keypass=&lt;keypass&gt;</tt><br>
<br>
<tt>This builds our product (and incidentally its P2 repository) but 
results in replacement of most Eclipse signatures with our own. I 
would rather leave Eclipse signatures alone, as they are trusted and 
replacing them takes time. Is there a straightforward way to have PDE 
just sign our JARs, resulting in a signed Product and its repository?</tt><br>
<br>
<pre style="margin: 0em;">Thanks,
Mike</pre><br>
</blockquote><pre style="margin: 0em;"><br>Hello Mike,</pre><br>
<tt>Maybe this page can help you to exclude Eclipse jars from signing: 
<a  href="http://wiki.eclipse.org/JarProcessor_Options">http://wiki.eclipse.org/JarProcessor_Options</a> using &quot;sign.excludes&quot; option.</tt><br>
<br>
<pre style="margin: 0em;">Hope that helps
Mickael
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 02 Jul 2009 18:14:21 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01888.html</guid>
		<author>bvitale3002@xxxxxxx (Ben Vitale)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] want to use/extend a javascript editor	in my perspective</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01887.html</link>
		<description>I am creating some plugins that will include a new perspective that has some new editors and views that I will create, but I also need a simple javascript editor and would prefer to use an existing one. It is possible that I won't even need to extend it, b...</description>
		<content:encoded><![CDATA[<pre>I am creating some plugins that will include a new perspective that has 
some new editors and views that I will create, but I also need a simple 
javascript editor and would prefer to use an existing one.  It is 
possible that I won't even need to extend it, but it would be great if I 
could.  The only thing is that the input will not be a file but a 
snippet of javascript that I need to feed in via a string.  I see that 
in my stock eclipse environment there is a javascript editor, but I 
don't know the plug id for this so I can use it, and I don't know where 
to look to figure out how to make the input not read from a file.  For 
that matter, I am wondering if there is an available open source plug in 
that implements a basic javascript editor that I could use.  Any 
help/thoughts?

As you might notice, I'm a newbie to Eclipse plug-in programming, and if 
I am in the wrong forum please feel free to point me elsewhere...

</pre>]]></content:encoded>
		<pubDate>Thu, 02 Jul 2009 17:24:34 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01887.html</guid>
		<author>beachdog@xxxxxxx (Dave Horton)</author>
	</item>
	<item>
		<title>[news.eclipse.platform.pde] PDE Build, p2 &amp; bundles.info</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01886.html</link>
		<description>I am trying to automate the build, using pde build, of a p2-enabled, 3.4 version of Simon's servletbridge. By manual assembly and configuration I have a working version of the servletbridge using 3.4 bundles and p2-enbaled. Using the osgi console api I can...</description>
		<content:encoded><![CDATA[<pre>I am trying to automate the build, using pde build, of a p2-enabled, 3.4 
version of Simon's servletbridge.

By manual assembly and configuration I have a working version of the 
servletbridge using 3.4 bundles and p2-enbaled.  Using the osgi console api 
I can provision new bundles into the system using p2.  This is excellent.

But I know need to automate the build of this product.

To some extent I've been able to do this.  I have a build script that uses 
pde build to build a root feature, p2 generator to generate  p2 metadata and 
artifact repositories and p2 director to install the root feature into my 
webapp structure.  This also generates the p2 profile.

What I dont know is how to deal with the bundles.info file.

Is the p2 director app meant to generate it for me?

How do you manage this yourselves for the various eclipse products that you 
now build; j2ee, classic, etc?

Thanks in advance
_Paul



</pre>]]></content:encoded>
		<pubDate>Thu, 02 Jul 2009 15:31:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.pde/msg01886.html</guid>
		<author>warren_paul@xxxxxxx (Paul Warren)</author>
	</item>

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