Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Sync projects broken due to jGit moving class to 'internal'

John,
Can you try M6 parallel package and confirm you understand what is broken and that it has since changed?
Thanks.

On Mar 22, 2013 5:13 PM, "John Eblen" <jeblen@xxxxxxx> wrote:
There have been several changes to JGit's FileRepository class in the last four
days, most recently this morning. I tested sync using the latest JGit nightly,
and it seems to work fine.

Also, sync does not use the FileRepository class, but the FileRepositoryBuilder
class. So I suspect this was only a temporary JGit bug.


John

On Fri, Mar 22, 2013 at 2:49 PM, Beth Tibbitts <tibbitts@xxxxxxxxxx> wrote:

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=404158

I suppose this is a question for John Eblen.
Should we request that jGit move that class to a more stable/API area, or use something different in our PTP code?
Meanwhile can we fix our code to build with the current location of this class so that we can provide an update to install over the
current M6 parallel package, which will not work as currently built?

I kept the parallel package in the M6 build because it's more convenient to test with that as a base.


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top