gradle-eclipse Questions
4
Solved
I have been trying to get the integrated Gradle buildship to work with Eclipse, but there is always something screwy causing errors that only an expert could figure out, so here I am. My code is im...
Quinquennial asked 2/7, 2017 at 17:20
12
I am using :
gradle-2.3
javac -version = 1.7
jre = 1.7
regedit shows it is pointing to 1.7.
But I am still getting below error
Execution failed for task ':compileJava'. > invalid source ...
Sin asked 26/5, 2015 at 6:23
19
Solved
I am running Eclipse Luna on OS X with Gradle IDE 3.6.1 and anytime I try to select a project from the gradle tasks panel I get the following error:
org.eclipse.osgi.internal.framework.EquinoxCon...
Smuts asked 9/10, 2014 at 14:48
22
Solved
I have tried to add my local .jar file dependency to my build.gradle file:
apply plugin: 'java'
sourceSets {
main {
java {
srcDir 'src/model'
}
}
}
dependencies {
runtime files('libs/mnist-...
Avaavadavat asked 20/12, 2013 at 9:14
3
I am developing a Spring Boot application using STS with the Gradle plugin.
I have a different configuration for tests, to prevent our Selenium tests from having to login.
So in src/test/java/etc ...
Kristin asked 14/11, 2015 at 11:23
17
Solved
While I am importing gradle project in eclipse, it is giving me this error.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'test'.
> Co...
Philana asked 5/4, 2014 at 22:45
6
I have the following project structure:
root-gradle (build.gradle)
project-group1 (no build file)
project1 (build.gradle)
project2 (build.gradle)
...
project-group2 (no build file)
...
S...
Disgusting asked 1/9, 2015 at 21:6
1
Solved
I have following 2 projects placed adjacent to each other in some folder and I want to include specific sources from a non-gradle project into this project with the structure as follows.
rootfolde...
Buttress asked 16/12, 2016 at 18:25
3
Solved
Is it possible to visualize the dependency tree from inside of Eclipse (e.g. the output of gradle dependencies)? Expanding the Gradle Dependencies tree in Eclipse is a flat view and does not show d...
Skillless asked 29/9, 2015 at 21:42
3
I am new to gradle, and I have a problem that the eclipse got stuck when I create a gradle project
This is what I install in my eclipse luna
And I am trying to create a gradle project in eclipse...
Biz asked 18/10, 2014 at 11:37
2
I'm using Gradle Buildship plugin in order to build my Eclipse projects.
Gradle itselft is well configured. So, I'm able to build anything from shell.
The gradle project has a root folder and oth...
Hedger asked 13/9, 2016 at 9:2
2
Solved
I have a Multi project gradle project with the following structure.
Project A: The top level project that all sub projects reside in.
SubProject B:
SubProject C:
SubProject D:
SubProject E:
S...
Urania asked 8/8, 2016 at 2:28
12
When I run Gradle project via Eclipse I get below error.
system Cannot find System Java Compiler.
Ensure that you have installed a JDK (not just a JRE) and configured your JAVA_HOME system variabl...
Forwhy asked 4/6, 2013 at 8:46
1
Solved
I need to run the gradle eclipse task to an external gradle project from a java method, is it possible to do it using the Gradle Tooling API ?
Dyestuff asked 17/4, 2018 at 10:51
1
Solved
I am following this article
https://www.linkedin.com/pulse/building-jax-rs-project-eclipse-gradle-neeraj-malhotra
On how to build a JAX-RS project in Eclipse with Gradle
I am using
Eclipse Jav...
Bulbul asked 16/2, 2018 at 14:27
3
Solved
My gradle project generates some java code inside gen/main/java using annotation processor. When I import this project into Eclipse, Eclipse will not automatically add gen/main/java as source folde...
Bib asked 5/11, 2014 at 6:19
1
In Android Studio, in
~/StudioProjects/$APPLICATION/build/android-profile/,
there are many files profile-*.rawproto, e.g., profile-2017-04-25-18-19-51-815.rawproto.
I have never seen the file s...
Interlocutress asked 10/5, 2017 at 0:16
1
I am using a Gradle build that contains among other things:
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
repositories {
flatDir { dirs "${System.env.JAVA_HOME}/jre/lib" }
}...
Houdon asked 15/4, 2016 at 0:30
4
I have Android project with standard build.gradle (also I added android annotations).
Also I installed Gradle plugin (from http://dist.springsource.org/release/GRECLIPSE/e4.3/) to my Eclipse (Kep...
Quinquepartite asked 11/11, 2013 at 17:33
1
Solved
I have this error:
A problem occurred configuring root project <project-name>
Could not resolve all dependencies for configuration ':classpath'.
Could not resolve org.hibernate.build.g...
Goto asked 11/12, 2015 at 10:28
2
Solved
I'm having some trouble configuring Buildship for Eclipse the way I want. I currently have > 50 projects always open in Eclipse, but I want to move to having only the projects I am actively working...
Pademelon asked 16/9, 2015 at 12:19
1
Solved
When running "gradle build" I got the following error with one of our projects, couple of the classes get the following compile error:
cannot be applied to given types;
this._logFilter.setFirstRe...
Invincible asked 17/7, 2015 at 14:50
3
Installed Kepler-based STS 3.4.0.RELEASE (current latest version) and the Gradle Support package from the Dashboard Extensions. Now I would like to create a Spring MVC project from scratch that use...
Thousandfold asked 1/2, 2014 at 11:15
1
Solved
I am trying to work around the problem described in GRADLE-2293 where generated files are always updated because a timestamp is written to the Eclipse files located in directory .settings by the Gr...
Loredo asked 24/4, 2015 at 7:58
1
Solved
2 gradle projects, A and B where A has compile dependency on B defined. Remappig of JARs is enabled for maven & gradle projects. I've tried with custom tooling model enabled and disabled. I hav...
Nevertheless asked 9/4, 2015 at 7:54
1 Next >
© 2022 - 2025 — McMap. All rights reserved.