Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse sdk download fails for mac, luna, mars. #111

Open
elmsley opened this issue Jun 9, 2016 · 3 comments
Open

Eclipse sdk download fails for mac, luna, mars. #111

elmsley opened this issue Jun 9, 2016 · 3 comments

Comments

@elmsley
Copy link

elmsley commented Jun 9, 2016

After using the example build.gradle to scaffold:

Downloading file: http://mirror.netcologne.de/eclipse//eclipse/downloads/drops4/R-4.4.2-201502041700/eclipse-SDK-4.4.2-macosx-cocoa-x86_64.tar.gz

FAILURE: Build failed with an exception.

This is due to the file not being available on the mirror site.

Why not use 4.5 Mars which is on that mirror site?

@nedtwigg
Copy link
Contributor

Might wanna take a look at Goomph and its example project. Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.

@pradip-maharjan
Copy link

I have same problem as elmsley. I tried using keeping the address of archive. That also did not work.

@petarov
Copy link

petarov commented Jan 5, 2017

You can use an alternative mirror for neon (4.6.2)

  eclipseVersion('4.6.2') {

    eclipseMavenGroup = 'eclipse-neon-sr2'

    eclipseMirror = 'http://ftp.fau.de'
    eclipseArchiveMirror = 'http://ftp.fau.de'

    sources {

      source "${eclipseMirror}/eclipse/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-${suffix_os[current_os]}${suffix_arch[current_arch]}.${fileExt_os[current_os]}"
      source "${eclipseMirror}/eclipse/eclipse/downloads/drops4/R-4.6.2-201611241400/eclipse-SDK-4.6.2-${suffix_os[current_os]}${suffix_arch[current_arch]}.${fileExt_os[current_os]}", sourcesOnly: true

      languagePackTemplate '${eclipseMirror}/eclipse//technology/babel/babel_language_packs/R0.14.1/mars/BabelLanguagePack-eclipse-${language}_4.6.0.v20161126060001.zip'
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants