Brad Larson
Brad Larson
Some build systems use [-M arguments to GCC](https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html) to generate a .d file, which specifies file dependencies. Currently buildCache will generate these .d files in the .buildcache/tmp/ folder when running...
I'm getting a maven error when trying to run 'mvn install' with java 10.0.1 64-bit: Running com.janprach.multiplatformswt.MultiPlatformSwtHelperIT Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.064 sec
### Describe the issue I have a test which uses EXPECT_NONFATAL_FAILURE. I've recently started using --gtest_repeat (which is fantastic) and want to use --gtest_break_on_failure for my debugger to track down...
`URLClassLoader cl = (URLClassLoader)SWTLoader.class.getClassLoader();` This is no longer supported in java9. See https://blog.codefx.org/java/java-9-migration-guide/#Casting-To-URL-Class-Loader for details.