It's not actually broken. The tutorial intentionally uses (and
documents) it to explain how the repository is built and what happens
when certainartifacts aren't available and also for cases like where
there are version conflicts for the same module. The tutorial page[1] notes:
<quote>
As you can see the installation has failed, if you look at the log you
will see that there are missing artifacts on the source repository. This
means that you will need to download those artifacts manually, and copy
them to your destination repository to complete the installation.
Fortunately Ivy uses a best effort algorithm during install, so that
everything gets installed except the missing artifacts. (Note: these
missing artifacts are not in the public maven repository due to
licensing issues)
...
</quote>
[1]
http://ant.apache.org/ivy/history/master/tutorial/build-repository/basic.html
-Jaikiran
On 29/08/17 2:01 AM, Gintautas Grigelionis wrote:
Tutorial build-a-ivy-repository is broken.
The whole story is this: it tries to fetch hibernate 3.2.5.ga which depends
on javax.transaction#jta;1.0.1B and javax.security#jacc;1.0 that are no
longer present at Maven Central due to licensing.
The question is, should we use hibernate 3.3.2.GA (which has a lot less
dependencies) or find another interesting example (Spring, anyone :-)?
Gintas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org