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

Additional support for multi-module loose ear applications #806

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

mattbsox
Copy link
Member

The loose ear logic will now check for additional project dependencies inside of war project dependencies and handle them accordingly.

@mattbsox mattbsox force-pushed the multi-module-ear branch 4 times, most recently from 4c9d422 to 71e48d7 Compare April 3, 2023 22:01
if (OSUtil.isWindows()) {
projectPath = projectPath.replace("\\", "")
} else {
projectPath = projectPath.replace("/", "")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the forward/backward slashes in the projectPath getting replaced with nothing? Is this just getting rid of a leading slash? If so, a substring might be better. If not, I don't understand how we can just get rid of all slashes in the projectPath.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that was just for the leading slash. I can try with a substring instead.

@mattbsox mattbsox merged commit bd8a3bd into OpenLiberty:main Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants