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 "G-Eclipse"

(New page: == g-Eclipse Project == === Obtaining the source code === The source code that is currently in the Subversion repository has some external dependencies which are not yet resolved. We are...)
 
(repository description)
Line 6: Line 6:
 
We are working on a solution and expect something to download soon.  
 
We are working on a solution and expect something to download soon.  
 
Please check this website for updates or the main website at [http://www.eclipse.org/geclipse].
 
Please check this website for updates or the main website at [http://www.eclipse.org/geclipse].
 +
 +
The g-Eclipse subversion repository is available at <tt>svn://dev.eclipse.org:/svnroot/technology/eu.geclipse</tt>.
 +
It contains the usual svn directory structure <tt>TRUNK</tt>, <tt>BRANCHES</tt>, and <tt>TAGS</tt>. The development
 +
version of the code can be found in <tt>TRUNK</tt>.
 +
 +
Within this folder there are several subdirectories:
 +
 +
* <tt>doc/</tt> documentation and documentation plug-ins
 +
* <tt>features/</tt> the core feature
 +
* <tt>plugins/</tt> the core plug-ins (middleware independent) including <tt>eu.geclipse.core</tt> and <tt>eu.geclipse.ui</tt>
 +
* <tt>releng/</tt> everything that is needed for building the feature; at the moment it contains a simple update-site project
 +
* <tt>test/</tt> some JUnit tests
 +
 +
The plug-in <tt>eu.geclipse.core</tt> has one external dependency to a tar-library.
 +
Therefore it is not possible to compile it, until we have removed this dependency.
  
 
=== Installing the middleware specific extensions ===
 
=== Installing the middleware specific extensions ===

Revision as of 15:00, 5 March 2007

g-Eclipse Project

Obtaining the source code

The source code that is currently in the Subversion repository has some external dependencies which are not yet resolved. We are working on a solution and expect something to download soon. Please check this website for updates or the main website at [1].

The g-Eclipse subversion repository is available at svn://dev.eclipse.org:/svnroot/technology/eu.geclipse. It contains the usual svn directory structure TRUNK, BRANCHES, and TAGS. The development version of the code can be found in TRUNK.

Within this folder there are several subdirectories:

  • doc/ documentation and documentation plug-ins
  • features/ the core feature
  • plugins/ the core plug-ins (middleware independent) including eu.geclipse.core and eu.geclipse.ui
  • releng/ everything that is needed for building the feature; at the moment it contains a simple update-site project
  • test/ some JUnit tests

The plug-in eu.geclipse.core has one external dependency to a tar-library. Therefore it is not possible to compile it, until we have removed this dependency.

Installing the middleware specific extensions

...waiting for content...

First steps with g-Eclipse

To help new users when trying out g-Eclipse, we have included some documentation in the Eclipse help system, and as cheat-sheets which will guide you though the process of creating your first g-Eclipse Grid project.

  • Eclipse Help: Help | Help Content | 'g-Eclipse'
  • Eclipse Cheat-Sheets: Help | Welcome | Tutorials | 'Set up your g-Eclipse environment'


--Mknauer.innoopract.com 14:32, 4 March 2007 (EST)

Back to the top