Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Gradle GUI for Android - "Could not create plugin of type 'AppPlugin'." #125

Closed paulvi closed 10 years ago

paulvi commented 10 years ago

For Android projects Gradle GUI fails to start from command line or prom plugin with message "Could not create plugin of type 'AppPlugin'." or "'LibraryPlugin'" (at least on Windows)

paulvi commented 10 years ago

version 1.10 on Windows

C:\Users\weibl\git\ActionBarSherlock>gradle --gui
C:\Users\weibl\git\ActionBarSherlock>gradle --version

------------------------------------------------------------
Gradle 1.10
------------------------------------------------------------

Build time:   2013-12-17 09:28:15 UTC
Build number: none
Revision:     36ced393628875ff15575fa03d16c1349ffe8bb6

Groovy:       1.8.6
Ant:          Apache Ant(TM) version 1.9.2 compiled on July 8 2013
Ivy:          2.2.0
JVM:          1.7.0_11 (Oracle Corporation 23.6-b04)
OS:           Windows 7 6.1 amd64
paulvi commented 10 years ago

actually fixed in the latest android plugin.

see Nodeclipse/Enide build.gradle template

lamb commented 10 years ago

@PaulVI 你在使用gradle吗?我最近在学习gradle

paulvi commented 10 years ago

我也是学习。 而且 用http://marketplace.eclipse.org/content/gradle 更好学

paulvi commented 10 years ago

Gradle (Eclipse plugin) with Minimalist Gradle Editor fits great for use case, when there is maven project or classic Android project and you want to try "what if to use gradle" without breaking what you have, but as an additional build option.

Also Maven and Gradle are by design lightweight. While it may be too much to have both full m2e and Gradle Eclipse integration (and Groovy plugin) in the same Eclipse, having Maven and Gradle adds some simple tools without overhead.