ValidatorFX icon indicating copy to clipboard operation
ValidatorFX copied to clipboard

Make import into eclipse work

Open effad opened this issue 1 year ago • 2 comments

cf. https://github.com/eclipse/buildship/issues/658 and the workaround described there. Maybe this can help and I don't need to remove module-info.java anytime I want to import the project into eclipse.

effad avatar Jun 19 '24 06:06 effad

The above workaround works insofar as there are no compile errors anymore in the src/main/validatorfx folder. But in src/test/java no JavaFX seems to be known at all...

effad avatar Mar 20 '25 12:03 effad

Playing around with org.javamodularity.moduleplugin:

compileTestJava {
	moduleOptions {
		compileOnClasspath = false
	}
}

let's compilation of tests fail on the command line as well...

effad avatar Mar 20 '25 12:03 effad