Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Java 1.5 compatibility

Using commit b19924f150f463c5962e6d4c2c20ae42226f9a09, I just had
problems compiling jgit with JDK 1.5. Looks like the only problem is
UploadPackInternalServerErrorException-constructor which uses
IOException(Throwable) which can easily be rewritten. I'd supply a
patch, if 1.5 compatibility is something community considers as
desirable (I do)

--
Best regards,
Marc Strapetz
=============
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com


Back to the top