Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] JGit Build Failures?

On Tue, Dec 22, 2009 at 3:03 PM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> JGit console requires 1.6 because it links to java.io.Console, which
> was introduced in 1.6.  The only user of it is our pgm package,
> and that knows how to fall back to using an AWT based password
> prompt when running on a 1.5 JVM.

Ok, the issue I have is that if we build with 1.6, we have tests fail.
     https://build.eclipse.org/hudson/job/jgit/lastCompletedBuild/testReport/

I have opened a bug against JGit to see if we can get this issue addressed:
     https://bugs.eclipse.org/bugs/show_bug.cgi?id=298437

I believe it's the evil MessageDigest issue...

Cheers,

-- 
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk


Back to the top