Re: [equinox-dev] Re: startApp from osgi console

2008-02-13 Thread 向雅
Thanks Thomas. I think I got it. 2008/2/14, Thomas Watson <[EMAIL PROTECTED]>: > > I think you may have run into bug > https://bugs.eclipse.org/bugs/show_bug.cgi?id=198988 > > Tom > > > > [image: Inactive hide details for "向雅" ---02/13/2008 01:21:30 PM---Hi > team,]"向雅" ---02/13/2008 01:21:30 PM-

Re: [equinox-dev] Re: startApp from osgi console

2008-02-13 Thread Thomas Watson
I think you may have run into bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=198988 Tom From: "向雅" <[EMAIL PROTECTED]>

Re: [equinox-dev] [prov] peer-to-peer downloads (ECF)

2008-02-13 Thread Alessandro Mottadelli
Scott, thanks for the pointer and info. To implement the described use case (all clients in the lan need to pull something from the wan) I was thinking to something different (maybe simpler?) than mirroring. My first idea was a sort of "cooperative download", that is each client ask its peers

Re: [equinox-dev] p2 repository optimization

2008-02-13 Thread Stefan Liebig
There is already some work done in p2 but it will probably not get into p2 version 1.0. I will explain the reasons for that later. Full Delta optimization works similar as the Jar Delta Optimization except that the full delta algorithm used is a binary delta algorithm working on the byte level.

Re: [equinox-dev] p2 repository optimization

2008-02-13 Thread Pascal Rapicault
The webpage is not up-to-date, here is what it should say: Whereas jar delta is based around the understanding of how a jar is shaped, full delta works on any kind of file independently of what they contain. - The processing steps to create the delta and reconstitute the final jars are in place. S

Re: [equinox-dev] p2 repository optimization

2008-02-13 Thread John Arthorne
I have added some more detail on this to the wiki page. Both binary and class delta optimization have been implemented. There are optimizer applications available for creating these artifacts, and processors available for reassembling artifacts from deltas. Some pointers were added on the wiki.

Re: [equinox-dev] [prov] How best to help the user through incompatible/bad provisioning plans

2008-02-13 Thread John Arthorne
Susan said: > Are you suggesting that you'd rather see the update icon/red X without the popup in the second case? Interesting The popup is ok, as long as it's non-modal, appears at the bottom of the window, doesn't steal focus, and eventually disappears on its own if I ignore it. The curre

[equinox-dev] Re: startApp from osgi console

2008-02-13 Thread 向雅
Hi team, ha~It seems my homework not enough, why I just miss Alex Blewitt's article at http://www.eclipsezone.org/eclipse/forums/t99762.html. OK, the thread seems not a question. The true question is that, since the main thread mode IApplications cannot running, Why AppCommans not report a error

[equinox-dev] p2 repository optimization

2008-02-13 Thread Janet Dmitrovich
On the wiki - the description for "Full Delta Optimization" is "in progress..." Is there any other information available on this? http://wiki.eclipse.org/Equinox_p2_Repository_Optimization Janet Dmitrovich WPLC Expeditor Software Development [EMAIL PROTECTED] 512-838-4912 T/L:678-4912 FAX:512-8

Re: [equinox-dev] [prov] How best to help the user through incompatible/bad provisioning plans

2008-02-13 Thread Susan Franklin McCourt
John said: > It would be nice if there as an unobtrusive way to let the user know though - such as a trim widget that gets an error overlay added. this is similar to the path I am exploring. To clarify - you'll never get told of an update if you don't have the pref on. The pref guides how often

RE: [equinox-dev] [prov] Next week meeting

2008-02-13 Thread Schaefer, Doug
Yay, I can make that one ;) Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pascal Rapicault Sent: Wednesday, February 13, 2008 11:31 AM To: Equinox development mailing list Subject: [equinox-dev] [prov] Next week meeting Due to Family Day in Onta

[equinox-dev] [prov] Next week meeting

2008-02-13 Thread Pascal Rapicault
Due to Family Day in Ontario, I have rescheduled the meeting of Monday 18th to Tuesday 19th. The meeting will be held at the usual time (11 am EDT) and the usual place (http://wiki.eclipse.org/Equinox_p2_Meetings) PaScaL ___ equinox-dev mailing list eq

Re: [equinox-dev] [prov] How best to help the user through incompatible/bad provisioning plans

2008-02-13 Thread John Arthorne
This is definitely a tricky problem. A likely scenario is that they have installed some additional plug-in, and that plug-in has a constraint that is not compatible with constraints in the updates (The extra plugin requires version 1 of "foo", and the update requires version 2). The problem is,

Re: [equinox-dev] [prov] How best to help the user through incompatible/bad provisioning plans

2008-02-13 Thread Pascal Rapicault
For the installation case, I can see two possibilities 1) opening the wizard again when an error is detected 2) don't let the user click the install button until the proper things have been selected. This means that the validation is done as the user selects and unselects things in the UI. The upd

Re: [equinox-dev] [prov] peer-to-peer downloads (ECF)

2008-02-13 Thread Scott Lewis
Hi Alessandro, The mirroring is being worked on now via the following bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=207802#c25 Short story: mirroring will start simple (i.e. use Eclipse Foundation mirroring strategy) with the option to replace with more/better/specific mirroring strateg