[equinox-dev] Equinox projects tagged for I-Build

2008-02-01 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 204044. [launcher] There is no way to specify main class to run (FIXED) + Bug 208591. allow custom classloaders to participate in global locking (FIXED) + Bug 216511. Should exception be thrown when adding a bundle that already bel

[equinox-dev] triggering the storage adaptor questoin

2008-02-01 Thread Martin Lippert
Hi! For equinox aspects we are using a storage adapter to modify the manifest of bundles with regards to the additionally defined manifest entries of aspect bundles. This happens in the "initialize" method of the storage adapter. My question now: Is it possible to trigger the call of this me

[equinox-dev] Tagged p2 projects for 3.4 M5 warm up build

2008-02-01 Thread John Arthorne
The map file has been updated for the following Bug changes: + Bug 179563. [prov] [repo] Metadata repository implementation for eclipse update sites (FIXED) + Bug 212305. [Markers] NPE in Perspective.findView trying to open Markers view (FIXED) + Bug 212336. [prov] Tighten up API for Profile and

Re: [equinox-dev] UserAdmin GUI

2008-02-01 Thread Matt Flaherty
FYI, I've recently added a team project set to the security area. Check out equinox-incubator/security/org.eclipse.equinox.security.releng, and use them to get the set of bundles required to play around with the security code. I've been lurking in the #equinox-dev IRC if you want to chat about

Re: [equinox-dev] UserAdmin GUI

2008-02-01 Thread Jacek . Pospychala
Jeff, thanks for your reply. Now I feel a bit of ignorant as I've missed Equinox security JCA/JAAS stuff. >From quick look, JCA/JAAS seems to be overlaping with UserAdmin and their sample application (org.eclipse.equinox.security.sample) might be similar to what I propose. So maybe security incub

Re: [equinox-dev] UserAdmin GUI

2008-02-01 Thread Chris Aniszczyk
PDE always has room for experimentation in the tooling space. >From the looks of the code, it looks like a nice RCP-focused application. Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: Jeff McAffer <[EMAIL PROTECTED]> To: E

Re: [equinox-dev] UserAdmin GUI

2008-02-01 Thread Jeff McAffer
This would be great! I'm not entirely sure where this should fit into the Equinox structure. On the one hand it feels like tooling but on the other it might be something that someone would ship in their product. In the end it might be that part of it ends up in PDE or there abouts. It also

Re: [equinox-dev] p2 test repo working?

2008-02-01 Thread John Arthorne
There must be some kind of mirroring problem. It was working fine for me yesterday, but I was in the office and we get redirected to a local mirror. At home, I'm seeing the same as Andrew - 404 on update.eclipse.org. We'll look into it and see what's going on. Meanwhile, people can use: http:/

Re: [equinox-dev] p2 test repo working?

2008-02-01 Thread Andrew Overholt
On Fri, 2008-02-01 at 08:36 -0500, DJ Houghton wrote: > http://update.eclipse.org/eclipse/testUpdates and > http://download.eclipse.org/eclipse/testUpdates. (I believe they resolve to > the same place) The download.eclipse.org URL is the only one that doesn't give me a 404. Andrew _

Re: [equinox-dev] p2 test repo working?

2008-02-01 Thread DJ Houghton
In the ProvAdminUI I used both http://update.eclipse.org/eclipse/testUpdates and http://download.eclipse.org/eclipse/testUpdates. (I believe they resolve to the same place) I also tried accessing the site.xml and content.jar in a web browser for both URLs and it worked correctly. (the content.xml

Re: [equinox-dev] p2 test repo working?

2008-02-01 Thread Timothy Webb
Can you confirm what URL you are using to connect? I receive 404 accessing the following URLs for a browser: http://update.eclipse.org/eclipse/testUpdates/content.jar http://update.eclipse.org/eclipse/testUpdates/content.xml http://update.eclipse.org/eclipse/testUpdates/site.xml Or is p2 cach

Re: [equinox-dev] p2 test repo working?

2008-02-01 Thread DJ Houghton
There must have been something temporarily wrong with the server because it seems to be corrected now... the content is there. Pascal Rap