Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 91977 invoked from network); 26 Jun 2007 07:45:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 07:45:22 -0000 Received: (qmail 78231 invoked by uid 500); 26 Jun 2007 07:45:25 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 78216 invoked by uid 500); 26 Jun 2007 07:45:25 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 78207 invoked by uid 99); 26 Jun 2007 07:45:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 00:45:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [149.243.232.20] (HELO mail-gw.space.eads.net) (149.243.232.20) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 00:45:20 -0700 Received: from gebre-mx001.ge.infrasha.st.space.corp ([149.243.173.58]) by mail-gw.space.eads.net with InterScan Messaging Security Suite; Tue, 26 Jun 2007 09:45:50 +0200 Received: from clam.de.astrium-si.corp ([149.243.222.42]) by gebre-mx001.ge.infrasha.st.space.corp with Microsoft SMTPSVC(6.0.3790.211); Tue, 26 Jun 2007 09:44:43 +0200 From: Johannes Stamminger Organization: EADS Astrium To: ivy-user@incubator.apache.org Subject: Re: artifacts of evicted module Date: Tue, 26 Jun 2007 09:44:42 +0200 User-Agent: KMail/1.9.6 References: <843099.37129.qm@web30812.mail.mud.yahoo.com> <200706260900.13053.Johannes.Stamminger@astrium.eads.net> In-Reply-To: <200706260900.13053.Johannes.Stamminger@astrium.eads.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706260944.42523.Johannes.Stamminger@astrium.eads.net> X-OriginalArrivalTime: 26 Jun 2007 07:44:43.0083 (UTC) FILETIME=[DC00D1B0:01C7B7C5] X-Virus-Checked: Checked by ClamAV on apache.org Hi! On Tuesday 26 June 2007, Johannes Stamminger wrote: > Hi! > > On Monday 25 June 2007, Maarten Coene wrote: > > It's possible that the problem is already fixed by a change I've > > committed recently... > > > > Maarten > > Did you provide it related to an issue? Else I would raise another one that > you might close then again ... just for documentation ... ? > > Today I will give the actual repository version a try. I made some tests with more versions now: 1. actual trunk branch snapshot: a) Your documentation seems out of date. When using ivy-1.4.1 (see remark on download page) for building actual snapshot the "ant jar" leads to: jstammi@clam:~/Work/ivy/src/ivy$ ant Buildfile: build.xml init: prepare: compile-core: compile-ant: init-ivy: resolve: [ivy:retrieve] :: Ivy 1.4.1 - 20061109165313 :: http://incubator.apache.org/ivy/ :: [ivy:retrieve] impossible to define new type: class not found: org.apache.ivy.plugins.resolver.VsftpResolver in [] nor Ivy classloader [ivy:retrieve] impossible to define new type: class not found: org.apache.ivy.plugins.resolver.SshResolver in [] nor Ivy classloader [ivy:retrieve] impossible to define new type: class not found: org.apache.ivy.plugins.resolver.VfsResolver in [] nor Ivy classloader [ivy:retrieve] impossible to define new type: class not found: org.apache.ivy.plugins.resolver.SFTPResolver in [] nor Ivy classloader ... Do you track this by issues, too? b) the evictions are included again in the graph and reports, this seems fixed c) the dependencies hirarchy is still not shown. All dependents are shown as directly connected to the top level moduleC. I will report this in a moment. 2. actual 1.4.x branch snapshot a) build with ivy-1.4.1 succeeded b) eviction is broken there for my configuration as with the 1.4.1 release 3. http://incubator.apache.org/ivy/downloads/latest/ivy-1.5.0-incubating-dev-20070308022022-bin.zip Same bahviour as 2.0.0-alpha1, evictions as expected but no longer being reported and dependencies hirarchy is not shown. Regards, Johannes Stamminger > > > Regards, > Johannes Stamminger > > > ----- Original Message ---- > > From: Xavier Hanin > > To: ivy-user@incubator.apache.org > > Sent: Monday, June 25, 2007 6:58:45 PM > > Subject: Re: artifacts of evicted module > > > > On 6/25/07, Johannes Stamminger > > > > wrote: > > > Hi again a last time for today! > > > > > > > > > Hi just tested the 2.0.0-alpha1 behaviour (with the example provided as > > > attachment to IVY-537). > > > > > > Good: the build no longer fails with not using an all-conflict manager > > > as workaround and all evictions were done as expected. > > > > > > But: graph and html do no longer show any eviction information nor the > > > dependencies hirarchy. > > > > > > Is there something more to do than switching the ivy-jar in the apache > > > libs or > > > are those known issues or ... ? > > > > No, there's nothing more to do than switching the jar. It's a good news > > to know eviction is working as expected, I'm surprised about the reports. > > Since we have your example attached with IVY-537, we'll try to find out > > what's happening. > > > > Xavier > > > > Regards, > > > > > Johannes Stamminger > > > > > > On Monday 25 June 2007, Johannes Stamminger wrote: > > > > Hi! > > > > > > > > On Monday 25 June 2007, Xavier Hanin wrote: > > > > > On 6/25/07, Johannes Stamminger > > > > > > > > > > > > > > > wrote: > > > > > > Hi again! > > > > > > > > > > > > > > > > > > Our workaround was so far to use the all-conflict manager > > > > > > instead. > > > > > > > > > > > > > > > > > > Today I found the time to extract a sample configuration of our > > > > > > more complex > > > > > > setup. And it revealed, that the problem is not with modules > > > > > > providing > > > > > > > > > their > > > > > > dependencies themselves by way of delivered ivy files. But with > > > > > > external libs > > > > > > whose artifacts are referenced from a module's ivy file, there > > > > > > the problem appears. With moduleA referencing libX-1.0 with: > > > > > > > > > > > > > > > > > conf="compile, development, deployment"> > > > > > > > > > > > > > > > > > conf="deployment"/> > > > > > > > > > > > conf="development"/> > > > > > > > > > > > > > > > > > > > > > > > > and another module referencing same libX but in version 2.0 by > > > > > > way > > > > > > of: > > > > > > > > > > > conf="compile, development, deployment"> > > > > > > > > > > > > > > > > > ext="jar.license" conf="deployment"/> > > > > > > > > > > > conf="development"/> > > > > > > > > > > > > > > > > > > > > > > > > the eviction of libX-1.0 fails (note the different namings for > > > > > > the license artifact). > > > > > > > > > > > > I have a complete running example available - but as I read from > > > > > > previous mails, attachments are stripped. So I cannot provide it > > > > > > here > > > > > > > > > but will attach > > > > > > it tomorrow to a new issue ... unless you believe my way of > > > > > > referencing > > > > > > > > > libX > > > > > > being not correct ... ? > > > > > > > > > > You can open the issue, your referencing is correct. > > > > > > > > Thanks for the confirmation! The bug is now filed in > > > > https://issues.apache.org/jira/browse/IVY-537 > > > > > > > > > > > > Regards, > > > > Johannes Stamminger > > > > ... > > > > > > -- > > > !!! NEU/NEW !!! vvvvvvv > > > Johannes.Stamminger@Astrium.EADS.net [2FE783D0 > > > http://wwwkeys.PGP.net] ------ ----<--{(@ ------------------ > > > EADS ASTRIUM Koenigsberger Str. 17, 28857 Barrien > > > Ground System Eng. (TE55) +49 4242 169582 (Tel + FAX) > > > Huenefeldstr. 1-5, 28199 Bremen +49 174 7731593 (Mobile) > > > +49 421 539 4152 (Tel) / 4378 (FAX) > > > > > > This email (including any attachments) may contain confidential and/or > > > privileged information or information otherwise protected from > > > disclosure. If you are not the intended recipient, please notify the > > > sender immediately, do not copy this message or any attachments and do > > > not use it for any purpose or disclose its content to any person, but > > > delete this message and any attachments from your system. Astrium > > > disclaims any and all liability if this email transmission was virus > > > corrupted, altered or falsified. > > > --------------------------------------------------------- > > > Astrium GmbH Vorsitzender des Aufsichtsrates: Thomas Mueller - > > > Geschaeftsfuehrung: Evert Dudok (Vorsitzender), Dr. Reinhold Lutz, > > > Pablo Salame Fischer > > > Sitz der Gesellschaft: Muenchen - Registergericht: Amtsgericht > > > Muenchen, HRB Nr. 107 647 -- !!! NEU/NEW !!! vvvvvvv Johannes.Stamminger@Astrium.EADS.net [2FE783D0 http://wwwkeys.PGP.net] ------ ----<--{(@ ------------------ EADS ASTRIUM Koenigsberger Str. 17, 28857 Barrien Ground System Eng. (TE55) +49 4242 169582 (Tel + FAX) Huenefeldstr. 1-5, 28199 Bremen +49 174 7731593 (Mobile) +49 421 539 4152 (Tel) / 4378 (FAX) This email (including any attachments) may contain confidential and/or privileged information or information otherwise protected from disclosure. If you are not the intended recipient, please notify the sender immediately, do not copy this message or any attachments and do not use it for any purpose or disclose its content to any person, but delete this message and any attachments from your system. Astrium disclaims any and all liability if this email transmission was virus corrupted, altered or falsified. --------------------------------------------------------- Astrium GmbH Vorsitzender des Aufsichtsrates: Thomas Mueller - Geschaeftsfuehrung: Evert Dudok (Vorsitzender), Dr. Reinhold Lutz, Pablo Salame Fischer Sitz der Gesellschaft: Muenchen - Registergericht: Amtsgericht Muenchen, HRB Nr. 107 647