ceylon / ceylon-gradle-android

Ceylon Gradle plugin for Android
Apache License 2.0
9 stars 2 forks source link

Compiler errors not visible in Android Studio #2

Closed bjansen closed 8 years ago

bjansen commented 8 years ago

Compiler errors are only visible when gradle is called from the CLI, supposedly because errors are printed on System.err, and Android Studio shows errors logged via the Gradle API, or something like that.

bjansen commented 8 years ago

This means we'll have to use CeyloncTool instead of simply calling the ceylon script. It might be a good idea to do this in ceylon-gradle-plugin, and delegate the compilation to this plugin.

bjansen commented 8 years ago

I'm working on a PR.