Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] tycho build

Jason van Zyl <jason@xxxxxxxxx> wrote:
> On 2009-12-05, at 12:59 PM, Shawn O. Pearce wrote:
> > 
> > The failing tests are all encoding related.  This situation has
> > been going on for a long time, longer than we have been hosted at
> > Eclipse.org.  Although I carry a Mac OS X laptop, I have no idea
> > what the hell is wrong with the tests...
> > 
> > So Jason will likely have a bit of an uphill battle here, as simply
> > skipping the test is a bad idea.
> 
> Sure, just tell me where to pull from and I'll fix it. Skipping the tests isn't acceptable.

If you just want code before the Tycho build:

  git clone git://egit.eclipse.org/egit/parallelip-jgit.git jgit
  cd jgit
  mvn test

If you want Igor's code too you can pull that branch down after:

  git pull git://egit.eclipse.org/egit/parallelip-jgit refs/changes/25/125/2

-- 
Shawn.


Back to the top