Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:Support for projects hosted outside Eclipse.org"

(Error with gradle and vaadin build failure in eclipse but works fine with terminal)
 
(Replaced content with "Ask your questions on the forums. No one reads this page. No one.")
 
Line 1: Line 1:
Exception :
+
Ask your questions on the forums.  No one reads this pageNo one.
 
+
No signature of method: build_16j80bhfkqt2bfhcii98quk3mb$_run_closure1.id() is applicable for argument types: (java.lang.String) values: [fi.jasoft.plugin.vaadin] Possible solutions: is(java.lang.Object), is(java.lang.Object), find(), find(), find(groovy.lang.Closure), find(groovy.lang.Closure)
+
 
+
 
+
Note: it's working good with terminals unable to build using eclipse... I have installed gradle 2 and vaadin 7 plugin.
+
 
+
 
+
 
+
 
+
 
+
+
my build.gradle like :plugins { id "fi.jasoft.plugin.vaadin" version "0.9.7" } vaadin.version=vaadinVersion configurations { all*.exclude group: "com.vaadin", module: "vaadin-client-compiler" all*.exclude group: "com.vaadin", module: "vaadin-client-compiled" }..................
+
 
+
 
+
Is there any additional plugin required any  version issue ....any one can help me..
+
Note  :  I have  updated version  of all plugins
+

Latest revision as of 11:36, 19 January 2016

Ask your questions on the forums. No one reads this page. No one.

Back to the top