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

Test Case for Handling Spaces in App name and Directory Name. #354

Open
aparnamichael opened this issue Oct 22, 2024 · 1 comment · May be fixed by #364
Open

Test Case for Handling Spaces in App name and Directory Name. #354

aparnamichael opened this issue Oct 22, 2024 · 1 comment · May be fixed by #364
Assignees
Milestone

Comments

@aparnamichael
Copy link
Contributor

aparnamichael commented Oct 22, 2024

Include test case for the following:
The application name has a space.
The directory name contains a space.

@SuparnaSuresh
Copy link

SuparnaSuresh commented Nov 1, 2024

The application name has a space.

  • Gradle

Cannot handle this scenario for maven since app name with space is not allowed. In pom.xml file, artifact - id - is the project name. Artifact id with space is not valid in pom.xml and it will throw error while we perform the LTV actions.

[ERROR] 'artifactId' with value 'app-liberty mvn' does not match a valid id pattern,

hence cannot cover this scenario.

The directory name contains a space.

  • Gradle
  • Maven

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

Successfully merging a pull request may close this issue.

3 participants