Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] So close..

So the build still fails, but it actually looks like it's mostly working now. The last issue has to do with the TestLayout test failing, which I'm hoping someone else can shed some light on.

I couldn't understand how other bundles were building when they appeared to have cyclic dependencies or imported things with cyclic dependencies, but Poi would not. So I compared the poi project with some of the others, and I discovered that the build.properties files were slightly different: poi was specifying src.includes whereas the other projects were not. I changed the poi build.properties and reran the build, and now instead of failing after 30 mins with a cyclic dependency error, the build runs for its normal(!) duration of 1.5 hours, but then fails with this:

Test org.eclipse.orbit.releng.tests.TestLayout FAILED

It then advises to check the test log, but I can't find one anywhere.

I feel like I'm close, but I'm stuck. Does anyone have any suggestions about what the issue might be?

Thanks,
Edwin


Back to the top