gitflow-incremental-builder support? #5157
Unanswered
phermsdorf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i recently tried adding the maven extension https://github.com/gitflow-incremental-builder to out build.
For local experiments without setting up branches etc. it's enough to add it to a build section like this:
Then change some code in some module. The idea is that it picks up the changed module and it's depenedencies and their tests and build them and run's their tests.
I tried it with a plugin project. It starts as extension and detects the change. I see that tycho seems to resolve the target, but then the build stops with an error like this:
Where
com.company.customfields.rxp
is the changed module andcom.company.core.rxp
is a dependent bundle which exists in the maven reactor.So it seems the resolving does in this case not work as expected. I think an interesting point would also be to resolve fragment projects to the osgi bundles since this setup is often used for storing the tests for the osgi bundles.
Has anyone tried that already? Is that something that maybe could be make to work with tycho builds?
Thanks for any insights on that.
Bye Peter
Beta Was this translation helpful? Give feedback.
All reactions