Skip to content

rtafurthgarcia/ClassPlannerFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassPlannerFX

Too to manage and plan classes on a yearly basis

Project setup

To be able to launch tests, one has to first add the following to their .vscode/settings.json:

    "java.configuration.updateBuildConfiguration": "interactive",
    "java.debug.settings.onBuildFailureProceed": true,
    "java.test.config": 
    [
        {
            "name": "testConfig",
            "vmargs": [ 
                "--add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED"
            ]
        }
    ]
}

due to the fact TestFX needs those exports.

About

Too to manage and plan classes on a yearly basis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published