Re: URL resolver ignores port numbers specified in Ivysettings credentials element

2024-03-18 Thread Stefan Bodewig
Hi Alex On 2024-03-18, Alex Galvin wrote: > However, Ant/Ivy errors out in this configuration, and I can see from > logs that it is not using my credentials to authenticate to the server > at port 8080. I fixed this issue by editing the host attribute of the > credentials element to exclude the

Re: Differences in retrieve pattern between Ivy 2.5.0/2.5.1 & 2.5.2?

2024-03-13 Thread Stefan Bodewig
gether at https://github.com/apache/nutch/pull/803 > Hopefully this helps others who may be confused as I was. > Thank you > lewsmc > On 2024/03/12 18:57:51 Stefan Bodewig wrote: >> On 2024-03-11, lewis john mcgibbney wrote: >>> I am working on upgrading Ivy to latest

Re: Differences in retrieve pattern between Ivy 2.5.0/2.5.1 & 2.5.2?

2024-03-12 Thread Stefan Bodewig
On 2024-03-11, lewis john mcgibbney wrote: > I am working on upgrading Ivy to latest over in the Apache Nutch project. > The build works just fine with 2.5.0 and 2.5.1 but with 2.5.2 the CI > fails with the following complaint > /home/runner/work/nutch/nutch/src/plugin/build-plugin.xml:234: >

[ANN] Apache IvyDE Retired

2023-11-26 Thread Stefan Bodewig
community grow around IvyDE, the subproject could be reactivated[3]. We want to thank the people who created or contributed to IvyDE over the years. Stefan Bodewig on behalf of the Ant PMC. [1] https://lists.apache.org/thread/wo32q8s8o8z9m126gz3m533q2fnqq21o [2] https://ant.apache.org/processes.html

Re: Future of Ivy and IvyDE

2023-08-28 Thread Stefan Bodewig
Hi sorry for my bad timing sending out an email and then being unbale to answer for days. This is not what I intended. Let me try to answer what I've seen so far. And I'll try to keep my personal opinion out this time. It is pretty obvious Ivy is used today and maybe even loved by some. This is

Future of Ivy and IvyDE

2023-08-22 Thread Stefan Bodewig
Hi all before I get to the actual content of this mail: * I'm cross-posting to three lists but I ask you to keep responses to dev@ant only (and join the list if necessary) if you want to respond. * what I write is my personal opinion and not shared by the PMC as a whole. The people on the

CVE-2022-46751: Apache Ivy: XML External Entity vulnerability in Apache Ivy

2023-08-20 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Severity: moderate Affected versions: - - Apache Ivy 1.0.0 through 2.5.1 Description: Improper Restriction of XML External Entity Reference, XML Injection (aka Blind XPath Injection) vulnerability in Apache Software Foundation Apache Ivy.This

[ANN] Apache Ivy 2.5.2 Released

2023-08-20 Thread Stefan Bodewig
the Apache Ivy website: https://ant.apache.org/ivy/ Stefan Bodewig, on behalf of the Apache Ant community

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

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 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 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-25 Thread Stefan Bodewig
On 2023-04-26, LINUS FERNANDES wrote: > 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. I must admit that I'm not really that familiar with Ivy myself, I just jumped in to fix a

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

2023-04-25 Thread Stefan Bodewig
Stefan Bodewig writes: > I believe there is a bug in PomModuleDescriptoBuilder that assumes it is > just looking at the same dependency twice as it doesn't take the > classifier into account. > > I've opened https://issues.apache.org/jira/browse/IVY-1642 should be fixed with htt

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

2023-04-13 Thread Stefan Bodewig
Hi Linus On 2023-04-13, LINUS FERNANDES wrote: > 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

Re: NullPointerException while resolving dependency

2023-03-22 Thread Stefan Bodewig
For now, I may look into creating a custom resolver for resolving > dependency from Bitbucket. If you have any pointers to any example of > custom resolvers, then please do share otherwise i may ask ChatGPT to help > here :D > Thanks again for all your help and time. > Kind Regard

Re: NullPointerException while resolving dependency

2023-03-20 Thread Stefan Bodewig
On 2023-03-20, Stefan Bodewig wrote: > On 2023-03-20, Stefan Bodewig wrote: >> Hi >> On 2023-03-20, Kamran Manzoor wrote: >>> Thanks a lot for looking into this. I thought the issue was request related >>> but it is in response handling. It means it does tri

Re: NullPointerException while resolving dependency

2023-03-20 Thread Stefan Bodewig
On 2023-03-20, Stefan Bodewig wrote: > Hi > On 2023-03-20, Kamran Manzoor wrote: >> Thanks a lot for looking into this. I thought the issue was request related >> but it is in response handling. It means it does trigger the request which >> I have verified and it se

Re: NullPointerException while resolving dependency

2023-03-20 Thread Stefan Bodewig
Hi On 2023-03-20, Kamran Manzoor wrote: > Thanks a lot for looking into this. I thought the issue was request related > but it is in response handling. It means it does trigger the request which > I have verified and it seems like the auth header is missing :(. I have > tried with default URL

Re: NullPointerException while resolving dependency

2023-03-17 Thread Stefan Bodewig
On 2023-03-17, Stefan Bodewig wrote: > On 2023-03-17, Stefan Bodewig wrote: >> and will open a JIRA ticket attaching oyur files when using Apache >> HttpClient. > https://issues.apache.org/jira/browse/IVY-1641 should be fixed by https://github.com/apa

Re: NullPointerException while resolving dependency

2023-03-17 Thread Stefan Bodewig
On 2023-03-17, Stefan Bodewig wrote: > and will open a JIRA ticket attaching oyur files when using Apache > HttpClient. https://issues.apache.org/jira/browse/IVY-1641 Stefan

Re: NullPointerException while resolving dependency

2023-03-17 Thread Stefan Bodewig
On 2023-03-16, Kamran Manzoor wrote: > I am new to Apache Ivy and I am using it to manage dependency in one of my > ant projects. All I want is to retrieve a jar from a custom URL (Bitbucket) > which requires Basic Authentication. However, I am getting > NullPointerException when I am trying to

Re: Download by using a proxy

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, [EMAIL PROTECTED] wrote: I'm trying to run the very first ivy tutorial described at [1]. When I execute ant with the provided build.xml, I'm getting http error 407 (proxy authentication required). Do you know what sort of Proxy you are using? I've had serious trouble

Re: Download by using a proxy

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, [EMAIL PROTECTED] wrote: So... If I'm not wrong, you should update you build.xml by adding setproxy and set the value of the task attributes with the value of properties given as parameters... setproxy does a little bit more than just setting the system properties you set

Re: Download by using a proxy

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, Maarten Coene [EMAIL PROTECTED] wrote: Ivy should work without the setproxy task, Maybe. But Java's built-in proxy handling is broken and there will always be cases where Ivy won't work and it will not be Ivy's fault. Stefan