<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.benois.fr/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Jérôme BENOIS's Weblog &quot;MDE 2.0 :)&quot; - Tag - Eclipse</title>
  <link>http://blog.benois.fr/</link>
  <atom:link href="http://blog.benois.fr:82/feed/tag/Eclipse/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Fri, 24 May 2013 06:15:12 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Build OSGi bundles with Ant+Ivy</title>
    <link>http://blog.benois.fr/post/2010/12/20/Build-OSGi-bundles-with-Ant-and-Ivy</link>
    <guid isPermaLink="false">urn:md5:3c1438af4fd8fb23aa9c06f4400fdfd6</guid>
    <pubDate>Mon, 20 Dec 2010 13:41:00 +0100</pubDate>
    <dc:creator>Jérôme</dc:creator>
        <category>Ivy</category>
        <category>EasyAnt</category><category>Eclipse</category><category>Ivy</category><category>Open-Source</category>    
    <description>    &lt;p&gt;As I said in my previous &lt;a href=&quot;http://blog.benois.fr/post/2010/11/03/Managing-your-OSGi-dependencies-with-the-power-of-Ivy&quot;&gt;post&lt;/a&gt;,
the Bushel source code is now part of the Apache Ivy code base. The integration
task &lt;a href=&quot;https://issues.apache.org/jira/browse/IVY-1241&quot;&gt;#IVY-1241&lt;/a&gt; is
fully complete.&lt;/p&gt;
&lt;p&gt;Now it's possible to build OSGi bundles / eclipse plugins with Ant + Ivy. It
also supports provisionning from an OBR (OSGi Bundle Repository).&lt;/p&gt;
&lt;p&gt;You can found more details in this documentation : &lt;a href=&quot;http://ant.apache.org/ivy/history/trunk/osgi.html&quot;&gt;http://ant.apache.org/ivy/history/trunk/osgi.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Don't hesitate to contact me for exchange any feedbacks.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.benois.fr/post/2010/12/20/Build-OSGi-bundles-with-Ant-and-Ivy#comment-form</comments>
      <wfw:comment>http://blog.benois.fr/post/2010/12/20/Build-OSGi-bundles-with-Ant-and-Ivy#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.benois.fr/feed/atom/comments/572436</wfw:commentRss>
      </item>
    
  <item>
    <title>Managing your OSGi dependencies with the power of Ivy</title>
    <link>http://blog.benois.fr/post/2010/11/03/Managing-your-OSGi-dependencies-with-the-power-of-Ivy</link>
    <guid isPermaLink="false">urn:md5:2b13395c4de0b17cb90bb8d9352ac2c6</guid>
    <pubDate>Wed, 03 Nov 2010 17:51:00 +0100</pubDate>
    <dc:creator>Jérôme</dc:creator>
        <category>Ivy</category>
        <category>EasyAnt</category><category>Eclipse</category><category>Ivy</category><category>Open-Source</category>    
    <description>    &lt;p&gt;Since two years, Alex Radeski and me created a project on google code
&lt;a href=&quot;http://code.google.com/p/bushel/&quot;&gt;[1&lt;/a&gt;] called Bushel &lt;a href=&quot;http://ezaero.blogspot.com/2008/08/bushel-06-preview.html&quot;&gt;[2&lt;/a&gt;] &lt;a href=&quot;http://ezaero.blogspot.com/2008/08/build-osgi-apps-with-ant-made-easy-with.html&quot;&gt;
[3&lt;/a&gt;] . This project implements an OSGi manifest parser and an Ivy resolver
to manage OSGi dependencies with Apache Ivy.&lt;/p&gt;
&lt;p&gt;Since, Nicolas Lavelée committer on Apache Ivy and the lead of Apache IvyDE
(Eclipse plugin for Ivy) joined us to contribute.&lt;/p&gt;
&lt;p&gt;Now, Bushel implements some special Ivy resolver and version matching which
understand the different kind of OSGi dependency, and also understand the
repository descriptor OBR (OSGi Bundle Repository).&lt;/p&gt;
&lt;p&gt;I'm pround to announce that our Bushel source code is promote as a part of
Apache Ivy core. &lt;a href=&quot;http://markmail.org/thread/fzdcu25qgk2svkro&quot;&gt;[4&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;Next step : Add the OSGi support on EasyAnt and EasyAnt For Eclipse
build system (based on Ivy stack) ...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://code.google.com/p/bushel/&quot;&gt;[1&lt;/a&gt;]
http://code.google.com/p/bushel/&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ezaero.blogspot.com/2008/08/bushel-06-preview.html&quot;&gt;[2&lt;/a&gt;]
http://ezaero.blogspot.com/2008/08/bushel-06-preview.html&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ezaero.blogspot.com/2008/08/build-osgi-apps-with-ant-made-easy-with.html&quot;&gt;
[3&lt;/a&gt;]
http://ezaero.blogspot.com/2008/08/build-osgi-apps-with-ant-made-easy-with.html&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://markmail.org/thread/fzdcu25qgk2svkro&quot;&gt;[4&lt;/a&gt;]
http://markmail.org/thread/fzdcu25qgk2svkro&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.benois.fr/post/2010/11/03/Managing-your-OSGi-dependencies-with-the-power-of-Ivy#comment-form</comments>
      <wfw:comment>http://blog.benois.fr/post/2010/11/03/Managing-your-OSGi-dependencies-with-the-power-of-Ivy#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.benois.fr/feed/atom/comments/559066</wfw:commentRss>
      </item>
    
</channel>
</rss>