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

jvm: add FuzionOptions to jar file when using -jar target #3783

Merged
merged 1 commit into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. jvm: add FuzionOptions to jar file when using -jar target

    Otherwise, I see this
    
         > make run_tests_jar
        rm -rf build/tests
        mkdir -p build
        cp -rf ./tests build/tests
        chmod +x build/tests/*.sh
        Exception in thread "Fuzion thread" java.lang.NoClassDefFoundError: dev/flang/util/FuzionOptions
        	at dev.flang.util.Errors.<clinit>(Errors.java:63)
        	at dev.flang.be.jvm.runtime.FuzionThread.lambda$new$2(FuzionThread.java:116)
    	at java.base/java.lang.Thread.run(Thread.java:1583)
        Caused by: java.lang.ClassNotFoundException: dev.flang.util.FuzionOptions
    fridis committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2cf2129 View commit details
    Browse the repository at this point in the history