Closed bertfrees closed 7 years ago
@joeha480 Do you have an idea why test_obfl-to-pef.xprocspec is now broken?
There is a warning:
WARN o.d.dotify.obfl.impl.ExpressionImpl - int2text operation is not supported in the current configuration.
I'll have a look.
There's an error in the dotify.formatter.impl:3.0.0 which prevents it from loading the reference to int2text in OSGi. I'll release v3.1.0 shortly and update the PR.
Thanks.
I've updated the PR now, and it works for me, but I never saw the error you talked about. Does it show up if I run make check
in the super project?
Thanks, it builds now. That warning showed up in the test.log file of the dotify-calabash module (under target). You don't see it when you run make check
. You'll just see that the test fails.
This PR is part of https://github.com/daisy/pipeline/pull/498.