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

Set wildcard classpath for windows start batch #382

Merged
merged 4 commits into from
Nov 8, 2024

Commits on Oct 29, 2024

  1. Set wildcard classpath for windows start batch (#371)

    The generated start script for Windows consists of a huge classpath.
    This classpath was too long, resulting in an error when executing the start
    script. Using wildcard to include libraries shortens the classpath so that now
    error occurs when executing the start script.
    dr0i committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ffa5b7a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update metafix-runner/build.gradle

    Co-authored-by: Jens Wille <[email protected]>
    dr0i and blackwinter authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    be72f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8b280f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Disable up-to-date checks when creating start scripts. (#382)

    Gradle would produce the following error on Windows (while Linux is not affected):
    
    "Cannot access input property 'classpath' of task ':metafix-runner:startScripts'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). For more information, please refer to https://docs.gradle.org/8.10.2/userguide/incremental_build.html#sec:disable-state-tracking in the Gradle documentation."
    blackwinter committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a2fbff1 View commit details
    Browse the repository at this point in the history