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

Windows build failure - with start-site and start-client #1601

Open
Jayanta0123 opened this issue Sep 30, 2024 · 2 comments
Open

Windows build failure - with start-site and start-client #1601

Jayanta0123 opened this issue Sep 30, 2024 · 2 comments
Assignees
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@Jayanta0123
Copy link

Hi there,

I have been trying for sometime to make a successful build for the spring-initializer (start.spring.io project) in my windows local. I tried with both maven (version 3.9) and mvnw (maven wrapper), and by skipping the tests and building new cache in .m2 folder. Nothing could help me in making a successful build - see screenshot below

image

image

Is there any way to let the build know that I'm using a window build, and commands like gradlew need to be replaced with 'gradle. Moreover the initial dot-slash (./) causes a lot of issues with windows build.

Is there any windows users around who can help me with the problem here?

@Jayanta0123
Copy link
Author

Just one thing to add here - I did a skip-tests, and it's a success now. Command is given below

mvn -DskipTests=true clean install

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 30, 2024
@mhalbritter
Copy link
Contributor

mhalbritter commented Sep 30, 2024

Looks like it tries to use ./mvnw even on windows. I'll investigate.

@mhalbritter mhalbritter self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

3 participants