You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will try to add a test case to demonstrate this. But here's what happens:
We get the EclipseCompiler with something like this: CompilationTask task = compiler.getTask(printWriter, filemanager, listener, copyOptions, null, units);
Now, the problem is, getTask() initiates the compiler, calling Main#configure() which eventually fails at handleSingleModuleCompilation() because --module-source-path has not been passed as a regular argument.
The text was updated successfully, but these errors were encountered:
I will try to add a test case to demonstrate this. But here's what happens:
EclipseCompiler
with something like this:CompilationTask task = compiler.getTask(printWriter, filemanager, listener, copyOptions, null, units);
task.call()
Now, the problem is,
getTask()
initiates the compiler, callingMain#configure()
which eventually fails athandleSingleModuleCompilation()
because--module-source-path
has not been passed as a regular argument.The text was updated successfully, but these errors were encountered: