-
Notifications
You must be signed in to change notification settings - Fork 172
master does not build on windows with Maven 4.0.0-rc-3 #327
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
Comments
I cloned the branch of your PR and get the same error there. Needed to run as admin, as one other test otherwise fails due to execution rights. |
This error didn't occurred in the GitHub action, including on Windows. What is the full name of the directory where the plugin has been cloned on your machine? For checking if there is a special character which appears when the plugin converts a path to an absolute path. |
Correction: maybe no need to provide the full path. Looking at the line where the error occurred, I think that this is an encoding issue. What is the encoding of your Windows system? Can you check if |
Path of my plugin fork:
path of the clone of your PR
Output
|
Thanks. I wll try tomorrow to add a commit using the encoding returned by |
…ess (forked compiler). apache#327
Should be fixed in commit 7bac7a5. Can you try again please? |
…ess (forked compiler). Avoid too verbatim verifications of locale-sensitive compiler messages. apache#327
Affected version
4.0.0-beta-3-SNAPSHOT
Bug description
I wanted to update parent version, but I got test errors. So I tried to build master and got the same error too.
When trying to build current master (4.0.0-beta-3-SNAPSHOT) as of commit 7d44073 the build breaks on my Windows machine
The text was updated successfully, but these errors were encountered: