Re: [IVY] JarResolverTest fails (was Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed)

2011-09-22 Thread Nicolas Lalevée
Le 22 sept. 2011 à 10:03, Nicolas Lalevée a écrit : > > Le 22 sept. 2011 à 08:47, Stefan Bodewig a écrit : > >> The failure in Gump >> >> is because the test tries to ope

Re: [IVY] JarResolverTest fails (was Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed)

2011-09-22 Thread Nicolas Lalevée
Le 22 sept. 2011 à 08:47, Stefan Bodewig a écrit : > The failure in Gump > > is because the test tries to open jar files in "test/jar-repos" that are > simply not there. >

[IVY] JarResolverTest fails (was Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed)

2011-09-21 Thread Stefan Bodewig
The failure in Gump is because the test tries to open jar files in "test/jar-repos" that are simply not there. The test fails for me locally as well, so it is not a Gump spe

Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-14 Thread Nicolas Lalevée
Now the unit tests are failing. The build has been setup to fail if unit tests don't fully pass. The failing tests are the one I introduced with the import of Bushel. I will fixed them. Nicolas Le 14 déc. 2010 à 22:55, Antoine Levy-Lambert a écrit : > The most complete build log link seems to

Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-14 Thread Antoine Levy-Lambert
The most complete build log link seems to be http://vmgump.apache.org/gump/public/ivy/ivy-tests/gump_work/build_ivy_ivy-tests.html I do not see the error there, it must be in a section replaced by an ellipsis ... Regards, Antoine On 12/14/2010 9:03 PM, Gump Integration Build wrote: Project i

Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-13 Thread Stefan Bodewig
On 2010-12-13, Nicolas Lalevée wrote: > If it happens again, do we have rights to commit there ? Yes, every ASF committer has full access to Gump's metadata. Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For a

Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-13 Thread Nicolas Lalevée
Le 13 déc. 2010 à 16:34, Stefan Bodewig a écrit : > On 2010-12-13, Nicolas Lalevée wrote: > >> The build is failing because now some ant task in the build needs >> ant-contrib. > > OK, now I see it, thank you. > >> From what I understand from Gump, it is intended to test the projects >> interd

Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-13 Thread Stefan Bodewig
On 2010-12-13, Nicolas Lalevée wrote: > The build is failing because now some ant task in the build needs > ant-contrib. OK, now I see it, thank you. > From what I understand from Gump, it is intended to test the projects > interdependencies and backward compatibility. Then about the > integrati

Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-13 Thread Nicolas Lalevée
The build is failing because now some ant task in the build needs ant-contrib. To automatically get ant-contrib, I made the target depends on the "resolve" target which will via Ivy get the proper ant-contrib jar. Since this build is explicitly specifying "no.resolve=true", ant-contrib is then n