-
Notifications
You must be signed in to change notification settings - Fork 89
Fix build with Windows #958
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
One thing I noticed in my tests here is that there are a lot of ant path patterns starting with "/" (for instance, on MoveFilesActionTest class). I think that these patterns should be using relative patterns (such as |
I can't recall. I think I had problems with relative paths. |
I tested the branch of @ammachado on Windows but there are still failing tests, for example: The failing tests compare the Should I add a method An alternative is to fix it in the tests themselves, so I don't need to touch |
@bottemav I applied the changes you mentioned, can you test again? I'm away from my Windows machine until November. |
@ammachado Thanks for the quick fix. The build now fails due to this test
I then fixed
What is the best approach to proceed? |
Enhancements to #958 --------- Co-authored-by: Adriano Machado <[email protected]> Co-authored-by: Fabian Krüger <[email protected]> Co-authored-by: Adriano Machado <[email protected]>
- Build runs under Windows - All tests green - Shell application works - Spring Boot 3 Upgrade Report app works Changes - Change line endings to sue `\n` and adjust string comparisons in tests - Fix GH action - Add new method `get...Path()` to `ProjectResource` closes #958 --------- Co-authored-by: Adriano Machado <[email protected]> Co-authored-by: Adriano Machado <[email protected]> Co-authored-by: Adriano Machado <[email protected]>
@fabapp2 the Windows build is still broken. |
What needs to be done
Fix the build of
main
branch under Windows.Why it needs to be done
After getting my hands on a Windows machine it turned out the build fails.
The text was updated successfully, but these errors were encountered: