Skip to main content

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

Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> wrote:
> Partial success :)
> 
> https://build.eclipse.org/hudson/job/jgit/81/console
> 
> Is JGit console requiring 1.6 features now? I thought we decided to stay on 1.5?

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.

-- 
Shawn.


Back to the top