Re: ivy-settings for special revision-keywords (e. g. spring)

2010-05-20 Thread Maarten Coene
Maybe you could write your own LatestStrategy implementation and configure Ivy to use this custom strategy instead of the default one? Maarten - Original Message From: m.lo To: ivy-user@ant.apache.org Sent: Fri, May 21, 2010 8:49:39 AM Subject: Re: ivy-settings for special revision-k

Re: Problem Installing With com.sun.mail jars From Sun Maven Repository

2010-05-20 Thread Geoff Clitheroe
I don't think the jar you after is here there but Ivy round up is trying to solve this problem. Maybe you could contrib the correct config? http://code.google.com/p/ivyroundup/ Cheers, Geoff Hey, and don't you mean _Oracle_ published a bad pom? On Fri, May 21, 2010 at 6:40 PM, Maarten Coene wr

Re: ivy-settings for special revision-keywords (e. g. spring)

2010-05-20 Thread m.lo
Hi Maarten, thank you for your reply! Removing the numbers didn't help. I browsed the ivy-sourcecode a little and found the class "LatestRevisionStrategy" which seems to be in charge for comparing the revision numbers. it looks like this to me: - if the version numbers have a different number of

Re: Problem Installing With com.sun.mail jars From Sun Maven Repository

2010-05-20 Thread Maarten Coene
As a workaround, maybe you can try to create a local maven repository and add this parent pom to it? Do you know if maven itself is capable of downloading these jars from that repository? Maarten - Original Message From: Gareth Collins To: ivy-user@ant.apache.org Sent: Fri, May 21,

Re: Problem Installing With com.sun.mail jars From Sun Maven Repository

2010-05-20 Thread Gareth Collins
No. This website just indicates that Sun jars cannot be found on ibiblio due to Sun's binary license I know this. I have already found the relevant files in Sun's Maven repository. Unfortunately, the POM files created by Sun appear to have a bug. Is there a way for me to get around the specific b

copy artifact to lib folder without version in file name

2010-05-20 Thread bruinseve
Hello all, I'm using ivy.jar directly(not ant->ivy). I think what I want to do should be simple. I want my artifacts, without version number in file name, to download the lib folder of my project. for example I have artifact in the repository: repository/mycompany/myproject/myartifact/1.0/myin

Re: Problem Installing With com.sun.mail jars From Sun Maven Repository

2010-05-20 Thread Karolis Petrauskas
Isn't this related to http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html ? On Fri, May 21, 2010 at 2:35 AM, Gareth Collins wrote: > > Hello, > > I am trying to install the sun mail jars in a local ivy repository. I am > using the following resolver to connect to the repository: >

Problem Installing With com.sun.mail jars From Sun Maven Repository

2010-05-20 Thread Gareth Collins
Hello, I am trying to install the sun mail jars in a local ivy repository. I am using the following resolver to connect to the repository: http://download.java.net/maven/2"; m2compatible="true" /> The mail libraries are here: http://download.java.net/maven/2/com/sun/mail/ When I try and insta

Re: Proxy Authentication Problem

2010-05-20 Thread Maarten Coene
I might have found a possible issue in the code. I've committed a potential fix in SVN trunk, could you give it a try? thanks, Maarten - Original Message From: Maarten Coene To: ivy-user@ant.apache.org Sent: Thu, May 20, 2010 10:59:17 PM Subject: Re: Proxy Authentication Problem Wha

Re: ivy-settings for special revision-keywords (e. g. spring)

2010-05-20 Thread Maarten Coene
I'm not sure it will help, but could you remove the numbers from your custom specialMeaning? Maarten - Original Message From: m.lo To: ivy-user@ant.apache.org Sent: Wed, May 19, 2010 10:33:37 AM Subject: ivy-settings for special revision-keywords (e. g. spring)

Re: Proxy Authentication Problem

2010-05-20 Thread Maarten Coene
What is the console output when running Ivy trunk version in verbose (ant -v) mode? Maarten - Original Message From: Sarda Jean-Christophe To: ivy-user@ant.apache.org Sent: Thu, May 20, 2010 9:50:27 AM Subject: Proxy Authentication Problem Hi all, I have a problem with the proxy a

Re: Error using ivy

2010-05-20 Thread Maarten Coene
Ok, I think it might be caused by your ivy.xml having everything on a single line. Could you try to enter some newline characters in your ivy.xml, for instance after every XML element? Maarten - Original Message From: Luca.Sarra To: ivy-user@ant.apache.org Sent: Thu, May 20, 2010 8:

Re: Not able to ignore checksum event when i set ivy.checksums variable as ""

2010-05-20 Thread Archie Cobbs
This is a little confusing, but the ivy.checksums property is not related to the checksum that the package resolver verifies. The former is for e.g. downloaded ivy.xml files and artifacts (using any resolver); the error message you are seeing however is coming from the package resolver's attempt to

Re: Ivy's URL Resolver and Transitive Dependencies

2010-05-20 Thread spilkt
Still looking for a solution. I've tried: http://my.internal.domain.name/ivy/"; pattern="[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" m2compatible="true"/> but Ivy doesn't seem to be adhering to the new pattern I've specified. spilkt wrote: > > For some reason I

Proxy Authentication Problem

2010-05-20 Thread Sarda Jean-Christophe
Hi all, I have a problem with the proxy authentication. The retrieve task works fine with the 2.1.0 rc1 version, but does not work with the 2.1.0 final version (and with the trunk version) I am behind a proxy which need authentication. I set the proxy configuration in my build file like that