Questions tagged [gradle-eclipse]

Gradle plugin for support of all Eclipse files for a project

182 questions
0
votes
1 answer

Gradle integration with Eclipse

I've installed gradle 2.0 on Ubuntu 14.04, and I want to run a little Web Application with Gradle, but when I build the Gradle project on Eclipse Luna (I've installed Gradle integration plugin for Eclipse 4.4) and I type "gradle tasks" on a terminal…
Javier Tello
  • 47
  • 1
  • 9
0
votes
1 answer

pivotal gradle eclipse plugin 3.6.2 broken with eclipse 4.4.1

Updating Eclipse Luna to SR1 (4.4.1) broke gradle support (version 3.6.2 of the Gradle IDE). for details see the following gradle forum post: http://gsfn.us/t/4mm29 Only solution so far is to go back to Eclipse 4.4. or use a gradle nightly…
Dave8304
  • 78
  • 2
0
votes
0 answers

Eclipse could not find gradle repository

I try to install gradle plug-in for Eclipse but it could not find gradle repository. What could be the problem?
0
votes
1 answer

Gradle Eclipse Android autocomplete

I currently trying to switch my android maven project over to gradle. Currently everything is building fine but i am having trouble with autocomplete and using any shorts cuts. Its really slowing down development. I am pretty sure its something to…
0
votes
1 answer

Eclipse plugin for Gradle - group libraries? (annoyance)

I've been digging into Gradle and loving it so far! I was delighted to find that apply plugin: 'eclipse' would easily generate an Eclipse project, but I'm irked by the fact that the dependency libraries show up under the root of the project in the…
Chris Keller
  • 264
  • 1
  • 11
0
votes
1 answer

Calculating Gradle Tasks.... java.lang.NullPointerException

I created a script in gradle. When I select Run -> External Tools -> External Tools Configurations -> Gradle build for Creating new build and its throwing error An error has occurred. "See error log for more details.!java.lang.NullPointerException…
0
votes
1 answer

Eclipse/Tomcat publishing unnecessary/problematic dependencies

So first off, a little background. I am working on converting an Eclipse Java Web Project to Gradle. We use the Vaadin framework and currently manage the project with Ant/Maven/Ivy. We have another project that contains common code that the web…
asymptoticFault
  • 4,349
  • 2
  • 17
  • 23
0
votes
1 answer

Setup Standard Android Project using Gradle in Eclipse

Trying to create a standard Android project using Gradle which I will import into Eclipse. Am using the following tools (Eclipse IDE along with plug-ins): Eclipse Kepler SR 2 (SE 64 bit) Android Development Plug-in 22.6.3.v201404151837-1123206 …
PacificNW_Lover
  • 4,008
  • 18
  • 76
  • 122
0
votes
2 answers

Nested test resources causing buildpath issues using Gradle in Eclipse

I have an app that consists of multiple project. Each has the following layout: src/ test/ test/resources Here is part of my gradle.build file with the custom sourceSets. subprojects { apply plugin: 'java' apply plugin: 'eclipse' dependencies { …
bjoern
  • 959
  • 2
  • 12
  • 29
0
votes
1 answer

Why MyEclipse is not recognizing project as gradle project?

We have a gradle project in SVN and we are checking out that project from SVN into MyEclipse. This project is having build.gradle and settings.graddle along with src which is having project source code. When I right click on build.gradle file gradle…
Pand005
  • 913
  • 2
  • 15
  • 41
0
votes
4 answers

Building Android project with Gradle failed

I'm trying from yesterday to configure gradle to build Android project. I've got same error since then: Failed to notify project evaluation listener. Could not resolve all dependencies for configuration ':_DebugCompile'. Could not find any…
Mark Richwood
  • 113
  • 1
  • 2
  • 9
0
votes
0 answers

Importing Ear project generated by gradle in eclipse

I am using gradle to set up multi-project build. I have following folder layout for projects: ---RootProject ---- build.gradle ---- settings.gradle ------ JarProject (Utility) --------- build.gradle ------ JpaProject (Dependency on…
Chir
  • 661
  • 1
  • 10
  • 27
-1
votes
1 answer

Error with gradle and vaadin build failure in eclipse but works fine with terminal

FAILURE: Build failed with an exception. Where: Build file '/home/atapare/git/dvh/modules/mdvh/build.gradle' line: 2 What went wrong: A problem occurred evaluating project ':modules:mdvh'. No signature of method:…
Prasanta
  • 9
  • 3
-1
votes
1 answer

Using third party library in Eclipse for Android

I am new to android and I wanted to use some 3rd party API. For that i need gradle installed ? If yes, What all things does gradle covers.. ? Can Anyone guide me how to cover it for android using Eclipse ?
pratz9999
  • 511
  • 4
  • 19
-2
votes
1 answer

org.apache.wicket.markup.MarkupNotFoundException: Can not determine Markup. Component is not yet connected to a parent

I run gradle script with dependecy to jupiter,wicket spring boot start and springboot starter buildscript { repositories { mavenCentral() // The following is only necessary if you want to use SNAPSHOT releases. // maven…
stein korsveien
  • 605
  • 2
  • 8
  • 22
1 2 3
12
13