Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Errors compiling jgit(master)

On Mon, Aug 16, 2010 at 7:35 PM, Ketan Padegaonkar
<ketanpadegaonkar@xxxxxxxxx> wrote:
> Hey JGit team,
>
> I was trying to get my hands dirty building a git based browser using
> jruby+jgit. I got compiler errors when building jgit on java 1.5.
>
> The contribution guide mentions that jgit needs java 1.5 to build, which
> clearly does not seem to be the case according to the error message.
>
> The compile goes ahead when I switch to java 1.6. But I think this is
> something you might want to fix in the build scripts or the contribution
> guide.

Maybe Shawn can shed some light on this but jgit.console's
Bundle-RequiredExecutionEnvironment is JavaSE-1.6 indicating that it
requires 1.6... jgit itself will run on 1.5+

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top