Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] building help with CBI

Hi all,

first of all congratulations of pushing changes back into main
repositories :-). I can't wait to abandon the CBI repo :-).

In the meantime, I'd like to bring your attention to one more unresolved
issue - help is not being build completely in the CBI Platform build.

I mean, bundles are created, but only content that exists before build
is available. There is no reference API nor extension point
descriptions. Both those things should be generated at build time.

I have added a patch that is used in Fedora to bug [1], but it can't be
applied directly to the CBI build. The main issue with it is that it
changes many paths inside options file that are also used by pdebuild.

Those paths point to other projects, which provide content for reference
api generation. What would be the best way to keep both mechanism
(pdebuild and CBI build) working?

The patch uses also tycho-eclipserun-plugin instead of
maven-antrun-plugin, so I think it should not be a problem from the
"purity" point of view.


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=389862

-- 
Krzysztof Daniel <kdaniel@xxxxxxxxxx>
Red Hat



Back to the top