Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature generation support for multi-module projects #654

Open
3 tasks
ericglau opened this issue Nov 19, 2021 · 2 comments
Open
3 tasks

Add feature generation support for multi-module projects #654

ericglau opened this issue Nov 19, 2021 · 2 comments

Comments

@ericglau
Copy link
Contributor

  • Track class files from all modules that are in the Gradle multi project build (this should already be done in ci.common but it should be verified as part of this issue)
  • In generateFeatures task, if classFiles is null or empty (meaning it is the optimize scenario), pass in all of the Gradle multi project build's classes directories to binary scanner
  • Generate the feature list XML file in the server configuration directory that has no other modules depending on it.

This issue depends on #625 to be implemented first.

@pitflash
Copy link

pitflash commented Jan 3, 2023

Hey,

is there already a plan to implement the devMode support for multi module projects?

I recently migrated a very large project to Gradle. The ability to use Liberty devMode for our large project promises an additional huge increase on the developers productivity.

Regards

Daniel

@cherylking
Copy link
Member

@pitflash We have issue #625 open to add multi-module support for dev mode. It's definitely something we want to address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants