Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Equinox Security Incubator code broken
Equinox Security Incubator code broken [message #116614] Wed, 27 August 2008 18:03 Go to next message
Eclipse UserFriend
Originally posted by: j-h.diederich.fh-wolfenbuettel.de

Hi,
your Code for the Equinox Security Incubator code is broken, at least if
you download the code from the "update" directory too.

The following doesn't compile:
project org.eclipse.equinox.security.ui
package org.eclipse.equinox.internal.security.ui
class DefaultAuthorizationManager
Importance: Very important. Shows you how an AuthorizationManager should
be implemented. But the "AuthorizationStatus" class is missing, because it
was moved or replaced. Also the "getStatus()" method of the
"AuthorizationEngine" is missing.
If you download it from the CVS, remember to download updated code from
" equinox-incubator/security/updated/org.eclipse.equinox.secur ity.ui ", like
it's told in the appropriate "readme.txt" from the outdated ui project.


project org.eclipse.equinox.security.sample
package org.eclipse.equinox.security.sample,
org.eclipse.equinox.security.sample.keystore,
org.eclipse.equinox.security.sample.securestorage
classes Many different
Important: Really needed. Shows you how to use the yet not well documented
incubator code. Generates 19 compile failures!

Can someone of the equinox team please fix this?
Also I have a question: I the equinox security project still actively
maintained? Or is it now parked until more developer resources can be
freed?
Re: Equinox Security Incubator code broken [message #116660 is a reply to message #116614] Thu, 28 August 2008 16:11 Go to previous messageGo to next message
Oleg Besedin is currently offline Oleg BesedinFriend
Messages: 41
Registered: July 2009
Member
Those bundles were graduated from the incubator into CVS Head a while ago;
the versions in the incubator are obsolete. To make matter more confusing,
the Equinox repository recently moved into the Runtime project. We really
should delete the graduated bundles from the incubator and update wiki.

The current source code for the security bundles can be grabbed from the
following CVS location:

:pserver:anonymous@dev.eclipse.org:/cvsroot/rt

(host: "dev.eclipse.org", repository path: "/cvsroot/rt").

The bundles are located under Head/org.eclipse.equinox/security/bundles.
Also, the source code for those bundles is included in the Eclipse 3.4.

Thanks,
Oleg

"Jan-Hendrik Diederich" <j-h.diederich@fh-wolfenbuettel.de> wrote in message
news:41bf60bad0b1b39cb051b0978c2a5889$1@www.eclipse.org...
> Hi,
> your Code for the Equinox Security Incubator code is broken, at least if
> you download the code from the "update" directory too.
>
> The following doesn't compile:
> project org.eclipse.equinox.security.ui
> package org.eclipse.equinox.internal.security.ui
> class DefaultAuthorizationManager
> Importance: Very important. Shows you how an AuthorizationManager should
> be implemented. But the "AuthorizationStatus" class is missing, because it
> was moved or replaced. Also the "getStatus()" method of the
> "AuthorizationEngine" is missing.
> If you download it from the CVS, remember to download updated code from
> " equinox-incubator/security/updated/org.eclipse.equinox.secur ity.ui ", like
> it's told in the appropriate "readme.txt" from the outdated ui project.
>
>
> project org.eclipse.equinox.security.sample
> package org.eclipse.equinox.security.sample,
> org.eclipse.equinox.security.sample.keystore,
> org.eclipse.equinox.security.sample.securestorage
> classes Many different
> Important: Really needed. Shows you how to use the yet not well documented
> incubator code. Generates 19 compile failures!
>
> Can someone of the equinox team please fix this?
> Also I have a question: I the equinox security project still actively
> maintained? Or is it now parked until more developer resources can be
> freed?
>
Re: Equinox Security Incubator code broken [message #116696 is a reply to message #116660] Fri, 29 August 2008 15:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: j-h.diederich.fh-wolfenbuettel.de

Oleg Besedin wrote:

> Those bundles were graduated from the incubator into CVS Head a while ago;
> the versions in the incubator are obsolete. To make matter more confusing,
> the Equinox repository recently moved into the Runtime project. We really
> should delete the graduated bundles from the incubator and update wiki.
Yes, that should _really_ be done.

But: Where is now the example code gone? Where is an example
implementation which makes use of the _current_ code, and not outdated
code with now vanished classes and interfaces?
Re: Equinox Security Incubator code broken [message #116727 is a reply to message #116696] Fri, 29 August 2008 18:04 Go to previous messageGo to next message
Oleg Besedin is currently offline Oleg BesedinFriend
Messages: 41
Registered: July 2009
Member
The org.eclipse.equinox.security.sample bundle uses current code. It is in
the Equinox incubator as it contains code of various quality - pieces of
demos, manual tests, and so on. At present there are no plans to graduate
this bundle.

The Equinox incubator has not moved yet into the new Runtime location, so
for now it is still under Head/equinox-incubator/security in the CVS
repository ":pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse".

(The Equinox incubator will move to the Runtime location when some
"development process" details are ironed out.)

So, to put everything into one list:

- The graduated code is in the
":pserver:anonymous@dev.eclipse.org:/cvsroot/rt" under
Head/org.eclipse.equinox/security/bundles
org.eclipse.equinox.security
org.eclipse.equinox.security.ui
org.eclipse.equinox.security.tests
org.eclipse.equinox.security.win32.x86
org.eclipse.equinox.security.macosx
- The incubator bundle with some demo code is in the
":pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse" under
Head/equinox-incubator/security
org.eclipse.equinox.security.sample

Hope this helps.

Sincerely,
Oleg Besedin

"Jan-Hendrik Diederich" <j-h.diederich@fh-wolfenbuettel.de> wrote in message
news:46e0bc182218a95cfd43a01bfe54582c$1@www.eclipse.org...
> Oleg Besedin wrote:
>
>> Those bundles were graduated from the incubator into CVS Head a while
>> ago; the versions in the incubator are obsolete. To make matter more
>> confusing, the Equinox repository recently moved into the Runtime
>> project. We really should delete the graduated bundles from the incubator
>> and update wiki.
> Yes, that should _really_ be done.
>
> But: Where is now the example code gone? Where is an example
> implementation which makes use of the _current_ code, and not outdated
> code with now vanished classes and interfaces?
>
Re: Equinox Security Incubator code broken [message #116914 is a reply to message #116727] Mon, 01 September 2008 14:56 Go to previous message
Eclipse UserFriend
Originally posted by: j-h.diederich.fh-wolfenbuettel.de

Thanks, now everything works as it should.
Previous Topic:Equinox MyHook - ClassNotFoundException
Next Topic:How to read files within a bundle
Goto Forum:
  


Current Time: Fri Apr 19 14:07:43 GMT 2024

Powered by FUDForum. Page generated in 0.02382 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top