blob: d36e1543d1cb7b3abf675f18e6db9f1072ca52f4 [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Getting Bundlor with Ivy</title><meta content="DocBook XSL Stylesheets V1.76.0" name="generator"><link rel="home" href="index.html" title="Bundlor User Guide"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Getting Bundlor"><link rel="prev" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Getting Bundlor"><link rel="next" href="ch02s03.html" title="Getting Bundlor with Maven"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><td align="left" width="20%"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" title="Getting Bundlor with Ivy"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="getting.ivy"></a>Getting Bundlor with Ivy</h2></div></div></div><p>Eclipse Virgo Bundlor can be obtained from an Ivy repository.</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
Add the Virgo resolver to the <code class="literal">ivysettings.xml</code>
file
</p><pre class="programlisting">&lt;url name="eclipse.virgo.build.read.resolver"&gt;
&lt;ivy pattern="http://build.eclipse.org/rt/virgo/ivy/bundles/@release.type@/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/&gt;
&lt;artifact pattern="http://build.eclipse.org/rt/virgo/ivy/bundles/@release.type@/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/&gt;
&lt;/url&gt;</pre></li><li class="listitem"><p>Download the Eclipse Virgo Bundlor dependency in the <code class="literal">build.xml</code> file</p><pre class="programlisting">&lt;ivy:cachepath resolveId="bundlor.classpath" pathid="bundlor.classpath" organisation="org.eclipse.virgo.bundlor"
module="org.eclipse.virgo.bundlor.ant" revision="3.5.0" conf="ant" inline="true"
type="jar" log="download-only"/&gt;</pre></li></ol></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="ch02.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>