[equinox-dev] [prov] configuring profile on the fly

2008-05-14 Thread Haigermoser, Helmut
Ciao Guys :)
Hope things are settling a bit for you guys now that API-freeze is out
the door...

Using M7 I tried to do a little pde commandline build, here is what I
tried to achieve:
- Export a product
That's simple enough using the UI, an easy-to-use export wizard does all
the magic.
However, I'm having tremendous trouble getting things to work on the
commandline front, some questions arise from that:

1.) I've checked in Eclipse into our CM. In order to get a real benefit
from that I renamed all plug-ins from id_version to id only, is
this going to work with p2?

2.) config.ini lists a file bundles.info, is there a way to have p2
assemble that file on the fly? The old configurator seems to have done
that, will I need to create that file now to be operable?

3.) p2/*engine/*/profilename/timestampfile
Is the profile something that also needs to be pregenerated?
Looks like but is there a way to have this also generated on the fly?

That's it on the p2 front, your comments/answers are as usual highly
appreciated, there are some issues for the PDE folks to create bugzillas
for now... ;)
TIA,
Ciao, hh
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] [sec] use of Equinox secure storage

2008-05-14 Thread John Arthorne
Great news! Our attempts at handling authentication in p2 were not very 
successful due to interaction with java.net.Authenticator, and the 
cumbersome pattern of catching exceptions, trying to guess if they are 
authentication failures, prompting and then retrying. Hopefully pushing 
this down into ECF will make life easier for all clients of ECF including 
p2.

John




Scott Lewis [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
05/14/2008 01:15 PM
Please respond to
Equinox development mailing list equinox-dev@eclipse.org


To
Equinox development mailing list equinox-dev@eclipse.org
cc

Subject
[equinox-dev] [sec] use of Equinox secure storage






ECF has begun some work on using the new Equinox secure storage to 
persist ECF IDs (which are used by ECF to uniquely identify users, 
accounts, services, remote resources, other things).  After Ganymede, we 
expect this to be usable for (e.g.) automatic login to remote accounts, 
single-sign on, local storage of user-data/properties by accounts, etc.

For those that are interested, please see/join bug: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232116

Also see mailing list posting: 
http://dev.eclipse.org/mhonarc/lists/ecf-dev/msg01553.html


___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev

___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] [sec] use of Equinox secure storage

2008-05-14 Thread Scott Lewis

Hi John,

Agreed RE: making life easier WRT authentication/account mgmt/single 
sign-on, etc.  I'm hoping that Matt, Eric, Thomas, etc. will also work 
with us to take further advantage after 3.4 is out.


Scott


John Arthorne wrote:


Great news! Our attempts at handling authentication in p2 were not 
very successful due to interaction with java.net.Authenticator, and 
the cumbersome pattern of catching exceptions, trying to guess if they 
are authentication failures, prompting and then retrying. Hopefully 
pushing this down into ECF will make life easier for all clients of 
ECF including p2.


John



*Scott Lewis [EMAIL PROTECTED]*
Sent by: [EMAIL PROTECTED]

05/14/2008 01:15 PM
Please respond to
Equinox development mailing list equinox-dev@eclipse.org



To
Equinox development mailing list equinox-dev@eclipse.org
cc

Subject
[equinox-dev] [sec] use of Equinox secure storage









ECF has begun some work on using the new Equinox secure storage to
persist ECF IDs (which are used by ECF to uniquely identify users,
accounts, services, remote resources, other things).  After Ganymede, we
expect this to be usable for (e.g.) automatic login to remote accounts,
single-sign on, local storage of user-data/properties by accounts, etc.

For those that are interested, please see/join bug:  
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232116


Also see mailing list posting:  
http://dev.eclipse.org/mhonarc/lists/ecf-dev/msg01553.html



___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev



___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev
  


___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] [sec] use of Equinox secure storage

2008-05-14 Thread Alex Blewitt
On Wed, May 14, 2008 at 11:15 PM, Scott Lewis [EMAIL PROTECTED] wrote:
 Agreed RE: making life easier WRT authentication/account mgmt/single
 sign-on, etc.  I'm hoping that Matt, Eric, Thomas, etc. will also work with
 us to take further advantage after 3.4 is out.

 Scott

Did you ever have any luck with Kerberos? I had an implementation of
kerberized CVS (which has missed most of the 3.x releases by now,
including this one) which acquired kerberos credentials using Sun's
kerberos manager. A colleague at work developed this idea a bit
further.

Would I be able to provide any assistance in the kerberos domain, or
is kerberized ECF services not something you've come across?

Alex
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


[equinox-dev] [prov] p2 contribution

2008-05-14 Thread Pascal Rapicault

The map file has been updated for the following Bug changes:
+ Bug 215924. [prov] Metadata for fix pack aka patches (FIXED)
+ Bug 222309. Review of the metadata translation support (FIXED)
+ Bug 226852. director application need to change install folder when
operating on a roaming profile (FIXED)
+ Bug 228406. Generator app fails if artifact repository not specified
(FIXED)
+ Bug 228733. Pass multiple repositories to the director application
(FIXED)
+ Bug 229384. Director application will try to install all the versions
available of a given feature (FIXED)
+ Bug 229428. [ui] Properties button in manage sites should manage
enablement state (FIXED)
+ Bug 229735. [ui] Strange behavior of check boxes when filtering available
software view (FIXED)
+ Bug 231138. Pack200 processing step not shipped with the SDK (FIXED)
+ Bug 231215. Incorrect repository names (NEW)
+ Bug 232001. [ui] Install wizard isn't sorting by IU  name (FIXED)
+ Bug 232186. Expensive localized property retrieval (FIXED)

The following projects have changed:
org.eclipse.equinox.p2.ui.admin
org.eclipse.equinox.p2.ui
org.eclipse.equinox.p2.artifact.repository
org.eclipse.equinox.p2.console
org.eclipse.equinox.p2.metadata.generator
org.eclipse.equinox.p2.ui.sdk
org.eclipse.equinox.p2.jarprocessor
org.eclipse.equinox.p2.director.app
org.eclipse.equinox.p2.metadata___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev