<?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.technology.m2e</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/maillist.html</link>
		<description>NewsGroup: news.eclipse.technology.m2e</description>
		<language>en-us</language>
		<pubDate>Thu, 10 Sep 2009 20:10:23 GMT</pubDate>
		<lastBuildDate>Thu, 10 Sep 2009 20:10: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.technology.m2e</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.technology.m2e/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00432.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>I would probably look at Tycho target platform management wiki [1] and 
corresponding sample application [2].</tt><br>
<br>
<tt><br>[1] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a><br>
[2] <a  href="http://svn.sonatype.org/m2eclipse/tycho/trunk/tycho-demo/itp01/">http://svn.sonatype.org/m2eclipse/tycho/trunk/tycho-demo/itp01/</a></tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Ok so first step is to make the TychoDemo work and then somehow use 
Thycho to solve dependencies between the  MANIFEST.MF file and the 
pom.xml file?</tt><br>
<br>
<tt><br>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8bhpp$lu1$1@xxxxxxxxxxxxxxxxxxxx">news:h8bhpp$lu1$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>In short, there is no universally correct mapping between Maven and 
OSGi/Eclipse dependencies.</tt><br>
<br>
<tt>Transitive resolution works differently. OSGi import/export package 
and classpath visibility rules have no analog in Maven at all. To name 
a couple of differences. Besides, dependencies defined both in pom.xml 
and manifest.mf will be quite laborious to keep in sync for lager 
projects.</tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Ok maybe I am missing the big picture here. In the PDE example an 
application is created that uses the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<tt><br>To do this the following dependencies are defined in the MANIFEST.MF 
file:</tt><br>
<br>
<pre style="margin: 0em;"> org.eclipse.ui (3.5.0)
 org.eclipse.core.runtime (3.5.0)</pre><br>
<tt>So basically as I understand it should just be a matter of defining 
those dependencies in the pom.xml file, end of story.</tt><br>
<br>
<pre style="margin: 0em;">Why go to greater lengths than  this?</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx">news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Have a look at Tycho project [1], which provides set of Maven 
extensions and plugins to build PDE projects with Maven. In 
particular, look at sample application that shows P2-based target 
platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a> </tt><br>
<br>
<pre style="margin: 0em;"><br>--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE 
project. I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I 
cannot find them using the build in dependency manager.
</tt></blockquote></blockquote><br>
</blockquote></blockquote><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 20:01:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00432.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00431.html</link>
		<description>Ok so first step is to make the TychoDemo work and then somehow use Thycho to solve dependencies between the MANIFEST.MF file and the pom.xml file? &amp;quot;Igor Fedorenko&amp;quot; &amp;lt;igor@xxxxxxxxxxxxxx&amp;gt; wrote in message news:h8bhpp$lu1$1@xxxxxxxxxxxxxxxxxxxx </description>
		<content:encoded><![CDATA[<tt>Ok so first step is to make the TychoDemo work and then somehow use Thycho 
to solve dependencies between the  MANIFEST.MF file and the pom.xml file?</tt><br>
<br>
<tt><br>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8bhpp$lu1$1@xxxxxxxxxxxxxxxxxxxx">news:h8bhpp$lu1$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>In short, there is no universally correct mapping between Maven and 
OSGi/Eclipse dependencies.</tt><br>
<br>
<tt>Transitive resolution works differently. OSGi import/export package and 
classpath visibility rules have no analog in Maven at all. To name a 
couple of differences. Besides, dependencies defined both in pom.xml and 
manifest.mf will be quite laborious to keep in sync for lager projects.</tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Ok maybe I am missing the big picture here. In the PDE example an 
application is created that uses the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<tt><br>To do this the following dependencies are defined in the MANIFEST.MF 
file:</tt><br>
<br>
<pre style="margin: 0em;"> org.eclipse.ui (3.5.0)
 org.eclipse.core.runtime (3.5.0)</pre><br>
<tt>So basically as I understand it should just be a matter of defining those 
dependencies in the pom.xml file, end of story.</tt><br>
<br>
<pre style="margin: 0em;">Why go to greater lengths than  this?</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx">news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Have a look at Tycho project [1], which provides set of Maven extensions 
and plugins to build PDE projects with Maven. In particular, look at 
sample application that shows P2-based target platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a></tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE 
project. I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I cannot 
find them using the build in dependency manager.
</tt></blockquote></blockquote><br>
</blockquote></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 18:51:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00431.html</guid>
		<author>ddd@xxxxxxx (klm)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00430.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>In short, there is no universally correct mapping between Maven and 
OSGi/Eclipse dependencies.</tt><br>
<br>
<tt>Transitive resolution works differently. OSGi import/export package and 
classpath visibility rules have no analog in Maven at all. To name a 
couple of differences. Besides, dependencies defined both in pom.xml and 
manifest.mf will be quite laborious to keep in sync for lager projects.</tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Ok maybe I am missing the big picture here. In the PDE example an 
application is created that uses the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>To do this the following dependencies are defined in the MANIFEST.MF file:</pre><br>
<pre style="margin: 0em;"> org.eclipse.ui (3.5.0)
 org.eclipse.core.runtime (3.5.0)</pre><br>
<tt>So basically as I understand it should just be a matter of defining 
those dependencies in the pom.xml file, end of story.</tt><br>
<br>
<pre style="margin: 0em;">Why go to greater lengths than  this?</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx">news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Have a look at Tycho project [1], which provides set of Maven 
extensions and plugins to build PDE projects with Maven. In 
particular, look at sample application that shows P2-based target 
platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a> </tt><br>
<br>
<pre style="margin: 0em;"><br>--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE 
project. I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I 
cannot find them using the build in dependency manager. 
</tt></blockquote></blockquote><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 18:50:35 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00430.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00429.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>You likely have mirrorOf=* or mirrirOf=external:* in your settings.xml. 
Ublock repo with id=forge (defined in tycho global settings.xml) using 
!forge in mirrorOf or remove the mirror completely.</tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">I can't install Tycho based on your tutorial:</pre><br>
<pre style="margin: 0em;"><br><a  href="http://docs.codehaus.org/display/M2ECLIPSE/tycho+technology+demo+script">http://docs.codehaus.org/display/M2ECLIPSE/tycho+technology+demo+script</a></pre><br>
<pre style="margin: 0em;"><br>I just get:</pre><br>
<tt>c:\tychodemo&gt;c:\tycho\bin\mvn 
org.codehaus.tycho:maven-tycho-plugin:generate-poms -DgroupId=tycho.demo 
-Dtycho.targetPlatform=C:\Programs\ecl<br>
ipse-galileo<br>
[INFO] Build target platform 
tycho.targetPlatform=C:\Programs\eclipse-galileo<br>
. This overrides target platform specified in pom.xml files, if any.<br>
[INFO] Using mirror: test for repository: forge<br>
(mirror url: <a  href="http://test:8081/test/content/groups/public">http://test:8081/test/content/groups/public</a>)<br>
[INFO] Using mirror: test for repository: central<br>
(mirror url: <a  href="http://test:8081/test/content/groups/public">http://test:8081/test/content/groups/public</a>)<br>
[ERROR]<br>
Cannot find mojo descriptor for: 
'org.codehaus.tycho:maven-tycho-plugin:generate-poms' - Treating as 
non-aggregator.</tt><br>
<br>
<tt><br>[INFO] 
------------------------------------------------------------------------<br>
[INFO] For more information, run with the -e flag<br>
[INFO] 
------------------------------------------------------------------------<br>
[INFO] BUILD FAILED<br>
[INFO] 
------------------------------------------------------------------------<br>
[INFO] Total time: 5 seconds<br>
[INFO] Finished at: Thu Sep 10 20:15:41 CEST 2009<br>
[INFO] Final Memory: 9M/16M<br>
[INFO] 
------------------------------------------------------------------------<br>
c:\tychodemo&gt;</tt><br>
<br>
<pre style="margin: 0em;">any ideas?</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx">news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Have a look at Tycho project [1], which provides set of Maven 
extensions and plugins to build PDE projects with Maven. In 
particular, look at sample application that shows P2-based target 
platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a> </tt><br>
<br>
<pre style="margin: 0em;"><br>--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE 
project. I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I 
cannot find them using the build in dependency manager. 
</tt></blockquote></blockquote><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 18:33:28 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00429.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00428.html</link>
		<description>I can't install Tycho based on your tutorial: http://docs.codehaus.org/display/M2ECLIPSE/tycho+technology+demo+script I just get: c:\tychodemo&amp;gt;c:\tycho\bin\mvn org.codehaus.tycho:maven-tycho-plugin:generate-poms -DgroupId=tycho.demo -Dtycho.targetPlatform=...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I can't install Tycho based on your tutorial:</pre><br>
<pre style="margin: 0em;"><br><a  href="http://docs.codehaus.org/display/M2ECLIPSE/tycho+technology+demo+script">http://docs.codehaus.org/display/M2ECLIPSE/tycho+technology+demo+script</a></pre><br>
<pre style="margin: 0em;"><br>I just get:</pre><br>
<tt>c:\tychodemo&gt;c:\tycho\bin\mvn 
org.codehaus.tycho:maven-tycho-plugin:generate-poms -DgroupId=tycho.demo -Dtycho.targetPlatform=C:\Programs\ecl<br>
ipse-galileo<br>
[INFO] Build target platform 
tycho.targetPlatform=C:\Programs\eclipse-galileo<br>
. This overrides target platform specified in pom.xml files, if any.<br>
[INFO] Using mirror: test for repository: forge<br>
(mirror url: <a  href="http://test:8081/test/content/groups/public">http://test:8081/test/content/groups/public</a>)<br>
[INFO] Using mirror: test for repository: central<br>
(mirror url: <a  href="http://test:8081/test/content/groups/public">http://test:8081/test/content/groups/public</a>)<br>
[ERROR]<br>
Cannot find mojo descriptor for: 
'org.codehaus.tycho:maven-tycho-plugin:generate-poms' - Treating as 
non-aggregator.</tt><br>
<br>
<pre style="margin: 0em;"><br>[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Thu Sep 10 20:15:41 CEST 2009
[INFO] Final Memory: 9M/16M
[INFO] ------------------------------------------------------------------------
c:\tychodemo&gt;</pre><br>
<pre style="margin: 0em;">any ideas?</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx">news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Have a look at Tycho project [1], which provides set of Maven extensions 
and plugins to build PDE projects with Maven. In particular, look at 
sample application that shows P2-based target platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a></tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE project. 
I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I cannot 
find them using the build in dependency manager. 
</tt></blockquote></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 18:21:50 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00428.html</guid>
		<author>ddd@xxxxxxx (klm)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00427.html</link>
		<description>Ok maybe I am missing the big picture here. In the PDE example an application is created that uses the following imports: import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.Ex...</description>
		<content:encoded><![CDATA[<tt>Ok maybe I am missing the big picture here. In the PDE example an 
application is created that uses the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>To do this the following dependencies are defined in the MANIFEST.MF file:</pre><br>
<pre style="margin: 0em;"> org.eclipse.ui (3.5.0)
 org.eclipse.core.runtime (3.5.0)</pre><br>
<tt>So basically as I understand it should just be a matter of defining those 
dependencies in the pom.xml file, end of story.</tt><br>
<br>
<pre style="margin: 0em;">Why go to greater lengths than  this?</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>&quot;Igor Fedorenko&quot; &lt;igor@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx">news:h8ba6t$n4f$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Have a look at Tycho project [1], which provides set of Maven extensions 
and plugins to build PDE projects with Maven. In particular, look at 
sample application that shows P2-based target platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a></tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE project. 
I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I cannot 
find them using the build in dependency manager. 
</tt></blockquote></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 17:58:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00427.html</guid>
		<author>ddd@xxxxxxx (klm)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00426.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>Have a look at Tycho project [1], which provides set of Maven extensions 
and plugins to build PDE projects with Maven. In particular, look at 
sample application that shows P2-based target platform resolver.</tt><br>
<br>
<tt>[1] <a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+project+overview</a><br>
[2] 
<a  href="https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management">https://docs.sonatype.org/display/M2ECLIPSE/Tycho+build+target+platform+management</a></tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am trying to create a Maven module that contains a Eclipse PDE 
project. I therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I cannot 
find them using the build in dependency manager.
</tt></blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 16:41:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00426.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Re: Writing plugin using &quot;Plug-in	Development&quot; or a maven plugin?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00425.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>Maven plugins are not related to Eclipse in any way, so you need to look 
at Eclipse plug-in development.</tt><br>
<br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>klm wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I need to write plugin for the eclipse platform (adding a button to 
workbench etc.). I have looked at:</tt><br>
<br>
<pre style="margin: 0em;"><a  href="http://www.vogella.de/articles/EclipsePlugIn/article.html">http://www.vogella.de/articles/EclipsePlugIn/article.html</a></pre><br>
<pre style="margin: 0em;">But since I am using Maven I was considering to use:</pre><br>
<pre style="margin: 0em;"><a  href="http://maven.apache.org/guides/introduction/introduction-to-plugins.html">http://maven.apache.org/guides/introduction/introduction-to-plugins.html</a></pre><br>
<tt>But is that primary used for maven related plugins and not for plugins 
to the eclipse workbench?
</tt></blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 16:37:06 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00425.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Maven dependencies?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00424.html</link>
		<description>I am trying to create a Maven module that contains a Eclipse PDE project. I therefore need the following imports: import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.ExecutionE...</description>
		<content:encoded><![CDATA[<tt>I am trying to create a Maven module that contains a Eclipse PDE project. I 
therefore need the following imports:</tt><br>
<br>
<pre style="margin: 0em;">import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.handlers.HandlerUtil;
import org.eclipse.jface.dialogs.MessageDialog;</pre><br>
<pre style="margin: 0em;"><br>I have found jface:</pre><br>
<pre style="margin: 0em;">&lt;dependency&gt;
   &lt;groupId&gt;swt&lt;/groupId&gt;
   &lt;artifactId&gt;jface&lt;/artifactId&gt;
   &lt;version&gt;3.0m8&lt;/version&gt;
&lt;/dependency&gt;</pre><br>
<tt>from a site. But how do I get the other dependencies in Maven? I cannot find 
them using the build in dependency manager. </tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 13:38:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00424.html</guid>
		<author>ddd@xxxxxxx (klm)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.m2e] Writing plugin using &quot;Plug-in	Development&quot; or a maven plugin?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00423.html</link>
		<description>I need to write plugin for the eclipse platform (adding a button to workbench etc.). I have looked at: http://www.vogella.de/articles/EclipsePlugIn/article.html But since I am using Maven I was considering to use: http://maven.apache.org/guides/introductio...</description>
		<content:encoded><![CDATA[<tt>I need to write plugin for the eclipse platform (adding a button to 
workbench etc.). I have looked at:</tt><br>
<br>
<pre style="margin: 0em;"><a  href="http://www.vogella.de/articles/EclipsePlugIn/article.html">http://www.vogella.de/articles/EclipsePlugIn/article.html</a></pre><br>
<pre style="margin: 0em;">But since I am using Maven I was considering to use:</pre><br>
<pre style="margin: 0em;"><a  href="http://maven.apache.org/guides/introduction/introduction-to-plugins.html">http://maven.apache.org/guides/introduction/introduction-to-plugins.html</a></pre><br>
<tt>But is that primary used for maven related plugins and not for plugins to 
the eclipse workbench? </tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Thu, 10 Sep 2009 07:50:54 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.m2e/msg00423.html</guid>
		<author>ddd@xxxxxxx (klm)</author>
	</item>

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