Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Spaces"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CommentBox|Eclipse Proposed Project
+
==What is the Spaces Project?==
* [http://www.eclipse.org/proposals/spaces/ Project Proposal]
+
''Quoting from the [http://www.eclipse.org/spaces Spaces home page]:''
}}
+
Share your tweaks, twiddles, and nifty home-brew Eclipse plug-ins!
 +
Share your examples, your work-saving automations, your user-interface short cuts, and more.
 +
 
 +
Spaces is about expanding the Eclipse community by providing easy-to-use "spaces" for Eclipse users to publish and share their own plug-ins. The Spaces plug-ins provide easy to use user interface wrappers around a few Eclipse operations for publishing update sites, sharing source code, and materializing workspaces.
 +
 
 +
==Using Spaces==
 +
See the [http://www.eclipse.org/spaces/how-to-publish.php How to Publish] and [http://www.eclipse.org/spaces/how-to-consume.php How to Consume] instructions.
 +
 
 +
==Architecture==
 
The project has been dormant for a bit, and we now start to elaborate on architecture, project plan, etc. This page should become the "spaces index page". I am adding new content as subpages under this page as a starting point.
 
The project has been dormant for a bit, and we now start to elaborate on architecture, project plan, etc. This page should become the "spaces index page". I am adding new content as subpages under this page as a starting point.
 
* [[Spaces/Tasklist]]
 
* [[Spaces/Tasklist]]
Line 13: Line 21:
 
* [[Spaces/Authorization Support]] - description of how to work with authorization
 
* [[Spaces/Authorization Support]] - description of how to work with authorization
 
* [[Spaces/Building from source]] - how to build the Spaces update site
 
* [[Spaces/Building from source]] - how to build the Spaces update site
 +
* [[Spaces/Standalone Xdrive]] - how to use the xdrive bundle stand alone (no eclipse runtime)
  
 
The Spaces project will provide an extensible framework and exemplary implementation for an Eclipse feature/plug-in set that streamlines the process of publishing, materializing and sharing a code base against a specified set of virtual services for source management, release staging and downloading, bug-tracking and community collaboration. The initial exemplary implementation will include an adapter to connect the framework to an extended version of AOL's virtual storage infrastructure (XDrive). Other exemplary implementations to capable and available virtual infrastructures will be included based on community demand and project resources (the project welcomes additional contributors to help with, e.g., an adapter to SourceForge).
 
The Spaces project will provide an extensible framework and exemplary implementation for an Eclipse feature/plug-in set that streamlines the process of publishing, materializing and sharing a code base against a specified set of virtual services for source management, release staging and downloading, bug-tracking and community collaboration. The initial exemplary implementation will include an adapter to connect the framework to an extended version of AOL's virtual storage infrastructure (XDrive). Other exemplary implementations to capable and available virtual infrastructures will be included based on community demand and project resources (the project welcomes additional contributors to help with, e.g., an adapter to SourceForge).
 +
 +
 +
==Testing==
 +
Test instructions can be found here: [[Spaces Testing]]
 +
  
 
[[Category:Spaces]]
 
[[Category:Spaces]]

Latest revision as of 03:30, 6 March 2008

What is the Spaces Project?

Quoting from the Spaces home page: Share your tweaks, twiddles, and nifty home-brew Eclipse plug-ins! Share your examples, your work-saving automations, your user-interface short cuts, and more.

Spaces is about expanding the Eclipse community by providing easy-to-use "spaces" for Eclipse users to publish and share their own plug-ins. The Spaces plug-ins provide easy to use user interface wrappers around a few Eclipse operations for publishing update sites, sharing source code, and materializing workspaces.

Using Spaces

See the How to Publish and How to Consume instructions.

Architecture

The project has been dormant for a bit, and we now start to elaborate on architecture, project plan, etc. This page should become the "spaces index page". I am adding new content as subpages under this page as a starting point.

The Spaces project will provide an extensible framework and exemplary implementation for an Eclipse feature/plug-in set that streamlines the process of publishing, materializing and sharing a code base against a specified set of virtual services for source management, release staging and downloading, bug-tracking and community collaboration. The initial exemplary implementation will include an adapter to connect the framework to an extended version of AOL's virtual storage infrastructure (XDrive). Other exemplary implementations to capable and available virtual infrastructures will be included based on community demand and project resources (the project welcomes additional contributors to help with, e.g., an adapter to SourceForge).


Testing

Test instructions can be found here: Spaces Testing

Back to the top