Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Build of 2003-01-15

Jeffrey,

I just checked, and none of the 2003-01-15 drops include the ''remote''
component.  This is also true of the 2003-01-02 drop.
There's clearly a problem in how these drops are being generated; I'll talk
to Dave about getting it fixed.

Meanwhile -- I recommend getting the source from our CVS repository and
building everything locally, if possible.   That's the best way to get fresh
(and hopefully complete) source at present.

FYI, Stellation currently includes the following components:

Primary components:
    Core   - the "true core" of the system.  Client neutral.
    Remote - all code for remote access: comm engine, remote handle, server.

Command-line client:
    CLI

Eclipse client:
    Scm.Model  - currently wraps CLI; to be replaced by ClientCore which will
                   be completely independent of CLI
    Scm.UI

Other stuff
    Unittest (to be replaced by new unit test organization)
    Misc  - docs, scripts, command-line tests

CLI requires both Core and Remote, so any minimum distro must include all three. (This is true even if when using a remote Stellation server, since Remote includes the
comm engine and remote handle that CLI uses for talking to the server).

The Eclipse client requires Core, Remote, CLI, Scm.Model and Scm.UI currently.
All of these are packaged within the Stellation CM 0.0.7 Feature install.

Regards,

Jim

At 01:52 PM 1/15/2003, Jeffrey Howard wrote:
Hello,

I tried downloading the new 2003-01-15 build (with the plan of then
getting the 0.0.7 version of the Eclipse client plugin).  I ran into
trouble running the build script.  The .tgz file only has two plugin
projects in it: org.eclipse.stellation.cli and
org.eclipse.stellation.core.  The build-core.xml file also tries to
use org.eclipse.stellation.remote.  Without it, the build fails.

--
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top