Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2400 - development/laboratory/ide/eclipse/plugins

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2400 - development/laboratory/ide/eclipse/plugins
  • Date: Mon, 25 Apr 2005 01:14:27 -0400

Author: peter AT neubauer.se
Date: Mon Apr 25 01:14:27 2005
New Revision: 2400

Modified:
development/laboratory/ide/eclipse/plugins/Developer-README.txt
Log:
updated readme


Modified: development/laboratory/ide/eclipse/plugins/Developer-README.txt
==============================================================================
--- development/laboratory/ide/eclipse/plugins/Developer-README.txt
(original)
+++ development/laboratory/ide/eclipse/plugins/Developer-README.txt Mon
Apr 25 01:14:27 2005
@@ -20,34 +20,24 @@

net.dpml.ide.eclipse.core - the core components for integrating Magic
and Transit into Eclipse,
- exposing the Transit libs to the other
plugins
+ exposing the Transit libs to the other
plugin
+net.dpml.ide.eclipse.ui - GUI stuff like wizards, popup
actions and others


How to get started
==================

-The easiest way is to download and install the Eclipse IDE.
-You should then go to
- Window -> Preferences -> Import...
-and select the file
- $CVSROOT/avalon-sandbox/ide/eclipse.prefs
-
-This will ensure a common Eclipse formatter.
-
+The easiest way is to download and install the Eclipse IDE, preferably 3.1M3
or later.

Then select the menus;
File -> Import -> Existing Project Into Workspace

Don't enter anything in the Project Name, and just browse to the directory
- $CVSROOT/avalon-sandbox/ide/org.apache.avalon.ide.repository
-
-Make sure "workspace" (probably a bug in Eclipse 3.0) is removed from the
-"Selection" text field.
-When you press OK, the correct name should appear in the "Project Name"
field.
-
-Repeat this process for all 3 (maybe more by the time you read this)
directories
-in $CVSROOT/avalon-sandbox/ide/
+ PATH_TO_LABORATORY/ide/eclipse/plugins

+When you press ok, all projects should be listed (>Eclipse3.1M5),
+so you just click through to mount all plugin projects. Otherwise, you have
to go
+to their respective root folders and import them one by one.
Now you SHOULD have each of the projects imported and without compile errors
(i.e. no small red stop marks for the projects and its sources).

@@ -72,13 +62,12 @@
Run->Run As...-> Run-time Workbench
and
Run->Debug As...-> Run-time Workbench
- You will need to have the proper project and/or file selected to be able
- to start this.
- (Right now; Dec 2003, this has not been fixed up yet, but SOON...)
-
+ Since the net.dpml.ide.eclipse.ui project depends on the dpml core plugin
and other
+ deps, be sure to have all plugin projects open when you debug one of
them, otherwise
+ classes wll not be found.

-Any questions to dev AT avalon.apache.org.
+Any questions to dev-dpml AT lists.ibiblio.org.


Cheers,
-The Avalon Development Team
+The DPML Development Team



  • svn commit: r2400 - development/laboratory/ide/eclipse/plugins, peter, 04/24/2005

Archive powered by MHonArc 2.6.24.

Top of Page