• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse groovy plug-in as zip

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am working in a environment which currently does not have internet access. I would like to bring over my groovy eclipse plugin but I cannot find out how to get it as an archive. Anyone have any ideas how to get this?

Thanks
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If it's downloadable as an archive, just unzip it in your Eclipse directory. If it's not, you'd have to look at the connected machine's Groovy plugin info and zip up all the artifacts etc. and determine what configs are necessary. The plugins and features dir (for example, the 3.4 distro of the plugin available here) can just be unzipped in your Eclipse dir.

Not sure what other hoops you'd have to jump through.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to choose a zip for your appropriate Eclipse version. You probably want to choose the most recent drop:
http://ci.repository.codehaus.org/greclipse/snapshot/e34/old
http://ci.repository.codehaus.org/greclipse/snapshot/e35/old
http://ci.repository.codehaus.org/greclipse/snapshot/e36/old

Do *not* unzip into your eclipse install directory. Instead, open up your p2 installer and point it to your downloaded zip file. Then, go through the steps to install through p2. The zip files are the zipped update sites, so you need to go through p2 to install.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic