Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT unit tests


----- Original Message -----
> From: "Stefan Xenos" <sxenos@xxxxxxxxxx>
> To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
> Sent: Tuesday, 2 August, 2016 8:54:03 PM
> Subject: [platform-swt-dev] SWT unit tests
> 
> Hi!
> 
> I'm working on bug 499010. I added API which lets code outside SWT contribute
> an exception handler, and added unit tests that exercise that API.
> 
> However, the build server keeps failing with a compilation error that
> suggests that the unit tests are building against an older version of SWT
> that does not contain my new API.
> 
> Could anyone kindly help me figure out what's going on?

This is due to the way build-individual-bundles profile works - it resolves everything from the repo. Best way to handle it is to have first commit adding the API and consequent one adding the tests.

> 
> The change in question is here:
> 
> https://git.eclipse.org/r/#/c/60738/
> 
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

-- 
Alexander Kurtakov
Red Hat Eclipse team


Back to the top