Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Dynamic Loading


Some initial support for dynamicity is available in regular 3.0M4.
It consists of a new registry API and life cycle events.

If you want to run on equinox. Simply takes one of the latest integration build, an equinox drop (see equinox download page) and run the code you would run on eclipse.
The API for the registry in equinox and eclipse are the same.

        PaScaL

Ps: Please ask other questions on the equinox newsgroup.



Matthias Lübken <matthias.luebken@xxxxxx>
Sent by: equinox-dev-admin@xxxxxxxxxxx

11/18/2003 08:55 AM

       
        To:        equinox-dev@xxxxxxxxxxx
        cc:        
        Subject:        [equinox-dev] Dynamic Loading



Hi

I'm trying to get to know the new dynamic loading features.
However I can't find any information about what is part of 3.0M4
and what is part of the equinox runtime and has to be installed above.

matt



On Dienstag, Nov 11, 2003, at 18:00 Europe/Berlin,
equinox-dev-request@xxxxxxxxxxx wrote:

> Send equinox-dev mailing list submissions to
>                  equinox-dev@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
>                  http://dev.eclipse.org/mailman/listinfo/equinox-dev
> or, via email, send a message with subject or body 'help' to
>                  equinox-dev-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
>                  equinox-dev-admin@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of equinox-dev digest..."
>
>
> Today's Topics:
>
>    1. new project structure released (Jeff McAffer)
>
> --__--__--
>
> Message: 1
> To: equinox-dev@xxxxxxxxxxx
> From: Jeff McAffer <Jeff_McAffer@xxxxxxxxxx>
> Date: Mon, 10 Nov 2003 23:40:26 -0500
> Subject: [equinox-dev] new project structure released
>
> This is a multipart message in MIME format.
> --=_alternative 001942C585256DDB_=
> Content-Type: text/plain; charset="US-ASCII"
>
> The Equinox code has been reorganized to make it simpler and more
> closely
> follow the Eclipse convention of one plugin, one project.  HEAD now
> contains only one project for all of the OSGi related code.
>         org.eclipse.osgi
> The instructions for how to self-host will be updated with the next
> build
> we make available (shortly after the Eclipse integration build is
> completed.  tomorrow?).  For now, delete the following projects from
> your
> workspace
>         org.eclipse.osgi.*
>         org.eclipse.core.runtime.osgi
> and then get
>         org.eclipse.osgi
> from HEAD.
>
> Please report any problems you might have to this list ASAP
> Jeff
>
> --=_alternative 001942C585256DDB_=
> Content-Type: text/html; charset="US-ASCII"
>
>
> <br><font size=2 face="sans-serif">The Equinox code has been
> reorganized
> to make it simpler and more closely follow the Eclipse convention of
> one
> plugin, one project. &nbsp;HEAD now contains only one project for all
> of
> the OSGi related code. </font>
> <br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
> org.eclipse.osgi</font>
> <br><font size=2 face="sans-serif">The instructions for how to
> self-host
> will be updated with the next build we make available (shortly after
> the
> Eclipse integration build is completed. &nbsp;tomorrow?). &nbsp;For
> now,
> delete the following projects from your workspace</font>
> <br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
> org.eclipse.osgi.*</font>
> <br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
> org.eclipse.core.runtime.osgi</font>
> <br><font size=2 face="sans-serif">and then get </font>
> <br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
> org.eclipse.osgi</font>
> <br><font size=2 face="sans-serif">from HEAD.</font>
> <br>
> <br><font size=2 face="sans-serif">Please report any problems you might
> have to this list ASAP</font>
> <br><font size=2 face="sans-serif">Jeff</font>
> <br>
> --=_alternative 001942C585256DDB_=--
>
>
> --__--__--
>
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/equinox-dev
>
>
> End of equinox-dev Digest
>

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top