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

Issues running samples on Windows OS #181

Open
shanman190 opened this issue Dec 3, 2020 · 0 comments
Open

Issues running samples on Windows OS #181

shanman190 opened this issue Dec 3, 2020 · 0 comments

Comments

@shanman190
Copy link
Contributor

shanman190 commented Dec 3, 2020

At the moment collecting notes here with respect to running the samples on Windows and the issues involved with doing so.

  • producer_with_git
    • Windows path and JGit error
    • Git URIish: git://file://C:\git\spring-cloud-contract-sampels\producer_with_git\../target/
    • Seems like the '\' is the culprit
  • producer_with_git_empty
    • Same error as producer_with_git
  • producer_proto
    • Uses /bin/bash, which isn't Windows friendly...
  • producer_webflux_security
    • ./keygen.sh bash and sh aren't natively available
    • GlobalSecurityConfig.kt is expecting public.txt to only have Linux line endings
  • consumer
    • ROOT environment variable relies on pwd command (not available on Windows by default)
    • pwd command is sometimes available for Windows users when running in Bash from Git for Windows. pwd returns a *nix style path which does not work with the Java usage in the consumer.
  • consumer_proto
    • Same issue as with producer_proto
  • ... more to come
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

No branches or pull requests

1 participant