Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
Thanks, Stefan. It's amazing that you were able to answer all my queries so quickly and so clearly. I probably panicked a bit at seeing my setup not working as anticipated suddenly. Thanks for all the help. On Wed, 26 Apr 2023, 19:32 Stefan Bodewig, wrote: > On 2023-04-26, LINUS FERNANDES wr

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
Do you still recommend adding the ivy taskdefs as below: < taskdef name="ivy-retrieve" classname="org.apache.ivy.ant.IvyRetrieve"/> < taskdef name="ivy-publish" classname="org.apache.ivy.ant.IvyPublish"/> On Wed, 26 Apr 2023, 17:22 LIN

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
Thanks, Stefan. I think that was caused by me trying the Ant way to install Ivy as https://ant.apache.org/ivy/history/2.4.0/install.html That's the one that shows up first when I Google it. On Wed, 26 Apr 2023, 16:57 Stefan Bodewig, wrote: > [you ran a different command than I asked for,

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
://ant.apache.org/ivy/history/2.2.0/use/retrieve.html On Wed, 26 Apr 2023, 16:38 LINUS FERNANDES, wrote: > $ ant -v >Apache Ant(TM) version 1.10.12 compiled on December 12 > 1969 Trying the default build file: > build.xmlBuildfile: /ro

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
16:23 Stefan Bodewig, wrote: > On 2023-04-26, LINUS FERNANDES wrote: > > > I have the same error on Arch Linux on Termux: > > > echo $ANT_HOME > > /usr/share/ant > > > root07:40IvySample$ ls /usr/share/ant/lib > > ant-antlr.jar > > ant-apache-bcel.jar &g

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
Buildfile: /root/IvySample/build.xml init-ivy: retrieve: BUILD FAILED /root/IvySample/build.xml:16: ivy-retrieve doesn't support the "pathid" attribute Total time: 5 seconds On Wed, 26 Apr 2023, 14:07 LINUS FERNANDES, wrote: > This doesn't seem to work either. > > u0_a274

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
This doesn't seem to work either. u0_a27414:06IvySample$ cat build.xml On Wed, 26 Apr 2023, 13:15 LINUS FERNANDES, wrote: > I have the same error on Arch Linux on Termux: > > echo $ANT_HOME > /usr/share/an

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-26 Thread LINUS FERNANDES
: BUILD FAILED /root/IvySample/build.xml:12: ivy:retrieve doesn't support the "pathid" attribute Total time: 5 seconds cat build.xml On Wed, 26 Apr 2023, 12:20 Stefan Bodewig, wrote: > On 2023-04-26, LINUS FE

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-25 Thread LINUS FERNANDES
The question is: Is this a regression failure or is this the path forward for ivy:retrieve i.e., it will no longer support the pathid attribute? On Wed, 26 Apr 2023, 10:17 LINUS FERNANDES, wrote: > No such problem with cachepath. I was not using it earlier though. This > change for

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-25 Thread LINUS FERNANDES
/LearnJava On Wed, 26 Apr 2023, 10:12 LINUS FERNANDES, wrote: > No, it doesn't . Ivy 2.5.1 is complaining that the task does not have the > attribute pathid or pathId either. > > On Wed, 26 Apr 2023, 10:09 Stefan Bodewig, wrote: > >> On 2023-04-26, LINUS FERNANDES wrote: &

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-25 Thread LINUS FERNANDES
No, it doesn't . Ivy 2.5.1 is complaining that the task does not have the attribute pathid or pathId either. On Wed, 26 Apr 2023, 10:09 Stefan Bodewig, wrote: > On 2023-04-26, LINUS FERNANDES wrote: > > > Could you also let me know in which release of ivy was pa

Re: Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-25 Thread LINUS FERNANDES
Thanks, Stefan. Could you also let me know in which release of ivy was pathid removed as an attribute in the retrieve task and why? Documentation for that is hard to come by. Regards, Linus. On Wed, 26 Apr 2023, 00:58 Stefan Bodewig, wrote: > Stefan Bodewig writes: > > > I believe there is a

Problem with resolving dependencies for saxon-HE on Maven repo

2023-04-13 Thread LINUS FERNANDES
There is a problem downloading the dependencies for Saxon-HE from Maven using Ivy. The xmlresolver-5.1.1.jar does not download but it's classified jar xmlresolver-data-5.1.1.jar does. Both jars are listed as dependencies in the pom for Saxon-HE. You can read about it in more detail on the