Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Bunch of "A cycle was detected" errors after pulling JGit

I did a fresh clone today and I get the cycle errors.

Could it be that our test bundles contain the same package names
and therefore confused the dependency logic?

----- Ursprungligt meddelande -----
> Looks fine here.
> 
> ----- Ursprungligt meddelande -----
> > FWIW, I'm using Eclipse 4.2.1 (M20120914-1800).
> > 
> > T
> > 
> > On Sat, Feb 16, 2013 at 10:01 PM, Tomasz Zarna <tzarna@xxxxxxxxx>
> > wrote:
> > > Hi guys,
> > >
> > > Wanted to undust couple of my old reviews today, so pulled latest
> > > changes for JGit. To my surprise this didn't go as smooth as
> > > usual.
> > > After building the workspace I saw a bunch of "A cycle was
> > > detected"
> > > errors. Here is one of them:
> > >
> > > A cycle was detected in the build path of project
> > > 'org.eclipse.jgit.ant.test'. The cycle consists of projects
> > > {org.eclipse.jgit.test, org.eclipse.jgit.junit,
> > > org.eclipse.jgit.pgm,
> > > org.eclipse.jgit.ant, org.eclipse.jgit.ui,
> > > org.eclipse.jgit.ant.test,
> > > org.eclipse.jgit.pgm.test}      org.eclipse.jgit.ant.test
> > >
> > > My HEAD/master is on 6cadceee1624eced4085605398c0b24eb4838bf7.
> > >
> > > All the errors are gone if I revert
> > > ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40 : "Prepare
> > > 2.4.0-SNAPSHOT
> > > builds" by Matthias. It's 3 days old.
> > >
> > > Is it just me? What am I doing wrong?
> > >
> > > Cheers,
> > > Tomasz
> > _______________________________________________
> > jgit-dev mailing list
> > jgit-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/jgit-dev
> > 
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jgit-dev
> 


Back to the top