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 installation units) include: groovy, subversive, m2eclipse, and buckminster. It runs well on my install of OS X 10.8.X. I am interested to know if these component updates cause anyone issues in their workflow. I do not use these components. My intention is to update Golipse with this - I also think it is valuable to keep repos of both Golipse and the embedded script for flexibility. It'd probably be a good idea to move this script repo to the WOCommunity GitHub. It also may be a good idea to move the P2 director script from Mike Schrag's repo to WOCommunity. It is called from within go_wolips. While it works great as is, future changes to Eclipse (or P2 Equinox) could impact it. Tim UCLA GSE&IS On Apr 24, 2013, at 10:42 AM, Tim Worman <[email protected]> wrote: > 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 works. > > Tim > > On Apr 24, 2013, at 10:32 AM, David LeBer <[email protected]> wrote: > >> 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 able to run it just from the command line, tweak it >> until it works, and then replace the script in the project. >> >> D >> >> -- >> David LeBer >> Codeferous Software >> >> On 2013-04-24, at 12:43 PM, Tim Worman <[email protected]> wrote: >> >>> 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 understanding how it works. I'm gonna start testing pieces >>> of the script. >>> >>> If anyone has already looked into this or has some other reason I shouldn't >>> invest time in this, let me know. Anyone who wants to assist, message me. >>> >>> Tim >>> UCLA GSE&IS >>> >>> On Apr 23, 2013, at 10:18 PM, Bastian Triller <[email protected]> >>> wrote: >>> >>>> 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" <[email protected]>: >>>> 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 those definitely failed. Possibly the issue is actually that >>>> 3.8 requires an updated P2 script. Actually, I think the result is the >>>> same with the current Golipse(3.7) - so I'd say it is broken. >>>> >>>> Downloading and Installing the recommended Eclipse plugins ... >>>> Apr 23, 2013 2:10:26 PM org.apache.commons.httpclient.HttpMethodDirector >>>> executeWithRetry >>>> INFO: I/O exception >>>> (org.apache.commons.httpclient.NoHttpResponseException) caught when >>>> processing request: The server download.eclipse.org failed to respond >>>> Apr 23, 2013 2:10:26 PM org.apache.commons.httpclient.HttpMethodDirector >>>> executeWithRetry >>>> INFO: Retrying request >>>> Apr 23, 2013 2:10:50 PM org.apache.commons.httpclient.HttpMethodDirector >>>> executeWithRetry >>>> INFO: I/O exception >>>> (org.apache.commons.httpclient.NoHttpResponseException) caught when >>>> processing request: The server download.eclipse.org failed to respond >>>> Apr 23, 2013 2:10:50 PM org.apache.commons.httpclient.HttpMethodDirector >>>> executeWithRetry >>>> INFO: Retrying request >>>> Installation failed. >>>> The installable unit >>>> org.zeroturnaround.eclipse.debug.feature.feature.group has not been found. >>>> Application failed, log file location: >>>> /Users/worman/Desktop/eclipse/configuration/1366751366848.log >>>> Cleaning up … >>>> >>>> Tim >>>> UCLA GSE&IS >>>> >>>> On Apr 23, 2013, at 11:31 AM, Bastian Triller <[email protected]> >>>> wrote: >>>> >>>>> On Tue, Apr 23, 2013 at 8:13 PM, Tim Worman <[email protected]> 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 associated update sites. >>>>> >>>>> The update site for WOLips is: http://wocommunity.org/wolips/3.7/stable >>>>> >>>>> Do we have an update site for a WOLips 3.8 or should 3.7 stable be used >>>>> with Eclipse 3.8? >>>>> Eclipse 3.8 is only a bugfix release for 3.7, so WOLips 3.7 works with >>>>> Eclipse 3.8 as well. >>>>> >>>>> Also, if anyone wants to test it, let me know. >>>>> >>>>> Tim >>>>> _______________________________________________ >>>>> Do not post admin requests to the list. They will be ignored. >>>>> Webobjects-dev mailing list ([email protected]) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> https://lists.apple.com/mailman/options/webobjects-dev/bastian.triller%40gmail.com >>>>> >>>>> This email sent to [email protected] >>>>> >>>> >>> >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com >>> >>> This email sent to [email protected] >> > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
