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

Fix Windows-compatibility #362

Merged
merged 4 commits into from
Aug 6, 2024
Merged

Fix Windows-compatibility #362

merged 4 commits into from
Aug 6, 2024

Commits on Oct 31, 2022

  1. Fix config-incompatibilities on Windows systems

    pom.xml:
    	Solved http(s) Maven conflict
    astor.properties:
    	Added more comments on Windows-path depended fields
    	Changed gzoltarVersion to actual provided 1.7.4-SNAPSHOT
    zaricu22 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    93bbbf7 View commit details
    Browse the repository at this point in the history
  2. Fix runtime-incompatibilities on Windows systems

    Separate environment-specific execution logic:
    	Added ProcessBuilder and Runtime.exec with PowerShell or CMD
    	Fixed file-path separator incompatibilities
    
    NovelGZoltar and Flacoco incompatibilities are not solved!
    zaricu22 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    21a1d7d View commit details
    Browse the repository at this point in the history
  3. Fix test-incompatibilities on Windows systems

    Changing hard-coded separators with OS agnostic File.separator/pathSeparator
    zaricu22 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    28b01a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    bf73288 View commit details
    Browse the repository at this point in the history