Re: Broken tutorial

2017-08-31 Thread Jaikiran Pai
On 29/08/17 12:35 PM, Gintautas Grigelionis wrote: I noticed another problem with asciidoc: 1.5.4 fails on my box with the latest Java 8u144, I had to downgrade it to 1.5.3 -- did anyone else see that? 1.5.4 works fine for me with Java 8. -Jaikiran --

Re: Broken tutorial

2017-08-29 Thread Gintautas Grigelionis
Sorry about the confusion. It might be useful to add an with an explanation to the build file, too -- BUILD FAILED is a bit unnerving ;-) I noticed another problem with asciidoc: 1.5.4 fails on my box with the latest Java 8u144, I had to downgrade it to 1.5.3 -- did anyone else see that? It looks

Re: Broken tutorial

2017-08-28 Thread Jaikiran Pai
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: As you can see

Broken tutorial

2017-08-28 Thread Gintautas Grigelionis
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