ivy:install

2013-09-05 Thread Jonathan_Oulds
I recently sent an e-mail to dev@ant.apache.org<mailto:dev@ant.apache.org> regarding ivy:install, however this message has not be added to the mailing list. How can I find out if my message has been rejected and why? Jonathan Oulds Software Engineer / PSC - Drive Encryption McAfe

ivy:install

2013-09-02 Thread Jonathan_Oulds
Hello there, I asked this question on ivy-u...@ant.apache.org<mailto:ivy-u...@ant.apache.org> but without much response, so I thought I'd give dev@ant.apache.org<mailto:dev@ant.apache.org> a try: Is there a way to make ivy:install install transitive dependencies that are

Re: [ivy] Ivy:install task from download.dev.java.net

2008-06-16 Thread Xavier Hanin
On Mon, Jun 16, 2008 at 10:47 AM, Scheper, Erik-Berndt < [EMAIL PROTECTED]> wrote: > Hi, > > I have an issue installing jars and their dependencies from > download.dev.java.net > The problem is that they use a URL layout that does not conform to the > standard m2 spec. > > E.g. for the jaxb implem

RE: [ivy] Ivy:install task from download.dev.java.net

2008-06-16 Thread Scheper, Erik-Berndt
the ibiblio resolver. Van: Scheper, Erik-Berndt [mailto:[EMAIL PROTECTED] Verzonden: ma 16-6-2008 10:47 Aan: dev@ant.apache.org Onderwerp: [ivy] Ivy:install task from download.dev.java.net Hi, I have an issue installing jars and their depe

[ivy] Ivy:install task from download.dev.java.net

2008-06-16 Thread Scheper, Erik-Berndt
Hi, I have an issue installing jars and their dependencies from download.dev.java.net The problem is that they use a URL layout that does not conform to the standard m2 spec. E.g. for the jaxb implementation, I find the parts I need in three directories: http://download.java.net/maven/1/c

RE: [ivy] ivy:install failure for Axis2 1.4 and derivatives from repo1.maven.org

2008-06-09 Thread Scheper, Erik-Berndt
XmlSchema-1.4.2 that is. Van: Scheper, Erik-Berndt [mailto:[EMAIL PROTECTED] Verzonden: ma 9-6-2008 14:15 Aan: Ant Developers List Onderwerp: RE: [ivy] ivy:install failure for Axis2 1.4 and derivatives from repo1.maven.org Great! Please note that this does

RE: [ivy] ivy:install failure for Axis2 1.4 and derivatives from repo1.maven.org

2008-06-09 Thread Scheper, Erik-Berndt
] Verzonden: ma 9-6-2008 13:40 Aan: Ant Developers List Onderwerp: Re: [ivy] ivy:install failure for Axis2 1.4 and derivatives from repo1.maven.org The problem comes from the repository, not from ivy. I have alreay tried to contact the axiom people but didn't get any response yet. I will t

Re: [ivy] ivy:install failure for Axis2 1.4 and derivatives from repo1.maven.org

2008-06-09 Thread Gilles Scokart
nd their derivatives from > repo1.maven.org. > However, this fails due to an MD5 difference. > > [ivy:install] CLIENT ERROR: Not Found > url=http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.7/axiom-api-1.2.7.pom.sha1 > [ivy:install] repo1.maven.org: downloadin

[ivy] ivy:install failure for Axis2 1.4 and derivatives from repo1.maven.org

2008-06-09 Thread Scheper, Erik-Berndt
Hi, I am trying to copy the Axis2 1.4 libraries and their derivatives from repo1.maven.org. However, this fails due to an MD5 difference. [ivy:install] CLIENT ERROR: Not Found url=http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.7/axiom-api-1.2.7.pom.sha1 [ivy:install

Re: ivy:install

2008-01-10 Thread Xavier Hanin
On Jan 10, 2008 9:48 PM, kermitt <[EMAIL PROTECTED]> wrote: > > I am using a repository to sync module within the team => integration repo > when we release a module we put the module inside another repository > (test). This is intended to avoid conflict and issue between test team and > dev team.

Re: ivy:install

2008-01-10 Thread kermitt
I am using a repository to sync module within the team => integration repo when we release a module we put the module inside another repository (test). This is intended to avoid conflict and issue between test team and dev team. Xavier Hanin wrote: > >> >> Do you share your integration repo

Re: ivy:install

2008-01-10 Thread Xavier Hanin
t forget unit > test > > to > > increase chance to get included). > > > > Xavier > > > >> > >> > >> > >> > >> > >> > >> > >> Trace confuse me a bit , I am using SFTP and I would suggest to add t

Re: ivy:install

2008-01-10 Thread kermitt
chance to get included). > > Xavier > >> >> >> >> >> >> >> >> Trace confuse me a bit , I am using SFTP and I would suggest to add to >> SFTPRepository.java line 137: >>if (!overwrite && checkExistence(destination, c)) { >>

Re: ivy:install

2008-01-10 Thread Xavier Hanin
t; > Trace confuse me a bit , I am using SFTP and I would suggest to add to > SFTPRepository.java line 137: >if (!overwrite && checkExistence(destination, c)) { >throw new IOException("destination file " + destination + " > exists and overwrit

ivy:install

2008-01-09 Thread kermitt
" exists and overwrite == true"); } regards, Hello, I have two repo : local , integration I tried to use ivy:install to migrate my modules between them. After publishing in local, i start a new task to migrate new dependencies I could have added to my local repo during