Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] stable-4.7 and stable-4.8 builds failing due to missing jgit-4.8.target file

On Fri, Aug 31, 2018 at 4:01 AM David Pursehouse <david.pursehouse@xxxxxxxxx> wrote:
The jgit build configuration includes a property setting target-platform=jgit-4.8 [1].

This causes builds of stable-4.7 and stable-4.8 to fail with "org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target (No such file or directory" (see for example [2]).

Previously I've removed that setting and retriggered the jobs, allowing them to succeed, but I don't think we should keep adding and removing it.

Instead of hard-coding the property in the job, can it be set dynamically based on the branch name?

I'll look into this problem
 
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jgit-dev

Back to the top