Re: anyone want to test an update to golipse?

2013-04-26 Thread Tim Worman
All: I forked and updated David LeBer's go_wolips script (which was a fork of Mike Schrag's original). My fork lives here: https://gist.github.com/timsquared/5454092 It has been updated to download Eclipse 3.8.2 (Juno) and also use the Juno update site. Other updated update sites (and

Re: anyone want to test an update to golipse?

2013-04-26 Thread Bastian Triller
Eclipse 3.8.2 != Eclipse Juno [1] [1]: http://en.wikipedia.org/wiki/Eclipse_%28software%29#Releases On Fri, Apr 26, 2013 at 09:07:05AM -0700, Tim Worman wrote: All: I forked and updated David LeBer's go_wolips script (which was a fork of Mike Schrag's original). My fork lives here:

Re: anyone want to test an update to golipse?

2013-04-26 Thread Tim Worman
Bastian: I appreciate your email and your opinion. Eclipse 3.8 and 4.2 are both part of the Juno release. I found through this process that the information about Eclipse 3.8 is all over the map - there are quite a few different understandings out there about what 3.8 is - exactly. You'll

Re: anyone want to test an update to golipse?

2013-04-26 Thread Tim Worman
Hi David: The plugin install is done by the P2 director script which should be downloaded to /tmp (then deleted at completion). I haven't made any changes in the way that works. I haven't run go_wolips from within my target directory but I'll give it a try to test. What's interesting from

Re: anyone want to test an update to golipse?

2013-04-26 Thread Tim Worman
It only works with the full path as an argument. I am going to insert a check for . though and I will push the change up. It's a reasonable thing to check for and replace. You could do this now though without the change: . go_wolips `pwd` Tim On Apr 26, 2013, at 12:20 PM, Tim Worman

Re: anyone want to test an update to golipse?

2013-04-24 Thread Tim Worman
OK, I'm learning more abut how this works. The P2 installer should be part of the eclipse sdk download. So, to answer your question, the requests probably do come from java. They may be timing out. I'm gonna dig in and learn about this a bit in the hopes that I can serve the community by

Re: anyone want to test an update to golipse?

2013-04-24 Thread David LeBer
I created Golipse as just a cocoa wrapper around the go_wolips script that Mike S created. This is my clone of his gist: https://gist.github.com/rebeld/622437 It's probably out of sync with the app at this point. I don't know if there is a wocommunity gist version of it. Anyway, you should be

Re: anyone want to test an update to golipse?

2013-04-24 Thread Tim Worman
Awesome, thanks David. I knew it was a wrapper for the embedded script and I was about to go down the road of troubleshooting it. But if all we need is to drop an update script in, that's great. If it's helpful, I will probably still invest some time to get familiar with the script and how p2

anyone want to test an update to golipse?

2013-04-23 Thread Tim Worman
I'm looking at updating the Golipse app to install Eclipse/WOLips 3.8. I'm just beginning so I'm not sure yet which options might break yet. I'm examining the script, looking at all the plugins that get installed and their associated update sites. The update site for WOLips is:

Re: anyone want to test an update to golipse?

2013-04-23 Thread Bastian Triller
On Tue, Apr 23, 2013 at 8:13 PM, Tim Worman li...@thetimmy.com wrote: I'm looking at updating the Golipse app to install Eclipse/WOLips 3.8. I'm just beginning so I'm not sure yet which options might break yet. I'm examining the script, looking at all the plugins that get installed and their

Re: anyone want to test an update to golipse?

2013-04-23 Thread Tim Worman
Well, this is what a drop-in replacement of Eclipse 3.8.2 download with the same updates yields. Looks like some of the update sites aren't working. The logging doesn't report which items it is failing to get. Neither wolips nor workspacemechanic are in the plugins folder - so it looks like

Re: anyone want to test an update to golipse?

2013-04-23 Thread Bastian Triller
Are these requests to d.e.o from java? Do they timeout? If that's the case, try adding -Djava.net.preferIPv4Stack=true to eclipse.ini or to the java commandline. Am 23.04.2013 23:26 schrieb Tim Worman li...@thetimmy.com: Well, this is what a drop-in replacement of Eclipse 3.8.2 download with