Git Product home page Git Product logo

Comments (5)

paulvi avatar paulvi commented on April 23, 2024

Then when network connection timeout, then even close Eclipse correct becomes problem.

gradle-waiting-waiting

Why just to start gradle potentially long running task in external shell.
Please give option for that so that new users do not experience Eclipse hanging.

from eclipse-integration-gradle.

paulvi avatar paulvi commented on April 23, 2024

after restart the same operation starts again.

This Eclipse workspace is almost broken. I rename project folder to kill Eclipse.

After Eclipse restart, and renaming the project back I get

gradle-error-initializing

I wonder why Eclipse wants to get gradle 1.5 when I have 1.9 installed on PATH ?

from eclipse-integration-gradle.

kdvolder avatar kdvolder commented on April 23, 2024

I wonder why Eclipse wants to get gradle 1.5 when I have 1.9 installed on PATH ?

It uses the default that the embedded Gradle tooling API chooses. You can override the default via the gradle preferences page in Eclipse.

Generally Eclipse does not pick up things from your PATH variable. You have to tell Eclipse via preferences pages which versions of a runtime to use.

Is recommendation to build first outside of Eclipse?

That would probably help since a lot of information will be cached by gradle making the next build much faster. However it will still need a decent network connection because even though dependencies are cached locally I think gradle will still verify them again (which is faster than downloading them but still needs network access).

from eclipse-integration-gradle.

paulvi avatar paulvi commented on April 23, 2024

Thank you, Kris

from eclipse-integration-gradle.

kdvolder avatar kdvolder commented on April 23, 2024

I'm closing his issue.

This is really a known issue and there isn't much that can be done without major architectural changes to how the tools work.

I do appreciate however you raising the issue. You are not the first to complain about this kind of problem and its something we'll keep in mind towards the future.

from eclipse-integration-gradle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.