TwoStone / gradle-eclipse-compiler-plugin

9 stars 9 forks source link

ECJ Version and no Output in console #5

Closed dovogt closed 5 years ago

dovogt commented 5 years ago

I have a big project and the compiler messages are written to a file. Nevertheless, you are written in the console. Is it possible to suppress this?

options.fork = false
options.encoding = "cp1252"
options.warnings = false
options.compilerArgs << '-properties' << '.settings/org.eclipse.jdt.core.prefs' << '-log' << buildDir.getAbsolutePath() + 'reports/compiler.log' << '-proc:none'

Can I specify the ECJ version to use?

zsalab commented 5 years ago

define the version is available with #4 PR (unfortunately not merged yet) you will see example there as well

unfortunately I do not know the answer to your other question

dovogt commented 5 years ago

Thanks, it worked.

I keep looking for a solution. If I found one. I write it in the post