Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>sussed it.</p> <p>Found this <a href="http://blogs.steeplesoft.com/posts/2008/01/17/dependency-management-with-ant-and-ivy/" rel="nofollow noreferrer">good description of ivy</a></p> <p>I have changed my settings.xml to look like this</p> <pre><code>&lt;ivysettings&gt; &lt;settings defaultResolver=&quot;chained&quot;/&gt; &lt;property name=&quot;java.net.maven.pattern&quot; value=&quot;[organisation]/jars/[module]-[revision].[ext]&quot;/&gt; &lt;property name=&quot;ivy.shared.default.root&quot; value=&quot;C:/ivy/localLibsStore&quot; /&gt; &lt;property name=&quot;ivy.shared.default.artifact.pattern&quot; value=&quot;[module]/[revision]/[type]s/[artifact]-[revision].[ext]&quot; /&gt; &lt;resolvers&gt; &lt;filesystem name=&quot;sharedbill&quot;&gt; &lt;ivy pattern=&quot;${ivy.shared.default.root}/${ivy.shared.default.ivy.pattern}&quot; /&gt; &lt;artifact pattern=&quot;${ivy.shared.default.root}/${ivy.shared.default.artifact.pattern}&quot; /&gt; &lt;/filesystem&gt; &lt;chain name=&quot;chained&quot; returnFirst=&quot;true&quot;&gt; &lt;resolver ref=&quot;sharedbill&quot;/&gt; &lt;ibiblio name=&quot;ibiblio&quot; m2compatible=&quot;true&quot;/&gt; &lt;ibiblio name=&quot;java-net-maven1&quot; root=&quot;http://download.java.net/maven/1&quot; pattern=&quot;${java.net.maven.pattern}&quot; m2compatible=&quot;false&quot;/&gt; &lt;ibiblio name=&quot;java-net-maven2&quot; root=&quot;http://download.java.net/maven/2/&quot; m2compatible=&quot;true&quot;/&gt; &lt;url name=&quot;sourceforge&quot;&gt; &lt;artifact pattern=&quot;http://easynews.dl.sourceforge.net/sourceforge/[organization]/[module]_[revision].zip&quot; /&gt; &lt;artifact pattern=&quot;http://easynews.dl.sourceforge.net/sourceforge/[organization]/[module]-[revision].zip&quot; /&gt; &lt;/url&gt; &lt;/chain&gt; &lt;/resolvers&gt; &lt;/ivysettings&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload