akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
153 stars 51 forks source link

NetCologne Eclipse mirror is not available #116

Closed abdullah-feroz closed 6 years ago

abdullah-feroz commented 7 years ago

Hi Andrey,

I am facing a problem in this repository. The netcologne mirror is not available anymore. I am not able to find other mirror sites:

ownloading file: http://mirror.netcologne.de/eclipse//technology/epp/downloads/release/luna/SR2/eclipse-jee-luna-SR2-win32-x86_64.zip

Kindly guide me about the issue! Thanks in advance

marcosbento commented 7 years ago

Yep, it seems that mirror.netcologne.de is no longer providing Eclipse packages but, assuming you are using eclipse 4.4.2 (adapt to your version, if necessary), customize the eclipse mirror url as follows

wuff {
  eclipseVersion('4.4.2') {
    eclipseMirror = 'http://mirror.ibcp.fr/pub'
  }
}

Other valid options would be:

Check out the default configuration at defaultConfig.groovy to better understand how these urls are concatenated to allow downloading dependencies.