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

2023-04-26 Thread LINUS FERNANDES
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 ant-apache-bsf.jar ant-apache-log4j.jar ant-apache-oro.jar ant-apache-regexp.jar ant-apache-resolver.jar ant-apache-xalan2.jar

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

2023-04-26 Thread Stefan Bodewig
On 2023-04-26, 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. I don't see any error here $ cat ivy.xml $ cat ivysettings.xml $ cat build.xml

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/ant > >

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_a27414:06IvySample$ cat

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

2023-04-26 Thread Stefan Bodewig
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 > ant-apache-bsf.jar > ant-apache-log4j.jar > ant-apache-oro.jar > ant-apache-regexp.jar >

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

2023-04-26 Thread LINUS FERNANDES
$ ant -v Apache Ant(TM) version 1.10.12 compiled on December 12 1969 Trying the default build file: build.xmlBuildfile: /root/IvySample/build.xmlDetected Java version: 20 in: /usr/lib/jvm/java-20-openjdk Detected OS:

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

2023-04-26 Thread LINUS FERNANDES
The latest documentation doesn't display any pathid attribute either. Hence, my initial question as to whether it has been removed since. I'm revisiting my repo after a break and I had to reinstall ivy once more this morning. I don't recall which version I was using earlier.

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 LINUS FERNANDES, wrote: > Thanks, Stefan. > > I think that

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

2023-04-26 Thread Stefan Bodewig
[you ran a different command than I asked for, this way we still don't see which version of Ivy you use ;-)] > init-ivy: parsing > buildfile jar:file:/root/.ant/lib/ivy.jar!/org/apache/ivy/ant/antlib.xml > with URI =

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
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

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

2023-04-26 Thread Stefan Bodewig
On 2023-04-26, LINUS FERNANDES wrote: > 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. I don't think we can influence Google's decisions ...